makefiles: Add a standard header for all makefiles to replace the common variable...
[wine] / programs / cmd / Makefile.in
1 MODULE    = cmd.exe
2 APPMODE   = -mconsole -municode
3 EXTRADEFS = -DWINE_NO_UNICODE_MACROS
4 IMPORTS   = shell32 user32 advapi32
5
6 C_SRCS = \
7         batch.c \
8         builtins.c \
9         directory.c \
10         wcmdmain.c
11
12 RC_SRCS = \
13         Cs.rc \
14         Da.rc \
15         De.rc \
16         En.rc \
17         Es.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         Si.rc \
30         Sv.rc \
31         Tr.rc \
32         Uk.rc \
33         wcmdrc.rc
34
35 SVG_SRCS = wcmd.svg
36
37 @MAKE_PROG_RULES@