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

diff --git a/cscript b/cscript
index 15647c2cebc3414296fadb21f2beb0f2d6cd89a6..276e4bc402edf48feab791533d6fe02d4350ffec 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')