mirror of
https://github.com/reactos/wine.git
synced 2025-01-07 03:40:49 +00:00
17ac5ba7f9
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
17 lines
259 B
Makefile
17 lines
259 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
|
|
|
|
INSTALL_LIB = winemine.exe winemine
|