makefiles: Add a standard header for all makefiles to replace the common variable...
[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 EXTRARCFLAGS = -DWINELIB
16
17 RC_SRCS = \
18         Bg.rc \
19         Cs.rc \
20         Da.rc \
21         De.rc \
22         En.rc \
23         Eo.rc \
24         Es.rc \
25         Fi.rc \
26         Fr.rc \
27         Hu.rc \
28         It.rc \
29         Ja.rc \
30         Ko.rc \
31         Lt.rc \
32         Nl.rc \
33         No.rc \
34         Pl.rc \
35         Pt.rc \
36         Rm.rc \
37         Ro.rc \
38         Ru.rc \
39         Si.rc \
40         Sk.rc \
41         Sr.rc \
42         Sv.rc \
43         Tr.rc \
44         Uk.rc \
45         Wa.rc \
46         Zh.rc \
47         rsrc.rc
48
49 SVG_SRCS = winhelp.svg
50
51 @MAKE_PROG_RULES@