From c252e6304e305c7126d1cd440fa8885f94ed09f2 Mon Sep 17 00:00:00 2001 From: Jack Jansen Date: Sat, 10 Nov 2001 23:21:55 +0000 Subject: 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. --- Mac/Lib/mkcwproject/template-carbon/template.prj.xml | 20 +++++++++++++++++++- Mac/Lib/mkcwproject/template-ppc/template.prj.xml | 18 ++++++++++++++++++ 2 files changed, 37 insertions(+), 1 deletion(-) diff --git a/Mac/Lib/mkcwproject/template-carbon/template.prj.xml b/Mac/Lib/mkcwproject/template-carbon/template.prj.xml index 551e57d..7bd07e6 100644 --- a/Mac/Lib/mkcwproject/template-carbon/template.prj.xml +++ b/Mac/Lib/mkcwproject/template-carbon/template.prj.xml @@ -977,6 +977,13 @@ Name + MSL C.Carbon.Lib + MacOS + Library + + + + Name CarbonLib MacOS Library @@ -1006,7 +1013,12 @@ PythonCoreCarbon MacOS - + + Name + MSL C.Carbon.Lib + MacOS + + @@ -1041,6 +1053,12 @@ %(mac_targetname)s Name + MSL C.Carbon.Lib + MacOS + + + %(mac_targetname)s + Name CarbonLib MacOS diff --git a/Mac/Lib/mkcwproject/template-ppc/template.prj.xml b/Mac/Lib/mkcwproject/template-ppc/template.prj.xml index d495866..b64d770 100644 --- a/Mac/Lib/mkcwproject/template-ppc/template.prj.xml +++ b/Mac/Lib/mkcwproject/template-ppc/template.prj.xml @@ -712,6 +712,13 @@ Name + MSL C.PPC.Lib + MacOS + Library + Debug + + + Name MathLib MacOS Library @@ -745,6 +752,11 @@ Name + MSL C.PPC.Lib + MacOS + + + Name MathLib MacOS @@ -788,6 +800,12 @@ %(mac_targetname)s Name + MSL C.PPC.Lib + MacOS + + + %(mac_targetname)s + Name MathLib MacOS -- cgit v0.12