diff options
author | red031000 <rubenru09@aol.com> | 2020-09-26 00:40:27 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-09-26 00:40:27 +0100 |
commit | 423f03fd164f29b94c3f0e1ddd0d94baf16d4d96 (patch) | |
tree | 6d2b0acc23416105c737f04cf63d34c412053622 /obj_files.mk | |
parent | 89be88e8da3113f571b79f18e65606a556202ef2 (diff) | |
parent | 8b600c23d0582dbfe299734dd0cac53c49ac155f (diff) |
Merge pull request #86 from mparisi20/split_nw4r_snd
split snd_SoundArchive.s and snd_SoundArchiveFile.s
Diffstat (limited to 'obj_files.mk')
-rw-r--r-- | obj_files.mk | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/obj_files.mk b/obj_files.mk index 1a1f29a..dfcd7f5 100644 --- a/obj_files.mk +++ b/obj_files.mk @@ -139,6 +139,8 @@ TEXT_O_FILES := \ $(BUILD_DIR)/asm/nw4r/snd/detail/snd_SeqTrack.o \ $(BUILD_DIR)/asm/nw4r/snd/snd_Sound3DListener.o \ $(BUILD_DIR)/asm/nw4r/snd/snd_Sound3DManager.o \ + $(BUILD_DIR)/asm/nw4r/snd/detail/snd_SoundArchive.o \ + $(BUILD_DIR)/asm/nw4r/snd/detail/snd_SoundArchiveFile.o \ $(BUILD_DIR)/asm/text_10_6.o \ $(BUILD_DIR)/asm/text_11.o |