[Python-checkins] python/dist/src/Mac/Lib/mkcwproject/template-carbon template.prj.xml,1.5,1.6

jackjansen@users.sourceforge.net jackjansen@users.sourceforge.net
Thu, 23 May 2002 15:34:12 -0700


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

Modified Files:
	template.prj.xml 
Log Message:
Allow the shared library initialization routine to be overridden with an initialize=xxx argument.

Should fix #492465.

Index: template.prj.xml
===================================================================
RCS file: /cvsroot/python/python/dist/src/Mac/Lib/mkcwproject/template-carbon/template.prj.xml,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -d -r1.5 -r1.6
*** template.prj.xml	14 Dec 2001 22:52:50 -0000	1.5
--- template.prj.xml	23 May 2002 22:34:10 -0000	1.6
***************
*** 559,563 ****
                  <SETTING><NAME>MWLinker_PPC_permitmultdefs</NAME><VALUE>0</VALUE></SETTING>
                  <SETTING><NAME>MWLinker_PPC_linkmode</NAME><VALUE>Fast</VALUE></SETTING>
!                 <SETTING><NAME>MWLinker_PPC_initname</NAME><VALUE>__initialize</VALUE></SETTING>
                  <SETTING><NAME>MWLinker_PPC_mainname</NAME><VALUE></VALUE></SETTING>
                  <SETTING><NAME>MWLinker_PPC_termname</NAME><VALUE>__terminate</VALUE></SETTING>
--- 559,563 ----
                  <SETTING><NAME>MWLinker_PPC_permitmultdefs</NAME><VALUE>0</VALUE></SETTING>
                  <SETTING><NAME>MWLinker_PPC_linkmode</NAME><VALUE>Fast</VALUE></SETTING>
!                 <SETTING><NAME>MWLinker_PPC_initname</NAME><VALUE>%(initialize)s</VALUE></SETTING>
                  <SETTING><NAME>MWLinker_PPC_mainname</NAME><VALUE></VALUE></SETTING>
                  <SETTING><NAME>MWLinker_PPC_termname</NAME><VALUE>__terminate</VALUE></SETTING>