mirror of
git://source.winehq.org/git/wine.git
synced 2024-11-01 08:13:18 +00:00
0444be5ccd
Signed-off-by: Hans Leidekker <hans@codeweavers.com> Signed-off-by: Alexandre Julliard <julliard@winehq.org>
21 lines
350 B
Makefile
21 lines
350 B
Makefile
MODULE = wbemprox.dll
|
|
IMPORTS = winspool version iphlpapi dxgi oleaut32 ole32 advapi32 user32 gdi32 ws2_32 rpcrt4 setupapi
|
|
|
|
C_SRCS = \
|
|
builtin.c \
|
|
class.c \
|
|
main.c \
|
|
process.c \
|
|
qualifier.c \
|
|
query.c \
|
|
reg.c \
|
|
security.c \
|
|
service.c \
|
|
services.c \
|
|
sysrestore.c \
|
|
table.c \
|
|
wbemlocator.c
|
|
|
|
IDL_SRCS = wbemprox.idl
|
|
|
|
BISON_SRCS = wql.y
|