Sweden-Number/programs/wscript/Makefile.in

21 lines
339 B
Makefile
Raw Normal View History

TOPSRCDIR = @top_srcdir@
TOPOBJDIR = ../..
SRCDIR = @srcdir@
VPATH = @srcdir@
MODULE = wscript.exe
APPMODE = -mwindows -municode
IMPORTS = uuid oleaut32 ole32 advapi32
EXTRADEFS = -DWINE_NO_UNICODE_MACROS
2010-07-29 14:47:22 +02:00
RC_SRCS = \
rsrc.rc
C_SRCS = \
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@