mirror of
https://github.com/reactos/wine.git
synced 2024-12-13 14:26:40 +00:00
9 lines
134 B
Makefile
9 lines
134 B
Makefile
MODULE = xcopy.exe
|
|
APPMODE = -mconsole -municode -mno-cygwin
|
|
IMPORTS = shell32 user32
|
|
|
|
C_SRCS = \
|
|
xcopy.c
|
|
|
|
RC_SRCS = xcopy.rc
|