winedbg: Also recognize 'rep ret' as a valid return insn for i386 as we did for x86_64.
[wine] / programs / xcopy / Makefile.in
1 MODULE    = xcopy.exe
2 APPMODE   = -mconsole -municode -mno-cygwin
3 IMPORTS   = shell32 user32
4 EXTRAINCL = -I$(top_srcdir)/include/msvcrt
5 MODCFLAGS = @BUILTINFLAG@
6
7 C_SRCS = \
8         xcopy.c
9
10 RC_SRCS = xcopy.rc
11 PO_SRCS = xcopy.rc
12
13 @MAKE_PROG_RULES@