wininet: Send a 'Pragma: no-cache' header if asked for.
[wine/wine64.git] / programs / winhlp32 / Makefile.in
blob5deecf06d001b75a553e1208c8300dc5d2847718
1 TOPSRCDIR = @top_srcdir@
2 TOPOBJDIR = ../..
3 SRCDIR = @srcdir@
4 VPATH = @srcdir@
5 MODULE = winhlp32.exe
6 APPMODE = -mwindows
7 IMPORTS = comdlg32 shell32 user32 gdi32 kernel32
9 C_SRCS = \
10 callback.c \
11 hlpfile.c \
12 macro.c \
13 string.c \
14 winhelp.c
16 LEX_SRCS = macro.lex.l
18 EXTRARCFLAGS = -DWINELIB
20 RC_SRCS = rsrc.rc
22 SVG_SRCS = winhelp.svg
24 @MAKE_PROG_RULES@
26 @DEPENDENCIES@ # everything below this line is overwritten by make depend