mirror of
git://source.winehq.org/git/wine.git
synced 2024-11-02 05:15:01 +00:00
17 lines
257 B
Makefile
17 lines
257 B
Makefile
MODULE = winhlp32.exe
|
|
APPMODE = -mwindows
|
|
IMPORTS = user32 gdi32
|
|
DELAYIMPORTS = shell32 comctl32 comdlg32
|
|
|
|
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
|