From 1266234202a00b85dbb50fa86e1cf67509d19205 Mon Sep 17 00:00:00 2001 From: Nathan Letwory Date: Wed, 11 Oct 2006 07:28:37 +0000 Subject: * remove the .Append(LIBS = ['libverse']), since it confused the build system. * removed unused options BF_VERSE_LIBPATH, BF_VERSE, BF_VERSE_LIBS, since they are not used at all. * some whitespace mods There should be no more issues with "libverse.lib" not being found (or anything like that). --- config/linuxcross-config.py | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'config/linuxcross-config.py') diff --git a/config/linuxcross-config.py b/config/linuxcross-config.py index ab1a0c9cb21..fba10bbb089 100644 --- a/config/linuxcross-config.py +++ b/config/linuxcross-config.py @@ -2,10 +2,7 @@ LCGDIR = '../lib/windows' LIBDIR = '${LCGDIR}' WITH_BF_VERSE = 'false' -BF_VERSE = "#extern/verse/dist" -BF_VERSE_LIBPATH = "${BF_BUILDDIR}/extern/verse/dist" -BF_VERSE_INCLUDE = BF_VERSE -BF_VERSE_LIBS = "libverse" +BF_VERSE_INCLUDE = "#extern/verse/dist" BF_PYTHON = LIBDIR + '/python' BF_PYTHON_VERSION = '2.4' -- cgit v1.2.3