wine/programs/wineboot/Makefile.in
Alexandre Julliard d84de4ca00 makefiles: Support specifying installed files in the top-level makefile.
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2018-11-27 14:48:04 +01:00

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