urlmon: IUriBuilder_CreateUri* functions return base IUri if there were no changes.
[wine/multimedia.git] / programs / wscript / Makefile.in
blob65fe3a43a7343f9e35204b0e42533ee1725ea5c9
1 MODULE = wscript.exe
2 APPMODE = -mwindows -municode
3 IMPORTS = uuid shell32 oleaut32 ole32 advapi32
4 EXTRADEFS = -DWINE_NO_UNICODE_MACROS
6 RC_SRCS = \
7 rsrc.rc
9 C_SRCS = \
10 host.c \
11 main.c
13 IDL_H_SRCS = ihost.idl
14 IDL_TLB_SRCS = ihost.idl
16 @MAKE_PROG_RULES@