From fbccf37c0d333f5696c87d99facff85d0d847671 Mon Sep 17 00:00:00 2001 From: stevenknight Date: Mon, 15 Jul 2002 05:12:43 +0000 Subject: [PATCH] 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 --- test/SHCCFLAGS.py | 4 ++-- test/SHCXXFLAGS.py | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) 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 -- 2.26.2