configure: Use the generic directory enabling mechanism to turn off dlls that depend...
[wine/wine64.git] / programs / xcopy / Makefile.in
blob18dd3ab4a94a3504efbfb824ed62856e96dc9c1b
1 TOPSRCDIR = @top_srcdir@
2 TOPOBJDIR = ../..
3 SRCDIR = @srcdir@
4 VPATH = @srcdir@
5 MODULE = xcopy.exe
6 APPMODE = -mconsole -municode -mno-cygwin
7 IMPORTS = shell32 user32 kernel32
8 EXTRADEFS = -DUNICODE
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