wine-wine/programs/xcopy/Makefile.in

14 lines
241 B
Makefile
Raw Normal View History

2007-03-06 20:04:15 +00:00
MODULE = xcopy.exe
APPMODE = -mconsole -municode -mno-cygwin
IMPORTS = shell32 user32
EXTRAINCL = -I$(top_srcdir)/include/msvcrt
2007-03-06 20:04:15 +00:00
MODCFLAGS = @BUILTINFLAG@
C_SRCS = \
xcopy.c
RC_SRCS = xcopy.rc
PO_SRCS = xcopy.rc
2007-03-06 20:04:15 +00:00
@MAKE_PROG_RULES@