dplayx: Handling for CreatePlayer messages
[wine/gsoc_dplay.git] / programs / xcopy / Makefile.in
blobb46a97f9f0a958ae7f7b799f7339c6e51550c296
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 = \
16 Da.rc \
17 De.rc \
18 En.rc \
19 Fr.rc \
20 Ko.rc \
21 Lt.rc \
22 Nl.rc \
23 No.rc \
24 Pl.rc \
25 Pt.rc \
26 Ru.rc \
27 Si.rc
29 @MAKE_PROG_RULES@
31 @DEPENDENCIES@ # everything below this line is overwritten by make depend