mirror of
https://github.com/reactos/wine.git
synced 2024-11-29 06:30:37 +00:00
17 lines
282 B
Makefile
17 lines
282 B
Makefile
EXTRADEFS = -DWINE_NO_UNICODE_MACROS
|
|
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@
|