fixed bug in previous commit: WXTOPDIR not set
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@21677 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
File diff suppressed because it is too large
Load Diff
@@ -44,7 +44,7 @@ def addMakefile(bake, makedirs, deps=[], args={}):
|
||||
makedir = makedirs['all']
|
||||
tfile = '%s/%s' % (makedir, make)
|
||||
lines.append('%s: %s' % (tfile, dep))
|
||||
lines.append('\t$(BAKEFILE) -f%s -o$@ %s' % (format, bake))
|
||||
lines.append('\t$(BAKEFILE) -f%s -o$@ %s %s' % (format, a, bake))
|
||||
lines.append('\ttouch $@')
|
||||
if format not in all: all[format] = []
|
||||
all[format].append(tfile)
|
||||
|
Reference in New Issue
Block a user