Keep the folder structure in Mac:mwerks:projects similar to the

toplevel build folder structure.
This commit is contained in:
Jack Jansen 1996-11-09 18:36:00 +00:00
parent 612db8f679
commit 297d7dd2c9

View file

@ -117,7 +117,7 @@ def copycwproject(path, name):
print dstdir print dstdir
print 'No CW-project dir, skip', name print 'No CW-project dir, skip', name
return return
dstfile = os.path.join(dstdir, name) dstfile = os.path.join(dstdir, os.path.join(srcdir, name))
else: else:
if path[-2:] != '': if path[-2:] != '':
return return
@ -155,7 +155,7 @@ def copycwexpfile(path, name):
print dstdir print dstdir
print 'No CW-project dir, skip', name print 'No CW-project dir, skip', name
return return
dstfile = os.path.join(dstdir, name) dstfile = os.path.join(dstdir, os.path.join(srcdir, name))
else: else:
if path[-6:] != '.µ.exp': if path[-6:] != '.µ.exp':
return return