summaryrefslogtreecommitdiff
path: root/obj_files.mk
diff options
context:
space:
mode:
authorRevo <projectrevotpp@hotmail.com>2020-09-28 20:59:52 -0400
committerGitHub <noreply@github.com>2020-09-28 20:59:52 -0400
commit1cc68edd6a6967c661579858ec0c1cf1d6d644d5 (patch)
tree563223fe33552a84814dcfd956e686292932d561 /obj_files.mk
parentca81ff33d390b3f1ab97e7aa726dc54d91830807 (diff)
parent6eb135fee4f8a86b8bafd27dcf55aab48bfd7394 (diff)
Merge pull request #105 from mparisi20/master
split lyt_bounding.s and lyt_material.s
Diffstat (limited to 'obj_files.mk')
-rw-r--r--obj_files.mk2
1 files changed, 2 insertions, 0 deletions
diff --git a/obj_files.mk b/obj_files.mk
index 061bc30..ebf727b 100644
--- a/obj_files.mk
+++ b/obj_files.mk
@@ -172,6 +172,8 @@ TEXT_O_FILES := \
$(BUILD_DIR)/asm/nw4r/lyt/lyt_picture.o \
$(BUILD_DIR)/asm/nw4r/lyt/lyt_textBox.o \
$(BUILD_DIR)/asm/nw4r/lyt/lyt_window.o \
+ $(BUILD_DIR)/asm/nw4r/lyt/lyt_bounding.o \
+ $(BUILD_DIR)/asm/nw4r/lyt/lyt_material.o \
$(BUILD_DIR)/asm/text_11.o
CTORS_O_FILES := \