mirror of
https://github.com/djhackersdev/bemanitools.git
synced 2026-04-08 18:25:04 -05:00
Fully format log messages and call OutputDebugStringA only once. This avoids getting split log messages on concurrent calls to OutputDebugStringA.
46 lines
659 B
Makefile
46 lines
659 B
Makefile
avsexes += launcher
|
|
rc_launcher := launcher.rc
|
|
|
|
ldflags_launcher := \
|
|
-mconsole \
|
|
-ldbghelp \
|
|
-lpsapi \
|
|
|
|
deplibs_launcher := \
|
|
avs \
|
|
avs-ea3 \
|
|
|
|
avslibs_launcher := \
|
|
avs-ext \
|
|
|
|
libs_launcher := \
|
|
hook \
|
|
util \
|
|
iface-core \
|
|
iface \
|
|
module \
|
|
core \
|
|
mxml \
|
|
|
|
src_launcher := \
|
|
app.c \
|
|
avs-config.c \
|
|
avs.c \
|
|
bootstrap-config.c \
|
|
bootstrap.c \
|
|
debug.c \
|
|
ea3-ident-config.c \
|
|
eamuse-config.c \
|
|
eamuse.c \
|
|
hooks.c \
|
|
launcher-config.c \
|
|
launcher.c \
|
|
main.c \
|
|
options.c \
|
|
stubs.c \
|
|
version.c \
|
|
|
|
volatile_launcher := \
|
|
version.c \
|
|
|