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
sane.ds: Add Hungarian translation.
[wine/multimedia.git]
/
programs
/
winhlp32
/
Makefile.in
blob
48e96bf84c0527c59a45c5f83f4e613b596b060a
1
TOPSRCDIR
=
@top_srcdir@
2
TOPOBJDIR
=
..
/
..
3
SRCDIR
=
@
srcdir
@
4
VPATH
=
@
srcdir
@
5
MODULE
=
winhlp32.exe
6
APPMODE
= -
mwindows
7
IMPORTS
=
user32 gdi32 kernel32
8
DELAYIMPORTS
=
shell32 comctl32 comdlg32
9
10
C_SRCS
=
\
11
callback.c \
12
hlpfile.c \
13
macro.c \
14
string.c \
15
winhelp.c
16
17
LEX_SRCS
=
macro.
lex
.l
18
19
EXTRARCFLAGS
= -
DWINELIB
20
21
RC_SRCS
=
\
22
Bg.rc \
23
Cs.rc \
24
Da.rc \
25
De.rc \
26
En.rc \
27
Eo.rc \
28
Es.rc \
29
Fi.rc \
30
Fr.rc \
31
Hu.rc \
32
It.rc \
33
Ja.rc \
34
Ko.rc \
35
Lt.rc \
36
Nl.rc \
37
No.rc \
38
Pl.rc \
39
Pt.rc \
40
Rm.rc \
41
Ro.rc \
42
Ru.rc \
43
Si.rc \
44
Sk.rc \
45
Sv.rc \
46
Tr.rc \
47
Uk.rc \
48
Wa.rc \
49
Zh.rc \
50
rsrc.rc
51
52
SVG_SRCS
=
winhelp.svg
53
54
@MAKE_PROG_RULES@