diff options
author | Revo <projectrevotpp@hotmail.com> | 2020-09-23 23:10:05 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-09-23 23:10:05 -0400 |
commit | 593f6cc2df3217a07bbedaf0e3fa859dfb941413 (patch) | |
tree | 680c90d8e09ab241ed721be52af9b97e3251d518 /obj_files.mk | |
parent | 2afe02988ef72f6a9ea5ee3722130375e651184a (diff) | |
parent | 38089405b403420c193004fe5f372476558cc07d (diff) |
Merge pull request #73 from mparisi20/master
split ut_TextWriterBase
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 |