wine/programs/wscript/Makefile.in
2013-12-15 10:23:06 +01:00

16 lines
217 B
Makefile

MODULE = wscript.exe
APPMODE = -mwindows -municode
IMPORTS = uuid shell32 oleaut32 ole32 advapi32
RC_SRCS = \
rsrc.rc
C_SRCS = \
arguments.c \
host.c \
main.c
IDL_TLB_SRCS = ihost.idl
@MAKE_PROG_RULES@