makefiles: Add a standard header for all makefiles to replace the common variable...
[wine] / programs / oleview / Makefile.in
1 MODULE    = oleview.exe
2 APPMODE   = -mwindows
3 IMPORTS   = uuid comdlg32 comctl32 shell32 oleaut32 ole32 user32 advapi32
4 EXTRADEFS = -DWINE_NO_UNICODE_MACROS
5
6 C_SRCS = \
7         details.c \
8         interface.c \
9         oleview.c \
10         pane.c \
11         tree.c \
12         typelib.c
13
14 RC_SRCS = \
15         Da.rc \
16         De.rc \
17         En.rc \
18         Fr.rc \
19         It.rc \
20         Ja.rc \
21         Ko.rc \
22         Lt.rc \
23         Nl.rc \
24         No.rc \
25         Pl.rc \
26         Pt.rc \
27         Ro.rc \
28         Ru.rc \
29         Sv.rc \
30         Uk.rc \
31         Zh.rc \
32         rsrc.rc
33
34 @MAKE_PROG_RULES@