cmd.exe: We can now store binary files in the repository.
[wine] / programs / cmd / Makefile.in
1 TOPSRCDIR = @top_srcdir@
2 TOPOBJDIR = ../..
3 SRCDIR    = @srcdir@
4 VPATH     = @srcdir@
5 MODULE    = cmd.exe
6 APPMODE   = -mconsole -municode
7 EXTRADEFS = -DUNICODE
8 IMPORTS   = shell32 user32 advapi32 kernel32
9
10 C_SRCS = \
11         batch.c \
12         builtins.c \
13         directory.c \
14         wcmdmain.c
15
16 RC_SRCS = wcmdrc.rc
17
18 @MAKE_PROG_RULES@
19
20 @DEPENDENCIES@  # everything below this line is overwritten by make depend