made Pascal string less intrusive to build systems

This commit is contained in:
2011-06-28 15:57:39 +00:00
parent 30b4ff8949
commit 446be52164
2 changed files with 1 additions and 2 deletions

View File

@@ -298,7 +298,6 @@ if WITH_BF_QUICKTIME == True:
if WITH_BF_SPACENAV:
PLATFORM_LINKFLAGS = PLATFORM_LINKFLAGS + ['-weak_framework','3DconnexionClient']
CXXFLAGS = CXXFLAGS + ['-fpascal-strings'] # they use an old-skool Mac programming style
#note to build succesfully on 10.3.9 SDK you need to patch 10.3.9 by adding the SystemStubs.a lib from 10.4
LLIBS = ['stdc++', 'SystemStubs']