More cscript tweaks.
authorCarl Hetherington <cth@carlh.net>
Wed, 17 Apr 2013 09:41:50 +0000 (10:41 +0100)
committerCarl Hetherington <cth@carlh.net>
Wed, 17 Apr 2013 09:41:50 +0000 (10:41 +0100)
cscript

diff --git a/cscript b/cscript
index eac0fb08969c89d2292defc69eca3f7e40fb0c96..2e09d2bcda7b77cdc75fd67e15ad9fe74fcd72d4 100644 (file)
--- a/cscript
+++ b/cscript
@@ -1,8 +1,8 @@
 import glob
 
-releases = ['ubuntu-12.04-32', 'ubuntu-12.10-32', 'ubuntu-12.04-64', 'ubuntu-12.10-64', 'source', 'windows-32', 'windows-64']
+release_targets = ['ubuntu-12.04-32', 'ubuntu-12.10-32', 'ubuntu-12.04-64', 'ubuntu-12.10-64', 'source', 'windows-32', 'windows-64']
 
-def release(environment, variant, version):
+def build_release(environment, variant, version):
     if environment == 'windows':
         command('./waf configure --target-windows')
         command('./waf clean')