mirror of
https://github.com/wxWidgets/Phoenix.git
synced 2026-01-04 19:10:09 +01:00
5
build.py
5
build.py
@@ -1333,7 +1333,7 @@ def cmd_build_py(options, args):
|
||||
WX_CONFIG = 'wx-config' # hope it is on the PATH
|
||||
|
||||
|
||||
wafBuildBase = wafBuildDir = getWafBuildBase()
|
||||
wafBuildBase = wafBuildDir = getWafBuildBase()
|
||||
if isWindows:
|
||||
wafBuildDir = posixjoin(wafBuildBase, 'release')
|
||||
|
||||
@@ -1527,7 +1527,6 @@ def cmd_clean_wx(options, args):
|
||||
if options.both:
|
||||
options.debug = True
|
||||
msw = getMSWSettings(options)
|
||||
cfg = Config()
|
||||
deleteIfExists(opj(msw.dllDir, 'msw'+msw.dll_type))
|
||||
delFiles(glob.glob(opj(msw.dllDir, 'wx*%s%s*' % (version2_nodot, msw.dll_type))))
|
||||
delFiles(glob.glob(opj(msw.dllDir, 'wx*%s%s*' % (version3_nodot, msw.dll_type))))
|
||||
@@ -1686,7 +1685,7 @@ def cmd_sdist(options, args):
|
||||
copyFile(name, destdir)
|
||||
|
||||
# Also add the waf executable
|
||||
waf = getWafCmd()
|
||||
getWafCmd()
|
||||
copyFile('bin/waf-%s' % wafCurrentVersion, os.path.join(PDEST, 'bin'))
|
||||
|
||||
# and the REV.txt if there is one
|
||||
|
||||
Reference in New Issue
Block a user