Release 1.5.29.
[wine] / programs / winefile / Makefile.in
1 EXTRADEFS = -D__WINE__
2 MODULE    = winefile.exe
3 APPMODE   = -mwindows -municode
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 = winefile.rc
11 PO_SRCS = winefile.rc
12
13 MANPAGE = winefile.man
14
15 SVG_SRCS = winefile.svg
16
17 @MAKE_PROG_RULES@