msi: automation: Output FIXMEs for unknown member names.
[wine/wine-kai.git] / programs / xcopy / Makefile.in
blob15079f02390b7b0878e1070832d094867a25e638
1 TOPSRCDIR = @top_srcdir@
2 TOPOBJDIR = ../..
3 SRCDIR = @srcdir@
4 VPATH = @srcdir@
5 MODULE = xcopy.exe
6 APPMODE = -mconsole
7 IMPORTS = shell32 user32 msvcrt kernel32
8 EXTRADEFS = -DUNICODE
9 EXTRAINCL = -I$(TOPSRCDIR)/include/msvcrt
10 MODCFLAGS = @BUILTINFLAG@
12 C_SRCS = \
13 xcopy.c
15 RC_SRCS = rsrc.rc
17 @MAKE_PROG_RULES@
19 @DEPENDENCIES@ # everything below this line is overwritten by make depend