diff options
author | Steven Knight <knight@baldmt.com> | 2001-12-14 20:08:18 (GMT) |
---|---|---|
committer | Steven Knight <knight@baldmt.com> | 2001-12-14 20:08:18 (GMT) |
commit | 0d14a2ff1774d42dc855aa9aab94791df3f55157 (patch) | |
tree | a03936e4e47161fe7a7461d342185c07c4a7d263 | |
parent | ad37063b59063fb328d2047e1b2e15669bcb134c (diff) | |
download | SCons-0d14a2ff1774d42dc855aa9aab94791df3f55157.zip SCons-0d14a2ff1774d42dc855aa9aab94791df3f55157.tar.gz SCons-0d14a2ff1774d42dc855aa9aab94791df3f55157.tar.bz2 |
Fix the comment at the top of the scons.bat file.
-rw-r--r-- | src/CHANGES.txt | 7 | ||||
-rw-r--r-- | src/script/scons.bat | 2 |
2 files changed, 8 insertions, 1 deletions
diff --git a/src/CHANGES.txt b/src/CHANGES.txt index 0f0b823..3d47e84 100644 --- a/src/CHANGES.txt +++ b/src/CHANGES.txt @@ -8,6 +8,13 @@ +RELEASE 0.02 - + + - Fixed the version comment in the scons.bat (the UNIX geek used + # instead of @rem). + + + RELEASE 0.01 - Thu Dec 13 19:25:23 CST 2001 A brief overview of important functionality available in release 0.01: diff --git a/src/script/scons.bat b/src/script/scons.bat index ce4faad..e66b5d1 100644 --- a/src/script/scons.bat +++ b/src/script/scons.bat @@ -1,2 +1,2 @@ -# __FILE__ __REVISION__ __DATE__ __DEVELOPER__ +@rem __FILE__ __REVISION__ __DATE__ __DEVELOPER__ @python -c "import SCons.Script; SCons.Script.main()" %1 %2 %3 %4 %5 %6 %7 %8 %9 |