2012-01-20 12:14:16 +00:00
|
|
|
EXTRADEFS = -D__WINE__
|
2002-06-04 21:29:40 +00:00
|
|
|
MODULE = winefile.exe
|
2012-03-18 18:24:28 +00:00
|
|
|
APPMODE = -mwindows -municode
|
2016-10-09 11:05:19 +00:00
|
|
|
IMPORTS = uuid shell32 comdlg32 comctl32 ole32 mpr version user32 gdi32 advapi32 shlwapi
|
2002-06-04 21:29:40 +00:00
|
|
|
|
|
|
|
C_SRCS = \
|
|
|
|
splitpath.c \
|
|
|
|
winefile.c
|
|
|
|
|
2011-12-19 19:14:11 +00:00
|
|
|
RC_SRCS = winefile.rc
|
2002-06-04 21:29:40 +00:00
|
|
|
|
2013-11-18 10:34:03 +00:00
|
|
|
MANPAGES = winefile.man.in
|
2010-11-24 14:27:30 +00:00
|
|
|
|
2008-03-26 18:19:57 +00:00
|
|
|
SVG_SRCS = winefile.svg
|
2015-10-30 05:15:45 +00:00
|
|
|
|
|
|
|
INSTALL_LIB = winefile.exe winefile
|