From: stevenknight Date: Mon, 15 Jul 2002 05:12:43 +0000 (+0000) Subject: Win32 fixes for test/SH{CC,CXX}FLAGS.py. X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=fbccf37c0d333f5696c87d99facff85d0d847671;p=scons.git Win32 fixes for test/SH{CC,CXX}FLAGS.py. git-svn-id: http://scons.tigris.org/svn/scons/trunk@414 fdb21ef1-2011-0410-befe-b5e4ea1792b1 --- diff --git a/test/SHCCFLAGS.py b/test/SHCCFLAGS.py index 32b3838c..0f2bdb6c 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 diff --git a/test/SHCXXFLAGS.py b/test/SHCXXFLAGS.py index def33917..9ec3dceb 100644 --- a/test/SHCXXFLAGS.py +++ b/test/SHCXXFLAGS.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