mirror of
git://source.winehq.org/git/wine.git
synced 2024-11-05 18:01:34 +00:00
14 lines
222 B
Makefile
14 lines
222 B
Makefile
MODULE = winemine.exe
|
|
APPMODE = -mwindows -municode
|
|
IMPORTS = user32 gdi32 advapi32
|
|
DELAYIMPORTS = shell32
|
|
|
|
C_SRCS = \
|
|
dialog.c \
|
|
main.c
|
|
|
|
RC_SRCS = winemine.rc
|
|
|
|
MANPAGES = winemine.man.in
|
|
|
|
SVG_SRCS = winemine.svg
|