start: Remove spaces before '\n's in the Portuguese translation.
[wine] / programs / winevdm / Makefile.in
1 EXTRADEFS = -DWINE_NO_UNICODE_MACROS
2 TOPSRCDIR = @top_srcdir@
3 TOPOBJDIR = ../..
4 SRCDIR    = @srcdir@
5 VPATH     = @srcdir@
6 MODULE    = winevdm.exe
7 APPMODE   = -mconsole
8 IMPORTS   = user32 kernel
9
10 C_SRCS = \
11         winevdm.c
12
13 @MAKE_PROG_RULES@