mirror of
git://source.winehq.org/git/wine.git
synced 2024-10-31 08:49:15 +00:00
12 lines
211 B
Makefile
12 lines
211 B
Makefile
MODULE = winemine.exe
|
|
IMPORTS = user32 gdi32 advapi32 comctl32
|
|
DELAYIMPORTS = shell32
|
|
|
|
EXTRADLLFLAGS = -mwindows -municode
|
|
|
|
SOURCES = \
|
|
dialog.c \
|
|
main.c \
|
|
winemine.man.in \
|
|
winemine.rc \
|
|
winemine.svg
|