winefile: Resize controls for translations.
[wine] / programs / winemine / Makefile.in
1 MODULE    = winemine.exe
2 APPMODE   = -mwindows -municode
3 IMPORTS   = user32 gdi32 advapi32
4 DELAYIMPORTS = shell32
5
6 C_SRCS = \
7         dialog.c \
8         main.c
9
10 RC_SRCS = winemine.rc
11 PO_SRCS = winemine.rc
12
13 MANPAGE = winemine.man
14
15 SVG_SRCS = winemine.svg
16
17 @MAKE_PROG_RULES@