mirror of
https://github.com/kanjitalk755/macemu.git
synced 2024-12-25 17:29:19 +00:00
Append disassembler to dyngen, if available
This commit is contained in:
parent
f5a9e6e110
commit
2f947f5667
@ -34,6 +34,11 @@ INSTALL = @INSTALL@
|
|||||||
INSTALL_PROGRAM = @INSTALL_PROGRAM@ -s
|
INSTALL_PROGRAM = @INSTALL_PROGRAM@ -s
|
||||||
INSTALL_DATA = @INSTALL_DATA@
|
INSTALL_DATA = @INSTALL_DATA@
|
||||||
|
|
||||||
|
# Append disassembler to dyngen, if available
|
||||||
|
ifneq (:,$(MONSRCS):$(DYNGENSRCS))
|
||||||
|
DYNGENSRCS += $(filter %i386-dis.c,$(MONSRCS))
|
||||||
|
endif
|
||||||
|
|
||||||
## Files
|
## Files
|
||||||
SRCS = main_unix.cpp ../prefs.cpp ../prefs_items.cpp prefs_unix.cpp sys_unix.cpp \
|
SRCS = main_unix.cpp ../prefs.cpp ../prefs_items.cpp prefs_unix.cpp sys_unix.cpp \
|
||||||
../rom_patches.cpp ../rsrc_patches.cpp ../emul_op.cpp ../name_registry.cpp \
|
../rom_patches.cpp ../rsrc_patches.cpp ../emul_op.cpp ../name_registry.cpp \
|
||||||
|
Loading…
Reference in New Issue
Block a user