wordpad: Avoid Unicode macros.
[wine] / programs / wordpad / Makefile.in
1 MODULE    = wordpad.exe
2 APPMODE   = -mwindows -mno-cygwin
3 IMPORTS   = comdlg32 uuid ole32 shell32 user32 gdi32 advapi32 comctl32
4 EXTRAINCL = -I$(top_srcdir)/include/msvcrt
5 EXTRADEFS = -DNO_LIBWINE_PORT -DWINE_NO_UNICODE_MACROS
6 MODCFLAGS = @BUILTINFLAG@
7
8 C_SRCS = \
9         olecallback.c \
10         print.c \
11         registry.c \
12         wordpad.c
13
14 RC_SRCS = wordpad.rc
15 PO_SRCS = wordpad.rc
16
17 SVG_SRCS = \
18         formatbar.svg \
19         toolbar.svg \
20         wordpad.svg
21
22 @MAKE_PROG_RULES@