mirror of
https://github.com/reactos/wine.git
synced 2024-12-05 10:17:57 +00:00
18 lines
264 B
Makefile
18 lines
264 B
Makefile
MODULE = cmd.exe
|
|
APPMODE = -mconsole -municode
|
|
EXTRADEFS = -DWINE_NO_UNICODE_MACROS
|
|
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@
|