mirror of
git://source.winehq.org/git/wine.git
synced 2024-11-05 18:01:34 +00:00
a58f4abc08
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
9 lines
139 B
Makefile
9 lines
139 B
Makefile
MODULE = xcopy.exe
|
|
IMPORTS = shell32 user32
|
|
|
|
EXTRADLLFLAGS = -mconsole -municode -mno-cygwin
|
|
|
|
C_SRCS = \
|
|
xcopy.c
|
|
|
|
RC_SRCS = xcopy.rc
|