summaryrefslogtreecommitdiff
path: root/HOWTO
diff options
context:
space:
mode:
authorSteven Knight <knight@baldmt.com>2002-04-30 02:48:52 +0000
committerSteven Knight <knight@baldmt.com>2002-04-30 02:48:52 +0000
commit35a9fe7b3a3575367b74fbaf84f5336ee4ca5573 (patch)
treebc47231e4aaccd9999f7a8e895d3fe32a40d106c /HOWTO
parentba9fa12fcc465eb09debdcbd4ccf1ca2d5e8a56e (diff)
downloadscons-35a9fe7b3a3575367b74fbaf84f5336ee4ca5573.tar.gz
Improve the scons.bat script. (Alex Jacques)
Diffstat (limited to 'HOWTO')
-rw-r--r--HOWTO/release.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/HOWTO/release.txt b/HOWTO/release.txt
index 7c37637e..a24caa41 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