winex11: Re-add the optimization for blending 1x1 pixel bitmaps.
[wine/hacks.git] / programs / xcopy / Makefile.in
blob088db0e0cf7711aa7acf663900196d478aa7e5d0
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 Ja.rc \
21 Ko.rc \
22 Lt.rc \
23 Nl.rc \
24 No.rc \
25 Pl.rc \
26 Pt.rc \
27 Ru.rc \
28 Si.rc
30 @MAKE_PROG_RULES@
32 @DEPENDENCIES@ # everything below this line is overwritten by make depend