diff options
author | Steven Knight <knight@baldmt.com> | 2003-10-26 01:50:45 (GMT) |
---|---|---|
committer | Steven Knight <knight@baldmt.com> | 2003-10-26 01:50:45 (GMT) |
commit | 6878482a572e1fb93bdf6a3d933193fe668a6978 (patch) | |
tree | 7957d1b2adcfc517405fb75789573acec4d5f9e5 /test/sconsign-script.py | |
parent | d1e65c3d358b857b1e53b90c0f4c940c7f95c6a5 (diff) | |
download | SCons-6878482a572e1fb93bdf6a3d933193fe668a6978.zip SCons-6878482a572e1fb93bdf6a3d933193fe668a6978.tar.gz SCons-6878482a572e1fb93bdf6a3d933193fe668a6978.tar.bz2 |
Fix a regression with CPPDEFINES when using the g++ Tool.
Diffstat (limited to 'test/sconsign-script.py')
-rw-r--r-- | test/sconsign-script.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/sconsign-script.py b/test/sconsign-script.py index 24e23a0..a5c0aa7 100644 --- a/test/sconsign-script.py +++ b/test/sconsign-script.py @@ -1,6 +1,6 @@ #!/usr/bin/env python # -# __COPYRIGHT__ +# Copyright (c) 2001, 2002, 2003 Steven Knight # # Permission is hereby granted, free of charge, to any person obtaining # a copy of this software and associated documentation files (the @@ -22,7 +22,7 @@ # WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. # -__revision__ = "__FILE__ __REVISION__ __DATE__ __DEVELOPER__" +__revision__ = "/home/scons/scons/branch.0/baseline/test/sconsign.py 0.90.D001 2003/06/25 15:32:24 knight" import os.path import string |