mirror of
git://source.winehq.org/git/wine.git
synced 2024-11-05 18:01:34 +00:00
14 lines
278 B
Makefile
14 lines
278 B
Makefile
EXTRADEFS = -D__WINE__
|
|
MODULE = winefile.exe
|
|
APPMODE = -mwindows -municode
|
|
IMPORTS = uuid shell32 comdlg32 comctl32 ole32 mpr version user32 gdi32 advapi32
|
|
|
|
C_SRCS = \
|
|
splitpath.c \
|
|
winefile.c
|
|
|
|
RC_SRCS = winefile.rc
|
|
|
|
MANPAGES = winefile.man.in
|
|
|
|
SVG_SRCS = winefile.svg
|