mirror of
https://github.com/reactos/wine.git
synced 2024-12-04 01:41:18 +00:00
13 lines
230 B
Makefile
13 lines
230 B
Makefile
MODULE = cscript.exe
|
|
APPMODE = -mwindows -municode
|
|
IMPORTS = uuid shell32 oleaut32 ole32 user32 advapi32
|
|
EXTRADEFS = -DCSCRIPT_BUILD
|
|
PARENTSRC = ../wscript
|
|
|
|
C_SRCS = \
|
|
arguments.c \
|
|
host.c \
|
|
main.c
|
|
|
|
IDL_SRCS = ihost.idl
|