Sweden-Number/programs/xcopy/Makefile.in

33 lines
478 B
Makefile
Raw Normal View History

EXTRADEFS = -DWINE_NO_UNICODE_MACROS
2007-03-06 21:04:15 +01:00
TOPSRCDIR = @top_srcdir@
TOPOBJDIR = ../..
SRCDIR = @srcdir@
VPATH = @srcdir@
MODULE = xcopy.exe
APPMODE = -mconsole -municode -mno-cygwin
IMPORTS = shell32 user32 kernel32
2007-03-06 21:04:15 +01:00
EXTRAINCL = -I$(TOPSRCDIR)/include/msvcrt
MODCFLAGS = @BUILTINFLAG@
C_SRCS = \
xcopy.c
RC_SRCS = \
Da.rc \
De.rc \
En.rc \
Fr.rc \
2010-01-30 15:52:19 +01:00
It.rc \
2009-09-13 11:12:23 +02:00
Ja.rc \
Ko.rc \
Lt.rc \
Nl.rc \
No.rc \
Pl.rc \
Pt.rc \
Ru.rc \
2010-01-24 21:13:37 +01:00
Si.rc \
Uk.rc
2007-03-06 21:04:15 +01:00
@MAKE_PROG_RULES@