comctl32: Fix text wrapping in syslink when an item starts in the middle of a line.
[wine] / programs / wscript / Makefile.in
1 MODULE    = wscript.exe
2 APPMODE   = -mwindows -municode
3 IMPORTS   = uuid shell32 oleaut32 ole32 advapi32
4 EXTRADEFS = -DWINE_NO_UNICODE_MACROS
5
6 RC_SRCS = \
7         rsrc.rc
8
9 C_SRCS = \
10         arguments.c \
11         host.c \
12         main.c
13
14 IDL_H_SRCS = ihost.idl
15 IDL_TLB_SRCS = ihost.idl
16
17 @MAKE_PROG_RULES@