wine-wine/programs/xcopy/Makefile.in

20 lines
412 B
Makefile
Raw Normal View History

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
EXTRADEFS = -DUNICODE
EXTRAINCL = -I$(TOPSRCDIR)/include/msvcrt
MODCFLAGS = @BUILTINFLAG@
C_SRCS = \
xcopy.c
RC_SRCS = rsrc.rc
2007-03-06 20:04:15 +00:00
@MAKE_PROG_RULES@
@DEPENDENCIES@ # everything below this line is overwritten by make depend