wined3d: Win64 printf fixes.
[wine/testsucceed.git] / programs / winhelp / Makefile.in
bloba2f7b7341a937bfd7ec22b7c938bc78ab1542657
1 TOPSRCDIR = @top_srcdir@
2 TOPOBJDIR = ../..
3 SRCDIR = @srcdir@
4 VPATH = @srcdir@
5 MODULE = winhelp.exe
6 APPMODE = -mwindows
7 IMPORTS = comdlg32 shell32 user32 gdi32 kernel32
8 EXTRADEFS = -DWINE_NO_LONG_AS_INT
10 C_SRCS = \
11 callback.c \
12 hlpfile.c \
13 macro.c \
14 string.c \
15 winhelp.c
17 LEX_SRCS = macro.lex.l
19 EXTRARCFLAGS = -DWINELIB
21 RC_SRCS = rsrc.rc
23 @MAKE_PROG_RULES@
25 @DEPENDENCIES@ # everything below this line is overwritten by make depend