msxml3: Implement get_line() and get_linepos().
[wine/multimedia.git] / programs / xcopy / Makefile.in
blob15e8d00e861b786c602c396abee3ff7b2c4c63b1
1 EXTRADEFS = -DWINE_NO_UNICODE_MACROS
2 MODULE = xcopy.exe
3 APPMODE = -mconsole -municode -mno-cygwin
4 IMPORTS = shell32 user32
5 EXTRAINCL = -I$(top_srcdir)/include/msvcrt
6 MODCFLAGS = @BUILTINFLAG@
8 C_SRCS = \
9 xcopy.c
11 RC_SRCS = xcopy.rc
12 PO_SRCS = xcopy.rc
14 @MAKE_PROG_RULES@