wpp: Fix a few memory leaks in the wpp_parse() function.
[wine/multimedia.git] / programs / xcopy / Makefile.in
blob3e03f83dbda33d503903570e7ec72d87eb307a43
1 MODULE = xcopy.exe
2 APPMODE = -mconsole -municode -mno-cygwin
3 IMPORTS = shell32 user32
4 EXTRAINCL = -I$(top_srcdir)/include/msvcrt
5 MODCFLAGS = @BUILTINFLAG@
7 C_SRCS = \
8 xcopy.c
10 RC_SRCS = xcopy.rc
11 PO_SRCS = xcopy.rc
13 @MAKE_PROG_RULES@