1
0
mirror of https://github.com/alliedmodders/hl2sdk.git synced 2025-09-19 20:16:10 +08:00

Fix SDK issues with NO_MALLOC_OVERRIDE (bug 5521).

This commit is contained in:
Nicholas Hastings
2012-10-26 14:45:40 -04:00
parent 3a36e4b850
commit 38003f0586
4 changed files with 17 additions and 5 deletions

View File

@ -42,7 +42,6 @@ LIB_OBJS= \
$(LIB_OBJ_DIR)/interface.o \
$(LIB_OBJ_DIR)/KeyValues.o \
$(LIB_OBJ_DIR)/mempool.o \
$(LIB_OBJ_DIR)/memstack.o \
$(LIB_OBJ_DIR)/NetAdr.o \
$(LIB_OBJ_DIR)/newbitbuf.o \
$(LIB_OBJ_DIR)/processor_detect.o \