wine/dlls/wmiutils/Makefile.in

14 lines
212 B
Makefile
Raw Normal View History

2009-07-14 10:27:46 +00:00
TOPSRCDIR = @top_srcdir@
TOPOBJDIR = ../..
SRCDIR = @srcdir@
VPATH = @srcdir@
MODULE = wmiutils.dll
IMPORTS = oleaut32 ole32 advapi32
2009-07-14 10:27:46 +00:00
C_SRCS = \
main.c \
2009-07-14 10:28:50 +00:00
regsvr.c \
statuscode.c
2009-07-14 10:27:46 +00:00
@MAKE_DLL_RULES@