makefiles: Disable use of Unicode macros globally for all the programs.
[wine/multimedia.git] / programs / winhlp32 / Makefile.in
blob5da907a790cb34990f2112a8733fb9b958be7e58
1 MODULE = winhlp32.exe
2 APPMODE = -mwindows
3 IMPORTS = user32 gdi32
4 DELAYIMPORTS = shell32 comctl32 comdlg32
6 C_SRCS = \
7 callback.c \
8 hlpfile.c \
9 macro.c \
10 string.c \
11 winhelp.c
13 LEX_SRCS = macro.lex.l
15 RC_SRCS = winhlp32.rc
16 PO_SRCS = winhlp32.rc
18 SVG_SRCS = winhelp.svg
20 @MAKE_PROG_RULES@