2007-03-06 21:04:15 +01:00
|
|
|
TOPSRCDIR = @top_srcdir@
|
|
|
|
TOPOBJDIR = ../..
|
|
|
|
SRCDIR = @srcdir@
|
|
|
|
VPATH = @srcdir@
|
|
|
|
MODULE = xcopy.exe
|
2007-06-03 23:07:46 +02:00
|
|
|
APPMODE = -mconsole -municode
|
2007-03-06 21:04:15 +01:00
|
|
|
IMPORTS = shell32 user32 msvcrt kernel32
|
|
|
|
EXTRADEFS = -DUNICODE
|
|
|
|
EXTRAINCL = -I$(TOPSRCDIR)/include/msvcrt
|
|
|
|
MODCFLAGS = @BUILTINFLAG@
|
|
|
|
|
|
|
|
C_SRCS = \
|
|
|
|
xcopy.c
|
|
|
|
|
2007-03-30 20:20:20 +02:00
|
|
|
RC_SRCS = rsrc.rc
|
|
|
|
|
2007-03-06 21:04:15 +01:00
|
|
|
@MAKE_PROG_RULES@
|
|
|
|
|
|
|
|
@DEPENDENCIES@ # everything below this line is overwritten by make depend
|