mirror of
https://github.com/python/cpython.git
synced 2025-08-04 17:08:35 +00:00
Merged changes made on r22b2-branch between r22b2 and r22b2-mac (the
changes from start of branch upto r22b2 were already merged, of course).
This commit is contained in:
parent
69b83b113f
commit
b3be216b41
53 changed files with 1815 additions and 300 deletions
|
@ -18,6 +18,10 @@ def mkproject(outputfile, modulename, settings, force=0, templatename=None):
|
|||
dictcopy['mac_exportname'] = os.path.split(outputfile)[1] + '.exp'
|
||||
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'
|
||||
if not dictcopy.has_key('mac_targetname'):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue