mirror of
https://github.com/zeldaret/oot.git
synced 2024-11-10 19:20:13 +00:00
Dont link z_moji.o in retail (#1731)
This commit is contained in:
parent
e7b37c6d60
commit
2ee7a2b7ff
1 changed files with 2 additions and 0 deletions
2
spec
2
spec
|
@ -356,7 +356,9 @@ beginseg
|
||||||
include "$(BUILD_DIR)/src/code/z_lights.o"
|
include "$(BUILD_DIR)/src/code/z_lights.o"
|
||||||
include "$(BUILD_DIR)/src/code/z_malloc.o"
|
include "$(BUILD_DIR)/src/code/z_malloc.o"
|
||||||
include "$(BUILD_DIR)/src/code/z_map_mark.o"
|
include "$(BUILD_DIR)/src/code/z_map_mark.o"
|
||||||
|
#if OOT_DEBUG
|
||||||
include "$(BUILD_DIR)/src/code/z_moji.o"
|
include "$(BUILD_DIR)/src/code/z_moji.o"
|
||||||
|
#endif
|
||||||
include "$(BUILD_DIR)/src/code/z_prenmi_buff.o"
|
include "$(BUILD_DIR)/src/code/z_prenmi_buff.o"
|
||||||
include "$(BUILD_DIR)/src/code/z_nulltask.o"
|
include "$(BUILD_DIR)/src/code/z_nulltask.o"
|
||||||
include "$(BUILD_DIR)/src/code/z_olib.o"
|
include "$(BUILD_DIR)/src/code/z_olib.o"
|
||||||
|
|
Loading…
Reference in a new issue