wine/programs/cscript/Makefile.in

13 lines
227 B
Makefile
Raw Normal View History

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