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 SVG_SRCS = wcmd.svg
19
20 @MAKE_PROG_RULES@
21
22 @DEPENDENCIES@ # everything below this line is overwritten by make depend
This page was automatically generated by the
LXR engine.
Visit the LXR main site for more
information.