xcopy: Move all messages into an English resource file.
[wine] / programs / xcopy / Makefile.in
1 TOPSRCDIR = @top_srcdir@
2 TOPOBJDIR = ../..
3 SRCDIR    = @srcdir@
4 VPATH     = @srcdir@
5 MODULE    = xcopy.exe
6 APPMODE   = -mconsole
7 IMPORTS   = shell32 user32 msvcrt kernel32
8 EXTRADEFS = -DUNICODE
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