20 lines
295 B
Makefile
20 lines
295 B
Makefile
EXTRADEFS = -DWINE_NO_LONG_TYPES
|
|
MODULE = winhlp32.exe
|
|
IMPORTS = user32 gdi32
|
|
DELAYIMPORTS = shell32 comctl32 comdlg32
|
|
|
|
EXTRADLLFLAGS = -mwindows
|
|
|
|
C_SRCS = \
|
|
callback.c \
|
|
hlpfile.c \
|
|
macro.c \
|
|
string.c \
|
|
winhelp.c
|
|
|
|
LEX_SRCS = macro.lex.l
|
|
|
|
RC_SRCS = winhlp32.rc
|
|
|
|
SVG_SRCS = winhelp.svg
|