mirror of
git://source.winehq.org/git/wine.git
synced 2024-11-01 14:20:15 +00:00
088a787a2c
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
15 lines
236 B
Makefile
15 lines
236 B
Makefile
MODULE = winemine.exe
|
|
IMPORTS = user32 gdi32 advapi32 comctl32
|
|
DELAYIMPORTS = shell32
|
|
|
|
EXTRADLLFLAGS = -mwindows -municode
|
|
|
|
C_SRCS = \
|
|
dialog.c \
|
|
main.c
|
|
|
|
RC_SRCS = winemine.rc
|
|
|
|
MANPAGES = winemine.man.in
|
|
|
|
SVG_SRCS = winemine.svg
|