push cc8bc80451cc24f4d7cf75168b569f0ebfe19547
[wine/hacks.git] / programs / xcopy / Makefile.in
blob7e9b26e8dd8f54da326ea22fc4fbabc848392d4c
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@
12 C_SRCS = \
13 xcopy.c
15 RC_SRCS = rsrc.rc
17 @MAKE_PROG_RULES@
19 @DEPENDENCIES@ # everything below this line is overwritten by make depend