Files
djhackersdev_bemanitools/src/main/inject/Module.mk
T
icex2 e1bccc4654 feat(inject): Use new exception handler with stacktraces
Adjust inject to utilize the new feature. This also
requires including the dwarfstack.dll in all distribution
packages.
2024-01-29 22:02:12 +01:00

23 lines
312 B
Makefile

exes += inject
imps += dwarfstack
ldflags_inject := \
-mconsole \
-lpsapi \
-ldbghelp \
libs_inject := \
util \
dwarfstack \
src_inject := \
main.c \
debugger.c \
logger.c \
options.c \
version.c \
volatile_inject := \
version.c \