From c252e6304e305c7126d1cd440fa8885f94ed09f2 Mon Sep 17 00:00:00 2001 From: Jack Jansen Date: Sat, 10 Nov 2001 23:21:55 +0000 Subject: [PATCH] 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. --- .../template-carbon/template.prj.xml | 20 ++++++++++++++++++- .../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 551e57d7a8..7bd07e619d 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 d495866fff..b64d770499 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 -- 2.50.1