Sweden-Number/programs/cscript/Makefile.in

14 lines
235 B
Makefile
Raw Permalink Normal View History

2011-12-28 16:08:26 +01:00
MODULE = cscript.exe
IMPORTS = uuid shell32 oleaut32 ole32 user32 advapi32
EXTRADEFS = -DCSCRIPT_BUILD
2014-04-14 13:15:02 +02:00
PARENTSRC = ../wscript
2011-12-28 16:08:26 +01:00
EXTRADLLFLAGS = -mwindows -municode
2011-12-28 16:08:26 +01:00
C_SRCS = \
2014-04-14 13:15:02 +02:00
arguments.c \
host.c \
2011-12-28 16:08:26 +01:00
main.c
2014-04-14 13:15:02 +02:00
IDL_SRCS = ihost.idl