enable building just the unicode version, or both unicode and ansi

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@40082 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robin Dunn
2006-07-13 02:40:46 +00:00
parent 8cbbb5d41b
commit f5ed42f875
8 changed files with 95 additions and 59 deletions

View File

@@ -120,9 +120,10 @@ def usage():
print " skipdocs Don't rebuild the docs"
print " skipwin Don't do the remote Windows build"
print " skiposx Don't do the remote OSX build"
print " skiplinux Don't do the remote Linux build"
print " skiplinux Don't do the remote Linux (RPM) build"
print " skipclean Don't do the cleanup step on the remote builds"
print " skipupload Don't upload the builds to starship"
print " ansi Also do the ansi builds"
print ""
print " nocohost Don't start the coLinux sessions if they are"
print " not already online"
@@ -173,6 +174,9 @@ def main(args):
elif flag == "skipupload":
config.skipupload = "yes"
elif flag == "ansi":
config.buildansi = "yes"
elif flag == "nocohost":
config.startcohost = "no"