mirror of
https://github.com/reactos/wine.git
synced 2024-11-29 06:30:37 +00:00
13 lines
208 B
Makefile
13 lines
208 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
|