mirror of
git://source.winehq.org/git/wine.git
synced 2024-10-31 12:19:49 +00:00
16 lines
227 B
Makefile
16 lines
227 B
Makefile
MODULE = cmd.exe
|
|
APPMODE = -mconsole -municode
|
|
IMPORTS = shell32 user32 advapi32
|
|
|
|
C_SRCS = \
|
|
batch.c \
|
|
builtins.c \
|
|
directory.c \
|
|
wcmdmain.c
|
|
|
|
RC_SRCS = cmd.rc
|
|
PO_SRCS = cmd.rc
|
|
|
|
SVG_SRCS = wcmd.svg
|
|
|
|
@MAKE_PROG_RULES@
|