repo.or.cz
/
wine
/
multimedia.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
msxml3: Support setting unlimited nesting depth for a reader.
[wine/multimedia.git]
/
programs
/
winhlp32
/
Makefile.in
blob
9f8f8d08b61b01471a10a891288c680ea35a5398
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
=
\
16
Da.rc \
17
De.rc \
18
En.rc \
19
Es.rc \
20
Fr.rc \
21
He.rc \
22
It.rc \
23
Ja.rc \
24
Ko.rc \
25
Lt.rc \
26
Nl.rc \
27
No.rc \
28
Pl.rc \
29
Pt.rc \
30
Ro.rc \
31
Ru.rc \
32
Si.rc \
33
Sr.rc \
34
Sv.rc \
35
Uk.rc \
36
Zh.rc \
37
winhlp32.rc
38
39
PO_SRCS
=
winhlp32.rc
40
41
SVG_SRCS
=
winhelp.svg
42
43
@MAKE_PROG_RULES@