mirror of
git://source.winehq.org/git/wine.git
synced 2024-11-05 18:01:34 +00:00
17ac5ba7f9
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
14 lines
245 B
Makefile
14 lines
245 B
Makefile
MODULE = wineboot.exe
|
|
APPMODE = -mconsole
|
|
IMPORTS = uuid advapi32
|
|
DELAYIMPORTS = shell32 shlwapi version user32
|
|
|
|
C_SRCS = \
|
|
shutdown.c \
|
|
wineboot.c
|
|
|
|
RC_SRCS = wineboot.rc
|
|
|
|
MANPAGES = wineboot.man.in
|
|
|
|
INSTALL_LIB = wineboot.exe wineboot
|