wine/dlls/wbemprox/Makefile.in
Alexandre Julliard 088a787a2c makefiles: Make -mno-cygwin the default.
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2021-09-20 22:45:48 +02:00

22 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