Sweden-Number/dlls/wmiutils/Makefile.in

14 lines
221 B
Makefile
Raw Normal View History

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