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
|
2016-10-09 13:05:19 +02:00
|
|
|
IMPORTS = uuid shell32 comdlg32 comctl32 ole32 mpr version user32 gdi32 advapi32 shlwapi
|
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
|
2002-06-04 23:29:40 +02:00
|
|
|
|
2013-11-18 11:34:03 +01:00
|
|
|
MANPAGES = winefile.man.in
|
2010-11-24 15:27:30 +01:00
|
|
|
|
2008-03-26 19:19:57 +01:00
|
|
|
SVG_SRCS = winefile.svg
|
2015-10-30 06:15:45 +01:00
|
|
|
|
|
|
|
INSTALL_LIB = winefile.exe winefile
|