mirror of
https://github.com/reactos/wine.git
synced 2024-11-24 20:30:01 +00:00
14 lines
191 B
Makefile
14 lines
191 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
|
|
|
|
SVG_SRCS = wcmd.svg
|