wine/programs/wineboot/Makefile.in
Alexandre Julliard 6a19b999f7 wineboot: Set the computer name keys.
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2020-09-28 17:03:58 +02:00

15 lines
260 B
Makefile

MODULE = wineboot.exe
APPMODE = -mconsole
IMPORTS = uuid advapi32 ws2_32
DELAYIMPORTS = shell32 shlwapi version user32 setupapi newdev
EXTRADLLFLAGS = -mno-cygwin
C_SRCS = \
shutdown.c \
wineboot.c
RC_SRCS = wineboot.rc
MANPAGES = wineboot.man.in