diff options
author | Steven Knight <knight@baldmt.com> | 2002-07-15 05:12:43 (GMT) |
---|---|---|
committer | Steven Knight <knight@baldmt.com> | 2002-07-15 05:12:43 (GMT) |
commit | ba3c2978b1e37d457976f0dbe1921d9c742e2a4d (patch) | |
tree | 930ec31970685a982105b8662ff0ad8c81198e4e /test/SHCCFLAGS.py | |
parent | 64abe288f007db6a36ed2bb5d018fde707a243de (diff) | |
download | SCons-ba3c2978b1e37d457976f0dbe1921d9c742e2a4d.zip SCons-ba3c2978b1e37d457976f0dbe1921d9c742e2a4d.tar.gz SCons-ba3c2978b1e37d457976f0dbe1921d9c742e2a4d.tar.bz2 |
Win32 fixes for test/SH{CC,CXX}FLAGS.py.
Diffstat (limited to 'test/SHCCFLAGS.py')
-rw-r--r-- | test/SHCCFLAGS.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/SHCCFLAGS.py b/test/SHCCFLAGS.py index 32b3838..0f2bdb6 100644 --- a/test/SHCCFLAGS.py +++ b/test/SHCCFLAGS.py @@ -68,8 +68,8 @@ EXPORTS """) test.write('bar.def', r""" -LIBRARY "foo" -DESCRIPTION "Foo Shared Library" +LIBRARY "bar" +DESCRIPTION "Bar Shared Library" EXPORTS doIt |