diff options
author | Revo <projectrevotpp@hotmail.com> | 2020-10-13 21:04:27 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-10-13 21:04:27 -0400 |
commit | 483227d77a6f6a45d44d1c1717cfb624b0f4d342 (patch) | |
tree | 25ecf7716e77d6a5e7cc33961b986bc3fcf88645 /obj_files.mk | |
parent | 054335fddc4e75bb704098bb647f096be7f458d8 (diff) | |
parent | 938548cbd7752b87cadbabfe17167ea87881de0e (diff) |
Merge pull request #141 from mparisi20/master
Split ut_ResFontBase
Diffstat (limited to 'obj_files.mk')
-rw-r--r-- | obj_files.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/obj_files.mk b/obj_files.mk index 562aae5..41b9884 100644 --- a/obj_files.mk +++ b/obj_files.mk @@ -488,7 +488,7 @@ TEXT_O_FILES := \ $(BUILD_DIR)/asm/nw4r/ut/ut_DvdFileStream.o \ $(BUILD_DIR)/asm/nw4r/ut/ut_DvdLockedFileStream.o \ $(BUILD_DIR)/asm/nw4r/ut/ut_Font.o \ - $(BUILD_DIR)/asm/text_10_3.o \ + $(BUILD_DIR)/asm/nw4r/ut/detail/ut_ResFontBase.o \ $(BUILD_DIR)/asm/nw4r/ut/ut_ResFont.o \ $(BUILD_DIR)/asm/nw4r/ut/ut_CharWriter.o \ $(BUILD_DIR)/asm/nw4r/ut/ut_TextWriterBase.o \ |