Files
djhackersdev_bemanitools/src/main/launcher/Module.mk
T
icex2 106b908f17 feat(launcher): Integrate procmon as optional dependency
Integrate this as an optional dependency into launcher and
load it dynamically. Thus, these can be easily loaded/enabled
by developers and end-users.
2024-08-14 17:53:52 +02:00

42 lines
629 B
Makefile

avsexes += launcher
rc_launcher := launcher.rc
ldflags_launcher := \
-mconsole \
-ldbghelp \
deplibs_launcher := \
avs \
avs-ea3 \
libs_launcher := \
avs-util \
core \
hook \
util \
dwarfstack \
procmon-lib \
src_launcher := \
avs-config.c \
avs.c \
bootstrap-config.c \
bootstrap.c \
debug.c \
ea3-ident-config.c \
eamuse-config.c \
eamuse.c \
hook.c \
launcher-config.c \
launcher.c \
main.c \
module.c \
options.c \
property-util.c \
stubs.c \
version.c \
volatile_launcher := \
version.c \