MODULE    = wineboot.exe
APPMODE   = -mconsole
IMPORTS   = uuid advapi32
DELAYIMPORTS = shell32 shlwapi version user32

C_SRCS = \
	shutdown.c \
	wineboot.c

RC_SRCS = wineboot.rc
PO_SRCS = wineboot.rc

MANPAGE = wineboot.man

@MAKE_PROG_RULES@