taskmgr: Remove unused button labels.
[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 = xcopy.rc
12 PO_SRCS = xcopy.rc
13
14 @MAKE_PROG_RULES@