projects
/
wine
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
winefile: Resize controls for translations.
[wine]
/
programs
/
winhlp32
/
Makefile.in
1
MODULE = winhlp32.exe
2
APPMODE = -mwindows
3
IMPORTS = user32 gdi32
4
DELAYIMPORTS = shell32 comctl32 comdlg32
5
6
C_SRCS = \
7
callback.c \
8
hlpfile.c \
9
macro.c \
10
string.c \
11
winhelp.c
12
13
LEX_SRCS = macro.lex.l
14
15
RC_SRCS = winhlp32.rc
16
PO_SRCS = winhlp32.rc
17
18
SVG_SRCS = winhelp.svg
19
20
@MAKE_PROG_RULES@