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

@ -8,7 +8,7 @@ MM_ROOT = ../../metamod/metamod
OPT_FLAGS = -O2 -funroll-loops -s -pipe -fomit-frame-pointer -fno-strict-aliasing
DEBUG_FLAGS = -g -ggdb3
CPP = gcc-3.4
CPP = gcc-4.1
NAME = mysql
#MYSQL_DIR = ../../../mysql-5.0.22
MYSQL_DIR = ../../../mysql-5.0