mirror of
https://github.com/python/cpython.git
synced 2025-07-23 03:05:38 +00:00
Keep the folder structure in Mac:mwerks:projects similar to the
toplevel build folder structure.
This commit is contained in:
parent
612db8f679
commit
297d7dd2c9
1 changed files with 2 additions and 2 deletions
|
@ -117,7 +117,7 @@ def copycwproject(path, name):
|
|||
print dstdir
|
||||
print 'No CW-project dir, skip', name
|
||||
return
|
||||
dstfile = os.path.join(dstdir, name)
|
||||
dstfile = os.path.join(dstdir, os.path.join(srcdir, name))
|
||||
else:
|
||||
if path[-2:] != '.µ':
|
||||
return
|
||||
|
@ -155,7 +155,7 @@ def copycwexpfile(path, name):
|
|||
print dstdir
|
||||
print 'No CW-project dir, skip', name
|
||||
return
|
||||
dstfile = os.path.join(dstdir, name)
|
||||
dstfile = os.path.join(dstdir, os.path.join(srcdir, name))
|
||||
else:
|
||||
if path[-6:] != '.µ.exp':
|
||||
return
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue