Sweden-Number/programs/wscript/Makefile.in

17 lines
240 B
Makefile
Raw Normal View History

MODULE = wscript.exe
APPMODE = -mwindows -municode
IMPORTS = uuid shell32 oleaut32 ole32 advapi32
2010-07-29 14:47:22 +02:00
RC_SRCS = \
rsrc.rc
C_SRCS = \
arguments.c \
host.c \
main.c
IDL_H_SRCS = ihost.idl
2010-07-29 14:47:22 +02:00
IDL_TLB_SRCS = ihost.idl
@MAKE_PROG_RULES@