[Python-checkins] CVS: python/dist/src/Mac/Lib/mkcwproject/template-carbon template-alllibraries.xml,1.1,1.1.14.1

Jack Jansen jackjansen@users.sourceforge.net
Mon, 26 Nov 2001 15:04:48 -0800


Update of /cvsroot/python/python/dist/src/Mac/Lib/mkcwproject/template-carbon
In directory usw-pr-cvs1:/tmp/cvs-serv3634/Python/Mac/Lib/mkcwproject/template-carbon

Modified Files:
      Tag: r22b2-branch
	template-alllibraries.xml 
Log Message:
Added support for weak-linking the system interface library and/or the user-supplied dynamic libraries. The latter is all-or-nothing, i.e. no way to weak link only specific libraries, but for now that is good enough.

Index: template-alllibraries.xml
===================================================================
RCS file: /cvsroot/python/python/dist/src/Mac/Lib/mkcwproject/template-carbon/template-alllibraries.xml,v
retrieving revision 1.1
retrieving revision 1.1.14.1
diff -C2 -d -r1.1 -r1.1.14.1
*** template-alllibraries.xml	2001/01/23 22:33:30	1.1
--- template-alllibraries.xml	2001/11/26 23:04:46	1.1.14.1
***************
*** 4,7 ****
                      <PATHFORMAT>MacOS</PATHFORMAT>
                      <FILEKIND>Library</FILEKIND>
!                     <FILEFLAGS>Debug</FILEFLAGS>
                  </FILE>
--- 4,7 ----
                      <PATHFORMAT>MacOS</PATHFORMAT>
                      <FILEKIND>Library</FILEKIND>
!                     <FILEFLAGS>%(libraryflags)s</FILEFLAGS>
                  </FILE>