mirror of
git://source.winehq.org/git/wine.git
synced 2024-11-01 14:20:15 +00:00
7dc8e9edc2
Signed-off-by: Eric Pouech <eric.pouech@gmail.com> Signed-off-by: Alexandre Julliard <julliard@winehq.org>
9 lines
127 B
Makefile
9 lines
127 B
Makefile
MODULE = xcopy.exe
|
|
IMPORTS = shell32 user32
|
|
|
|
EXTRADLLFLAGS = -mconsole -municode
|
|
|
|
C_SRCS = \
|
|
xcopy.c
|
|
|
|
RC_SRCS = xcopy.rc
|