[Python-checkins] CVS: python/dist/src/Mac/Lib/mkcwproject __init__.py,1.10,1.11
Jack Jansen
jackjansen@users.sourceforge.net
2001年11月30日 06:17:03 -0800
Update of /cvsroot/python/python/dist/src/Mac/Lib/mkcwproject
In directory usw-pr-cvs1:/tmp/cvs-serv22285/Mac/Lib/mkcwproject
Modified Files:
__init__.py
Log Message:
Merged changes made on r22b2-branch between r22b2 and r22b2-mac (the
changes from start of branch upto r22b2 were already merged, of course).
Index: __init__.py
===================================================================
RCS file: /cvsroot/python/python/dist/src/Mac/Lib/mkcwproject/__init__.py,v
retrieving revision 1.10
retrieving revision 1.11
diff -C2 -d -r1.10 -r1.11
*** __init__.py 2001年08月25日 12:00:44 1.10
--- __init__.py 2001年11月30日 14:16:30 1.11
***************
*** 19,22 ****
--- 19,26 ----
if not dictcopy.has_key('mac_outputdir'):
dictcopy['mac_outputdir'] = ':lib:'
+ if not dictcopy.has_key('stdlibraryflags'):
+ dictcopy['stdlibraryflags'] = 'Debug'
+ if not dictcopy.has_key('libraryflags'):
+ dictcopy['libraryflags'] = 'Debug'
if not dictcopy.has_key('mac_dllname'):
dictcopy['mac_dllname'] = modulename + '.ppc.slb'