Makefile.in 241 Bytes
Newer Older
1
MODULE    = xcopy.exe
2
APPMODE   = -mconsole -municode -mno-cygwin
3
IMPORTS   = shell32 user32
4
EXTRAINCL = -I$(top_srcdir)/include/msvcrt
5 6 7 8 9
MODCFLAGS = @BUILTINFLAG@

C_SRCS = \
	xcopy.c

10 11
RC_SRCS = xcopy.rc
PO_SRCS = xcopy.rc
12

13
@MAKE_PROG_RULES@