mirror of
https://gitlab.winehq.org/wine/wine.git
synced 2025-08-28 18:23:54 +02:00
10 lines
228 B
Makefile
10 lines
228 B
Makefile
MODULE = winefile.exe
|
|
IMPORTS = uuid shell32 comdlg32 comctl32 ole32 mpr version user32 gdi32 advapi32 shlwapi
|
|
|
|
EXTRADLLFLAGS = -mwindows -municode
|
|
|
|
SOURCES = \
|
|
winefile.c \
|
|
winefile.man.in \
|
|
winefile.rc \
|
|
winefile.svg
|