mirror of
git://source.winehq.org/git/wine.git
synced 2024-11-01 07:37:02 +00:00
a6cf9e57d3
Signed-off-by: Eric Pouech <eric.pouech@gmail.com> Signed-off-by: Alexandre Julliard <julliard@winehq.org>
13 lines
247 B
Makefile
13 lines
247 B
Makefile
MODULE = wineboot.exe
|
|
IMPORTS = uuid advapi32 ws2_32 kernelbase
|
|
DELAYIMPORTS = shell32 shlwapi version user32 setupapi newdev
|
|
|
|
EXTRADLLFLAGS = -mconsole
|
|
|
|
C_SRCS = \
|
|
shutdown.c \
|
|
wineboot.c
|
|
|
|
RC_SRCS = wineboot.rc
|
|
|
|
MANPAGES = wineboot.man.in
|