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

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


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

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-ppc/template.prj.xml,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
*** template.prj.xml	14 Dec 2001 22:53:16 -0000	1.4
--- template.prj.xml	23 May 2002 22:34:18 -0000	1.5
***************
*** 550,554 ****
                  <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>
--- 550,554 ----
                  <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>