msxml3: Implement IXMLDOMCDATASection put_data.
[wine.git] / programs / xcopy / Makefile.in
blobf1fe31baf6bd53df2f1bf66345e2a609aacae7a1
1 TOPSRCDIR = @top_srcdir@
2 TOPOBJDIR = ../..
3 SRCDIR = @srcdir@
4 VPATH = @srcdir@
5 MODULE = xcopy.exe
6 APPMODE = -mconsole -municode
7 IMPORTS = shell32 user32 msvcrt 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