wine-wine/programs/xcopy/Makefile.in

34 lines
487 B
Makefile
Raw Normal View History

EXTRADEFS = -DWINE_NO_UNICODE_MACROS
2007-03-06 20:04:15 +00:00
TOPSRCDIR = @top_srcdir@
TOPOBJDIR = ../..
SRCDIR = @srcdir@
VPATH = @srcdir@
MODULE = xcopy.exe
APPMODE = -mconsole -municode -mno-cygwin
IMPORTS = shell32 user32 kernel32
2007-03-06 20:04:15 +00: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 14:52:19 +00:00
It.rc \
2009-09-13 09:12:23 +00:00
Ja.rc \
Ko.rc \
Lt.rc \
Nl.rc \
No.rc \
Pl.rc \
Pt.rc \
Ro.rc \
Ru.rc \
2010-01-24 20:13:37 +00:00
Si.rc \
Uk.rc
2007-03-06 20:04:15 +00:00
@MAKE_PROG_RULES@