distrib stuff

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@7556 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robin Dunn
2000-06-10 20:30:27 +00:00
parent c63e4e6898
commit 04ae894cf4
3 changed files with 36 additions and 36 deletions

View File

@@ -62,25 +62,25 @@ def main():
logTruncate()
try:
## logSeparator("Cleanup")
## os.chdir(WXDIR + '/src/msw')
## do('make cleandll FINAL=1')
logSeparator("Cleanup")
os.chdir(WXDIR + '/src/msw')
do('make cleandll FINAL=1')
## logSeparator("Building Documentation...")
## os.chdir(WXDIR + '/src/msw')
## do('make touchmanual htmlhelp')
## validateFile(WXDIR + '/docs/htmlhelp/wx.chm')
logSeparator("Building Documentation...")
os.chdir(WXDIR + '/src/msw')
do('make touchmanual htmlhelp')
validateFile(WXDIR + '/docs/htmlhelp/wx.chm')
## logSeparator("Building wxWindows and other libraries...")
## os.chdir(WXDIR + '/src/msw')
## do('make dll pch FINAL=1')
## validateFile(WXDIR + '/lib/wx'+dllVer+'.dll')
logSeparator("Building wxWindows and other libraries...")
os.chdir(WXDIR + '/src/msw')
do('make dll pch FINAL=1')
validateFile(WXDIR + '/lib/wx'+dllVer+'.dll')
## logSeparator("Cleaning wxPython build directory...")
## os.chdir(WXPYDIR)
## do('buildall.bat -c')
logSeparator("Cleaning wxPython build directory...")
os.chdir(WXPYDIR)
do('buildall.bat -c')
os.rename('build.local', 'build.local.save')
f = open("build.local", "w")
f.write("""