2012-01-20 13:14:16 +01:00
|
|
|
EXTRADEFS = -D__WINE__
|
2002-06-04 23:29:40 +02:00
|
|
|
MODULE = winefile.exe
|
2012-03-18 19:24:28 +01:00
|
|
|
APPMODE = -mwindows -municode
|
2010-07-21 13:18:52 +02:00
|
|
|
IMPORTS = uuid shell32 comdlg32 comctl32 ole32 mpr version user32 gdi32 advapi32
|
2002-06-04 23:29:40 +02:00
|
|
|
|
|
|
|
C_SRCS = \
|
|
|
|
splitpath.c \
|
|
|
|
winefile.c
|
|
|
|
|
2011-12-19 20:14:11 +01:00
|
|
|
RC_SRCS = winefile.rc
|
2011-01-10 23:37:15 +01:00
|
|
|
PO_SRCS = winefile.rc
|
2002-06-04 23:29:40 +02:00
|
|
|
|
2010-12-05 16:17:42 +01:00
|
|
|
MANPAGE = winefile.man
|
2010-11-24 15:27:30 +01:00
|
|
|
|
2008-03-26 19:19:57 +01:00
|
|
|
SVG_SRCS = winefile.svg
|
|
|
|
|
2002-06-04 23:29:40 +02:00
|
|
|
@MAKE_PROG_RULES@
|