winefile: Make it possible to translate the disk size units.
[wine] / programs / winefile / Makefile.in
1 EXTRADEFS = -D__WINE__ -DWINE_NO_UNICODE_MACROS
2 MODULE    = winefile.exe
3 APPMODE   = -mwindows
4 IMPORTS   = uuid shell32 comdlg32 comctl32 ole32 mpr version user32 gdi32 advapi32
5
6 C_SRCS = \
7         splitpath.c \
8         winefile.c
9
10 RC_SRCS = \
11         En.rc \
12         winefile.rc
13
14 PO_SRCS = winefile.rc
15
16 MANPAGE = winefile.man
17
18 SVG_SRCS = winefile.svg
19
20 @MAKE_PROG_RULES@