mirror of
git://source.winehq.org/git/wine.git
synced 2024-11-01 09:50:52 +00:00
088a787a2c
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
13 lines
253 B
Makefile
13 lines
253 B
Makefile
MODULE = winefile.exe
|
|
IMPORTS = uuid shell32 comdlg32 comctl32 ole32 mpr version user32 gdi32 advapi32 shlwapi
|
|
|
|
EXTRADLLFLAGS = -mwindows -municode
|
|
|
|
C_SRCS = \
|
|
winefile.c
|
|
|
|
RC_SRCS = winefile.rc
|
|
|
|
MANPAGES = winefile.man.in
|
|
|
|
SVG_SRCS = winefile.svg
|