MySQL and SQLite can actually use 4.1 here... Also libstdc++ == ugh

This commit is contained in:
Scott Ehlert
2006-09-04 08:28:08 +00:00
parent ed5395a54a
commit c9c2943c05
3 changed files with 4 additions and 4 deletions

View File

@ -16,7 +16,7 @@ BIN_SUFFIX_64 = amxx_amd64.so
OBJECTS = amxxmodule.cpp amxxapi.cpp Binary.cpp Journal.cpp NVault.cpp
LINK = /lib/libgcc_eh.a /lib/libstdc++.a
LINK = /lib/libgcc_eh.a /lib/libstdc++-3.4.a
INCLUDE = -I. -I$(HLSDK) -I$(HLSDK)/dlls -I$(HLSDK)/engine -I$(HLSDK)/game_shared -I$(HLSDK)/game_shared \
-I$(MM_ROOT) -I$(HLSDK)/common