1 EXTRADEFS = -DWINE_NO_UNICODE_MACROS
2 TOPSRCDIR = @top_srcdir@
3 TOPOBJDIR = ../..
4 SRCDIR = @srcdir@
5 VPATH = @srcdir@
6 MODULE = xcopy.exe
7 APPMODE = -mconsole -municode -mno-cygwin
8 IMPORTS = shell32 user32 kernel32
9 EXTRAINCL = -I$(TOPSRCDIR)/include/msvcrt
10 MODCFLAGS = @BUILTINFLAG@
11
12 C_SRCS = \
13 xcopy.c
14
15 RC_SRCS = rsrc.rc
16
17 @MAKE_PROG_RULES@
18
19 @DEPENDENCIES@ # everything below this line is overwritten by make depend
This page was automatically generated by the
LXR engine.
Visit the LXR main site for more
information.