projects
/
wine
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
hh: Cast GetProcAddress's return to supress a Win64 warning.
[wine]
/
programs
/
winhelp
/
Makefile.in
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
9
C_SRCS = \
10
callback.c \
11
hlpfile.c \
12
macro.c \
13
string.c \
14
winhelp.c
15
16
EXTRA_SRCS = macro.lex.l
17
EXTRA_OBJS = @LEX_OUTPUT_ROOT@.o
18
19
EXTRARCFLAGS = -DWINELIB
20
21
RC_SRCS = rsrc.rc
22
23
@MAKE_PROG_RULES@
24
25
@LEX_OUTPUT_ROOT@.c: macro.lex.l
26
$(LEX) -8 -i $(SRCDIR)/macro.lex.l
27
28
### Dependencies: