From: Jack Jansen Date: Sat, 10 Nov 2001 23:21:55 +0000 (+0000) Subject: Add the MSL C library to the set of standard libraries X-Git-Tag: v2.2.1c1~791 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=c252e6304e305c7126d1cd440fa8885f94ed09f2;p=thirdparty%2FPython%2Fcpython.git Add the MSL C library to the set of standard libraries linked against. Most, but not all, of it is included in PythonCore, but extensions may want to use some of the routines not included. Fixes a bug reported by Tom Loredo. --- diff --git a/Mac/Lib/mkcwproject/template-carbon/template.prj.xml b/Mac/Lib/mkcwproject/template-carbon/template.prj.xml index 551e57d7a8f1..7bd07e619dc7 100644 --- a/Mac/Lib/mkcwproject/template-carbon/template.prj.xml +++ b/Mac/Lib/mkcwproject/template-carbon/template.prj.xml @@ -975,6 +975,13 @@ Library + + Name + MSL C.Carbon.Lib + MacOS + Library + + Name CarbonLib @@ -1006,7 +1013,12 @@ PythonCoreCarbon MacOS - + + Name + MSL C.Carbon.Lib + MacOS + + @@ -1038,6 +1050,12 @@ PythonCoreCarbon MacOS + + %(mac_targetname)s + Name + MSL C.Carbon.Lib + MacOS + %(mac_targetname)s Name diff --git a/Mac/Lib/mkcwproject/template-ppc/template.prj.xml b/Mac/Lib/mkcwproject/template-ppc/template.prj.xml index d495866fffba..b64d770499df 100644 --- a/Mac/Lib/mkcwproject/template-ppc/template.prj.xml +++ b/Mac/Lib/mkcwproject/template-ppc/template.prj.xml @@ -710,6 +710,13 @@ Library Debug + + Name + MSL C.PPC.Lib + MacOS + Library + Debug + Name MathLib @@ -743,6 +750,11 @@ PythonCore MacOS + + Name + MSL C.PPC.Lib + MacOS + Name MathLib @@ -785,6 +797,12 @@ PythonCore MacOS + + %(mac_targetname)s + Name + MSL C.PPC.Lib + MacOS + %(mac_targetname)s Name