diff options
author | Revo <projectrevotpp@hotmail.com> | 2020-09-18 01:05:14 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-09-18 01:05:14 -0400 |
commit | 653e5621c97b149ffcdef362ae7dacc0b4f49d3e (patch) | |
tree | 5770c965b4a21f0281763d9207b6265957b39960 /obj_files.mk | |
parent | 5414a0ae713e80bd54a026ee21d0c2df43870038 (diff) | |
parent | a88f4b0a3b696b16bc35ecc7043204da2410e0d3 (diff) |
Merge pull request #49 from mparisi20/master
some gamespy splits
Diffstat (limited to 'obj_files.mk')
-rw-r--r-- | obj_files.mk | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/obj_files.mk b/obj_files.mk index 627ef00..cfc59ba 100644 --- a/obj_files.mk +++ b/obj_files.mk @@ -34,6 +34,11 @@ TEXT_O_FILES := \ $(BUILD_DIR)/src/hashtable.o \ $(BUILD_DIR)/asm/md5c.o \ $(BUILD_DIR)/asm/nonport.o \ + $(BUILD_DIR)/asm/gsAvailable.o \ + $(BUILD_DIR)/asm/gsCrypt.o \ + $(BUILD_DIR)/asm/gsLargeInt.o \ + $(BUILD_DIR)/asm/gsRC4.o \ + $(BUILD_DIR)/asm/gsSHA1.o \ $(BUILD_DIR)/asm/text_10_2.o \ $(BUILD_DIR)/asm/text_11.o |