mirror of
git://source.winehq.org/git/wine.git
synced 2024-11-05 18:01:34 +00:00
16 lines
240 B
Makefile
16 lines
240 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_H_SRCS = ihost.idl
|
|
IDL_TLB_SRCS = ihost.idl
|
|
|
|
@MAKE_PROG_RULES@
|