cmdlgtst: Add the Romanian translation.
[wine] / programs / rundll32 / Makefile.in
1 TOPSRCDIR = @top_srcdir@
2 TOPOBJDIR = ../..
3 SRCDIR    = @srcdir@
4 VPATH     = @srcdir@
5 MODULE    = rundll32.exe
6 APPMODE   = -mwindows -municode
7 IMPORTS   = user32 kernel32
8 EXTRADEFS = -DWINE_NO_UNICODE_MACROS
9
10 C_SRCS = \
11         rundll32.c
12
13 @MAKE_PROG_RULES@