diff options
Diffstat (limited to 'obj_files.mk')
-rw-r--r-- | obj_files.mk | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/obj_files.mk b/obj_files.mk index 098f25d..76f25bf 100644 --- a/obj_files.mk +++ b/obj_files.mk @@ -101,8 +101,9 @@ TEXT_O_FILES := \ $(BUILD_DIR)/asm/NW4R/ut_DvdLockedFileStream.o \ $(BUILD_DIR)/asm/NW4R/ut_Font.o \ $(BUILD_DIR)/asm/text_10_3.o \ - $(BUILD_DIR)/asm/NW4R/ut_ResFont.o \ - $(BUILD_DIR)/asm/NW4R/ut_CharWriter.o \ + $(BUILD_DIR)/asm/NW4R/ut_ResFont.o \ + $(BUILD_DIR)/asm/NW4R/ut_CharWriter.o \ + $(BUILD_DIR)/asm/NW4R/ut_TextWriterBase.o \ $(BUILD_DIR)/asm/text_10_4.o \ $(BUILD_DIR)/asm/text_11.o |