summaryrefslogtreecommitdiffstats
path: root/bin
diff options
context:
space:
mode:
authorSteven Knight <knight@baldmt.com>2005-10-08 15:31:13 (GMT)
committerSteven Knight <knight@baldmt.com>2005-10-08 15:31:13 (GMT)
commite664e763f95c2e24f1f08f11e61828c68baf9854 (patch)
treebfe0b21a2202526bf29df983e32dde3f8b16173a /bin
parentee11284e78bb1405e112a594ba36ef4a2c14c481 (diff)
downloadSCons-e664e763f95c2e24f1f08f11e61828c68baf9854.zip
SCons-e664e763f95c2e24f1f08f11e61828c68baf9854.tar.gz
SCons-e664e763f95c2e24f1f08f11e61828c68baf9854.tar.bz2
MSVC.py improvements: new MSVSSolution() Builder, new variables to contro generation of project and solution files. (Stanislav Baranov)
Diffstat (limited to 'bin')
-rw-r--r--bin/restore.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/restore.sh b/bin/restore.sh
index d5dc6c1..d23d1d0 100644
--- a/bin/restore.sh
+++ b/bin/restore.sh
@@ -14,7 +14,7 @@ fi
for i in `find $DIRS -name '*.py'`; do
ed $i <<EOF
/^__revision__ = /s/= .*/= "__FILE__ __REVISION__ __DATE__ __DEVELOPER__"/p
-/Copyright (c) 2001.*SCons Foundation/s/.*/__COPYRIGHT__/p
+/Copyright (c) 2001.*SCons Foundation.*/s//__COPYRIGHT__/p
w
q
EOF
@@ -23,7 +23,7 @@ done
for i in `find $DIRS -name '*.txt'`; do
ed $i <<EOF
/# [^ ]* 0.96.[CD][0-9]* [0-9\/]* [0-9:]* knight$/s/.*/# __FILE__ __REVISION__ __DATE__ __DEVELOPER__/p
-/Copyright (c) 2001.*SCons Foundation/s/.*/__COPYRIGHT__/p
+/Copyright (c) 2001.*SCons Foundation.*/s//__COPYRIGHT__/p
w
q
EOF