[Python-checkins] CVS: python/dist/src/Mac/Lib/mkcwproject/template-ppc template.prj.xml,1.2.2.1,1.2.2.2

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


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

Modified Files:
      Tag: r22b2-branch
	template.prj.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.prj.xml
===================================================================
RCS file: /cvsroot/python/python/dist/src/Mac/Lib/mkcwproject/template-ppc/template.prj.xml,v
retrieving revision 1.2.2.1
retrieving revision 1.2.2.2
diff -C2 -d -r1.2.2.1 -r1.2.2.2
*** template.prj.xml	2001/11/20 23:12:01	1.2.2.1
--- template.prj.xml	2001/11/26 23:05:00	1.2.2.2
***************
*** 723,727 ****
                      <PATHFORMAT>MacOS</PATHFORMAT>
                      <FILEKIND>Library</FILEKIND>
!                     <FILEFLAGS>Debug</FILEFLAGS>
                  </FILE>
              </FILELIST>
--- 723,727 ----
                      <PATHFORMAT>MacOS</PATHFORMAT>
                      <FILEKIND>Library</FILEKIND>
!                     <FILEFLAGS>%(stdlibraryflags)s</FILEFLAGS>
                  </FILE>
              </FILELIST>