projects
/
wine
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
wined3d: Use ARB_texture_rg for WINED3DFMT_R16G16_UNORM textures when available.
[wine]
/
programs
/
services
/
Makefile.in
1
MODULE = services.exe
2
APPMODE = -mconsole
3
IMPORTS = rpcrt4 advapi32 userenv
4
5
C_SRCS = \
6
rpc.c \
7
services.c \
8
utils.c
9
10
IDL_S_SRCS = svcctl.idl
11
12
@MAKE_PROG_RULES@