Win32 fixes for test/SH{CC,CXX}FLAGS.py.
authorstevenknight <stevenknight@fdb21ef1-2011-0410-befe-b5e4ea1792b1>
Mon, 15 Jul 2002 05:12:43 +0000 (05:12 +0000)
committerstevenknight <stevenknight@fdb21ef1-2011-0410-befe-b5e4ea1792b1>
Mon, 15 Jul 2002 05:12:43 +0000 (05:12 +0000)
git-svn-id: http://scons.tigris.org/svn/scons/trunk@414 fdb21ef1-2011-0410-befe-b5e4ea1792b1

test/SHCCFLAGS.py
test/SHCXXFLAGS.py

index 32b3838c98941c75c8248047989b15b46a70db77..0f2bdb6c2eac4c070a1e59fc5d22245727bd5616 100644 (file)
@@ -68,8 +68,8 @@ EXPORTS
 """)
 
 test.write('bar.def', r"""
-LIBRARY        "foo"
-DESCRIPTION    "Foo Shared Library"
+LIBRARY        "bar"
+DESCRIPTION    "Bar Shared Library"
 
 EXPORTS
    doIt
index def33917464040f21f5156c4298a1619880dc7e3..9ec3dceb295223771467edaafd51666be6e3afd8 100644 (file)
@@ -68,8 +68,8 @@ EXPORTS
 """)
 
 test.write('bar.def', r"""
-LIBRARY        "foo"
-DESCRIPTION    "Foo Shared Library"
+LIBRARY        "bar"
+DESCRIPTION    "Bar Shared Library"
 
 EXPORTS
    doIt