1
0
mirror of https://github.com/alliedmodders/hl2sdk.git synced 2025-09-19 12:06:07 +08:00

Removed 3DNow support from mathlib.

This commit is contained in:
Scott Ehlert
2013-04-27 10:13:44 -05:00
parent 7a42bb5985
commit ca5f1ef389
7 changed files with 0 additions and 1434 deletions

View File

@ -30,7 +30,6 @@ DO_CC += -o $@ -c $<
#####################################################################
LIB_OBJS= \
$(LIB_OBJ_DIR)/3dnow.o \
$(LIB_OBJ_DIR)/anorms.o \
$(LIB_OBJ_DIR)/bumpvects.o \
$(LIB_OBJ_DIR)/color_conversion.o \