Makefile.in 240 Bytes
Newer Older
1 2
MODULE    = wscript.exe
APPMODE   = -mwindows -municode
3
IMPORTS   = uuid shell32 oleaut32 ole32 advapi32
4

5 6 7
RC_SRCS = \
	rsrc.rc

8
C_SRCS = \
9
	arguments.c \
10
	host.c \
11 12
	main.c

13
IDL_H_SRCS = ihost.idl
14 15
IDL_TLB_SRCS = ihost.idl

16
@MAKE_PROG_RULES@