diff options
Diffstat (limited to 'obj_files.mk')
-rw-r--r-- | obj_files.mk | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/obj_files.mk b/obj_files.mk index 2c7cf8a..d10c7d0 100644 --- a/obj_files.mk +++ b/obj_files.mk @@ -106,6 +106,11 @@ TEXT_O_FILES := \ $(BUILD_DIR)/asm/NW4R/ut_TextWriterBase.o \ $(BUILD_DIR)/asm/NW4R/snd_AxManager.o \ $(BUILD_DIR)/asm/NW4R/snd_AxVoice.o \ + $(BUILD_DIR)/asm/NW4R/snd_AxVoiceManager.o \ + $(BUILD_DIR)/asm/NW4R/snd_AxfxImpl.o \ + $(BUILD_DIR)/asm/NW4R/snd_Bank.o \ + $(BUILD_DIR)/asm/NW4R/snd_BankFile.o \ + $(BUILD_DIR)/asm/NW4R/snd_BasicPlayer.o \ $(BUILD_DIR)/asm/text_10_4.o \ $(BUILD_DIR)/asm/text_11.o |