mirror of
https://github.com/reactos/wine.git
synced 2024-12-11 05:14:25 +00:00
14 lines
201 B
Makefile
14 lines
201 B
Makefile
MODULE = wscript.exe
|
|
APPMODE = -mwindows -municode
|
|
IMPORTS = uuid shell32 oleaut32 ole32 user32 advapi32
|
|
|
|
RC_SRCS = \
|
|
rsrc.rc
|
|
|
|
C_SRCS = \
|
|
arguments.c \
|
|
host.c \
|
|
main.c
|
|
|
|
IDL_SRCS = ihost.idl
|