mirror of
https://gitlab.winehq.org/wine/wine.git
synced 2025-08-28 10:13:55 +02:00
11 lines
237 B
Makefile
11 lines
237 B
Makefile
MODULE = wineboot.exe
|
|
IMPORTS = uuid advapi32 ws2_32 kernelbase
|
|
DELAYIMPORTS = shell32 shlwapi version user32 gdi32 setupapi newdev
|
|
|
|
EXTRADLLFLAGS = -mconsole
|
|
|
|
SOURCES = \
|
|
shutdown.c \
|
|
wineboot.c \
|
|
wineboot.man.in \
|
|
wineboot.rc
|