mirror of
git://source.winehq.org/git/wine.git
synced 2024-11-05 18:01:34 +00:00
13 lines
241 B
Makefile
13 lines
241 B
Makefile
MODULE = xcopy.exe
|
|
APPMODE = -mconsole -municode -mno-cygwin
|
|
IMPORTS = shell32 user32
|
|
EXTRAINCL = -I$(top_srcdir)/include/msvcrt
|
|
MODCFLAGS = @BUILTINFLAG@
|
|
|
|
C_SRCS = \
|
|
xcopy.c
|
|
|
|
RC_SRCS = xcopy.rc
|
|
PO_SRCS = xcopy.rc
|
|
|
|
@MAKE_PROG_RULES@
|