fix #3631
This commit is contained in:
parent
59562d8930
commit
7bd848f9f9
Binary file not shown.
|
@ -23,13 +23,13 @@ debug: $(TARGET_DEBUG)
|
|||
$(TARGET_RELEASE):
|
||||
@$(MAKE) SUBTARGET=arcade WATERBOX=1 OPTIMIZE=s DEPRECATED=0 NOWERROR=1 \
|
||||
WBX_DIR=$(WATERBOX_DIR) BUILDDIR=$(OBJ_DIR) -C $(ROOT_DIR)/mame
|
||||
@mv -f $(ROOT_DIR)/mame/$(TARGET) $(TARGET_RELEASE)
|
||||
@mv -f $(ROOT_DIR)/mame/*.wbx $(TARGET_RELEASE)
|
||||
@strip --strip-all -wK "mame_*" -K "co_clean" -K "ecl_seal" -K "__wbxsysinfo" $(TARGET_RELEASE)
|
||||
|
||||
$(TARGET_DEBUG):
|
||||
@$(MAKE) SUBTARGET=arcade WATERBOX=1 OPTIMIZE=g DEBUG=1 SYMBOLS=1 PROFILER=0 DEPRECATED=0 NOWERROR=1 \
|
||||
WBX_DIR=$(WATERBOX_DIR) BUILDDIR=$(DOBJ_DIR) -C $(ROOT_DIR)/mame
|
||||
@mv -f $(ROOT_DIR)/mame/$(TARGET) $(TARGET_DEBUG)
|
||||
@mv -f $(ROOT_DIR)/mame/*.wbx $(TARGET_DEBUG)
|
||||
|
||||
install: $(TARGET_RELEASE)
|
||||
@cp -f $< $(OUTPUTDLL_DIR)
|
||||
|
|
|
@ -1 +1 @@
|
|||
Subproject commit 17a174c60c2b616f6375dfbb9713d38762692ed6
|
||||
Subproject commit 82b1e43e873dd2da71e3ee2873084d5a6282f8ff
|
Loading…
Reference in New Issue