winhttp: Add test for WinHttpTimeFromSystemTime.
[wine] / programs / winhlp32 / Makefile.in
1 TOPSRCDIR = @top_srcdir@
2 TOPOBJDIR = ../..
3 SRCDIR    = @srcdir@
4 VPATH     = @srcdir@
5 MODULE    = winhlp32.exe
6 APPMODE   = -mwindows
7 IMPORTS   = user32 gdi32 kernel32
8 DELAYIMPORTS = shell32 comctl32 comdlg32
9
10 C_SRCS = \
11         callback.c \
12         hlpfile.c \
13         macro.c \
14         string.c \
15         winhelp.c
16
17 LEX_SRCS = macro.lex.l
18
19 EXTRARCFLAGS = -DWINELIB
20
21 RC_SRCS = rsrc.rc
22
23 SVG_SRCS = winhelp.svg
24
25 @MAKE_PROG_RULES@
26
27 @DEPENDENCIES@  # everything below this line is overwritten by make depend