cmd: Remove spaces before '\n' in resource strings.
[wine] / programs / uninstaller / Makefile.in
1 TOPSRCDIR = @top_srcdir@
2 TOPOBJDIR = ../..
3 SRCDIR    = @srcdir@
4 VPATH     = @srcdir@
5 MODULE    = uninstaller.exe
6 APPMODE   = -mconsole -municode
7 IMPORTS   = shlwapi user32 gdi32 advapi32 kernel32
8
9 C_SRCS = \
10         main.c
11
12 RC_SRCS = rsrc.rc
13
14 @MAKE_PROG_RULES@
15
16 @DEPENDENCIES@  # everything below this line is overwritten by make depend