diff options
author | Steven Knight <knight@baldmt.com> | 2002-04-30 02:48:52 (GMT) |
---|---|---|
committer | Steven Knight <knight@baldmt.com> | 2002-04-30 02:48:52 (GMT) |
commit | 35a9fe7b3a3575367b74fbaf84f5336ee4ca5573 (patch) | |
tree | bc47231e4aaccd9999f7a8e895d3fe32a40d106c /HOWTO | |
parent | ba9fa12fcc465eb09debdcbd4ccf1ca2d5e8a56e (diff) | |
download | SCons-35a9fe7b3a3575367b74fbaf84f5336ee4ca5573.zip SCons-35a9fe7b3a3575367b74fbaf84f5336ee4ca5573.tar.gz SCons-35a9fe7b3a3575367b74fbaf84f5336ee4ca5573.tar.bz2 |
Improve the scons.bat script. (Alex Jacques)
Diffstat (limited to 'HOWTO')
-rw-r--r-- | HOWTO/release.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/HOWTO/release.txt b/HOWTO/release.txt index 7c37637..a24caa4 100644 --- a/HOWTO/release.txt +++ b/HOWTO/release.txt @@ -14,11 +14,11 @@ Things to do to release a new version of SCons: cd scons-{version} python setup.py install cd scons-src-{version} - python runtest.py -a -x C:\Python15\scons.bat + python runtest.py -a -X -x C:\Python20\scons.bat 3) scons-{verson}.win32.exe cd scons-src-{version} - python runtest.py -a -x C:\Python15\scons.bat + python runtest.py -a -X -x C:\Python20\scons.bat Read through the README and src/README.txt files for any updates |