From 707e964734e4fc245ba4d3c6453adeb67a55867a Mon Sep 17 00:00:00 2001 From: Jack Jansen Date: Sun, 19 Nov 2000 21:53:15 +0000 Subject: Added MathLib and InterfaceLib. Added Python:Include so #include "package/file.h" works. Moved bits around so now at least Numeric with Distutils builds and instals. --- Mac/Lib/mkcwproject/template/template.prj.xml | 53 +++++++++++++++++++++++++-- 1 file changed, 49 insertions(+), 4 deletions(-) diff --git a/Mac/Lib/mkcwproject/template/template.prj.xml b/Mac/Lib/mkcwproject/template/template.prj.xml index 8642343..6174a31 100644 --- a/Mac/Lib/mkcwproject/template/template.prj.xml +++ b/Mac/Lib/mkcwproject/template/template.prj.xml @@ -90,6 +90,7 @@ Recursivetrue HostFlagsAll + %(tmp_extrasearchdirs)s SearchPath Path%(sysprefix)sMac: @@ -101,6 +102,15 @@ SearchPath + Path%(sysprefix)sInclude: + PathFormatMacOS + PathRoot%(mac_sysprefixtype)s + + Recursivefalse + HostFlagsAll + + + SearchPath Path%(sysprefix)s PathFormatMacOS PathRoot%(mac_sysprefixtype)s @@ -110,7 +120,6 @@ SystemSearchPaths - %(tmp_extrasearchdirs)s SearchPath Path%(sysprefix)s:GUSI2:include: @@ -582,9 +591,9 @@ MWMerge_MacOS_copyResources1 MWMerge_MacOS_skipResources - øƒ - þ^h - ‹ß0 + ª¿° + ß^h + ѧ0 @@ -700,6 +709,20 @@ Library Debug + + Name + MathLib + MacOS + Library + Debug + + + Name + InterfaceLib + MacOS + Library + Debug + %(tmp_linkorder)s @@ -718,6 +741,16 @@ PythonCore MacOS + + Name + MathLib + MacOS + + + Name + InterfaceLib + MacOS + @@ -749,6 +782,18 @@ PythonCore MacOS + + %(mac_targetname)s + Name + MathLib + MacOS + + + %(mac_targetname)s + Name + InterfaceLib + MacOS + -- cgit v0.12