mirror of
https://github.com/reactos/wine.git
synced 2024-12-06 02:37:17 +00:00
54da7fb8cf
Send WM_QUERYENDSESSION messages to all windows of a given process before moving on to the next. Switch option parsing to getopt. Added a bunch of options to control shutdown behavior.
16 lines
253 B
Makefile
16 lines
253 B
Makefile
TOPSRCDIR = @top_srcdir@
|
|
TOPOBJDIR = ../..
|
|
SRCDIR = @srcdir@
|
|
VPATH = @srcdir@
|
|
MODULE = wineboot.exe
|
|
APPMODE = -mconsole
|
|
IMPORTS = version user32 advapi32 kernel32
|
|
|
|
C_SRCS = \
|
|
shutdown.c \
|
|
wineboot.c
|
|
|
|
@MAKE_PROG_RULES@
|
|
|
|
### Dependencies:
|