mirror of
git://source.winehq.org/git/wine.git
synced 2024-11-02 20:18:28 +00:00
0e5eed109d
Signed-off-by: Carlo Bramini <carlo_bramini@users.sourceforge.net> Signed-off-by: Alexandre Julliard <julliard@winehq.org>
16 lines
323 B
Makefile
16 lines
323 B
Makefile
EXTRADEFS = -D__WINE__
|
|
MODULE = winefile.exe
|
|
APPMODE = -mwindows -municode
|
|
IMPORTS = uuid shell32 comdlg32 comctl32 ole32 mpr version user32 gdi32 advapi32 shlwapi
|
|
|
|
C_SRCS = \
|
|
splitpath.c \
|
|
winefile.c
|
|
|
|
RC_SRCS = winefile.rc
|
|
|
|
MANPAGES = winefile.man.in
|
|
|
|
SVG_SRCS = winefile.svg
|
|
|
|
INSTALL_LIB = winefile.exe winefile
|