diff options
author | Revo <projectrevotpp@hotmail.com> | 2020-09-23 21:56:20 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-09-23 21:56:20 -0400 |
commit | 2afe02988ef72f6a9ea5ee3722130375e651184a (patch) | |
tree | 8f2ee79507c4eb8b11b3e02fafbe9c0d39cecb14 /obj_files.mk | |
parent | c3699278eebb7f7a4a75e8d19f878ff072fd2714 (diff) | |
parent | 1573c799ac61740396bd728a047900b1e105f817 (diff) |
Merge pull request #72 from mparisi20/master
Replace patch_strtab with postprocess.py and change escape sequence format
Diffstat (limited to 'obj_files.mk')
-rw-r--r-- | obj_files.mk | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/obj_files.mk b/obj_files.mk index 2f505c5..098f25d 100644 --- a/obj_files.mk +++ b/obj_files.mk @@ -95,7 +95,15 @@ TEXT_O_FILES := \ $(BUILD_DIR)/asm/NW4R/ut_binaryFileFormat.o \ $(BUILD_DIR)/asm/NW4R/ut_CharStrmReader.o \ $(BUILD_DIR)/asm/NW4R/ut_TagProcessorBase.o \ + $(BUILD_DIR)/asm/NW4R/ut_IOStream.o \ + $(BUILD_DIR)/asm/NW4R/ut_FileStream.o \ + $(BUILD_DIR)/asm/NW4R/ut_DvdFileStream.o \ + $(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/text_10_4.o \ $(BUILD_DIR)/asm/text_11.o CTORS_O_FILES := \ |