diff options
| author | Carl Hetherington <cth@carlh.net> | 2013-04-17 10:37:04 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2013-04-17 10:37:04 +0100 |
| commit | 8c1a2972ac7e18758759515c3c1889c5b6fd86b5 (patch) | |
| tree | e3e797ebf6000b6a01522d9b64f21be2a89c1b02 /cscript | |
| parent | be5dfa3ed0459392cc65d21f563f136b97a295ba (diff) | |
cscript; rename build -> release.
Diffstat (limited to 'cscript')
| -rw-r--r-- | cscript | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,8 +1,8 @@ import glob -builds = ['ubuntu-12.04-32', 'ubuntu-12.10-32', 'ubuntu-12.04-64', 'ubuntu-12.10-64', 'source', 'windows-32', 'windows-64'] +releases = ['ubuntu-12.04-32', 'ubuntu-12.10-32', 'ubuntu-12.04-64', 'ubuntu-12.10-64', 'source', 'windows-32', 'windows-64'] -def build(environment, variant, version): +def release(environment, variant, version): if environment == 'windows': command('./waf configure --target-windows') command('./waf clean') |
