From 0d14a2ff1774d42dc855aa9aab94791df3f55157 Mon Sep 17 00:00:00 2001 From: Steven Knight Date: Fri, 14 Dec 2001 20:08:18 +0000 Subject: Fix the comment at the top of the scons.bat file. --- src/CHANGES.txt | 7 +++++++ src/script/scons.bat | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) 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 -- cgit v0.12