makefiles: Rename the SRCDIR, TOPSRCDIR and TOPOBJDIR variables to follow autoconf...
[wine] / programs / xcopy / Makefile.in
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@
7
8 C_SRCS = \
9         xcopy.c
10
11 RC_SRCS = \
12         Da.rc \
13         De.rc \
14         En.rc \
15         Fr.rc \
16         It.rc \
17         Ja.rc \
18         Ko.rc \
19         Lt.rc \
20         Nl.rc \
21         No.rc \
22         Pl.rc \
23         Pt.rc \
24         Ro.rc \
25         Ru.rc \
26         Si.rc \
27         Sv.rc \
28         Uk.rc
29
30 @MAKE_PROG_RULES@