From 7c4fccd6847fe2743708f9b8b54d0e62193d7244 Mon Sep 17 00:00:00 2001 From: Ton Roosendaal Date: Mon, 1 Jun 2009 12:10:30 +0000 Subject: 2.5 Cleanup commit: - Yafray removed. Also did cmake/scons files, but didn't compile with it, so test would be appreciated :) - Removed old crap from Windows release dir, should be checked on further by windows release builder later. --- config/darwin-config.py | 2 -- config/irix6-config.py | 2 -- config/linux2-config.py | 2 -- config/linuxcross-config.py | 2 -- config/openbsd3-config.py | 2 -- config/sunos5-config.py | 2 -- config/win32-mingw-config.py | 2 -- config/win32-vc-config.py | 2 -- config/win64-vc-config.py | 2 -- 9 files changed, 18 deletions(-) (limited to 'config') diff --git a/config/darwin-config.py b/config/darwin-config.py index 78a8c71b7dd..080820f885a 100644 --- a/config/darwin-config.py +++ b/config/darwin-config.py @@ -155,8 +155,6 @@ BF_SOLID = '#extern/solid' BF_SOLID_INC = '${BF_SOLID}' BF_SOLID_LIB = 'extern_solid' -WITH_BF_YAFRAY = True - #WITH_BF_NSPR = True #BF_NSPR = $(LIBDIR)/nspr #BF_NSPR_INC = -I$(BF_NSPR)/include -I$(BF_NSPR)/include/nspr diff --git a/config/irix6-config.py b/config/irix6-config.py index 1ef271b5074..a927dfb12be 100644 --- a/config/irix6-config.py +++ b/config/irix6-config.py @@ -93,8 +93,6 @@ BF_SOLID = '#extern/solid' BF_SOLID_INC = '${BF_SOLID}' BF_SOLID_LIB = 'extern_solid' -WITH_BF_YAFRAY = 'true' - #WITH_BF_NSPR = 'true' #BF_NSPR = $(LIBDIR)/nspr #BF_NSPR_INC = -I$(BF_NSPR)/include -I$(BF_NSPR)/include/nspr diff --git a/config/linux2-config.py b/config/linux2-config.py index eb93d8084f1..f5712432794 100644 --- a/config/linux2-config.py +++ b/config/linux2-config.py @@ -87,8 +87,6 @@ BF_SOLID = '#extern/solid' BF_SOLID_INC = '${BF_SOLID}' BF_SOLID_LIB = 'extern_solid' -WITH_BF_YAFRAY = True - #WITH_BF_NSPR = True #BF_NSPR = $(LIBDIR)/nspr #BF_NSPR_INC = -I$(BF_NSPR)/include -I$(BF_NSPR)/include/nspr diff --git a/config/linuxcross-config.py b/config/linuxcross-config.py index 4b17224eacc..2f15ef67e6c 100644 --- a/config/linuxcross-config.py +++ b/config/linuxcross-config.py @@ -1,8 +1,6 @@ LCGDIR = '#../lib/windows' LIBDIR = '${LCGDIR}' -WITH_BF_YAFRAY = True - BF_PYTHON = LIBDIR + '/python' BF_PYTHON_VERSION = '2.5' BF_PYTHON_INC = '${BF_PYTHON}/include/python${BF_PYTHON_VERSION}' diff --git a/config/openbsd3-config.py b/config/openbsd3-config.py index 6a7518a7928..f27066b43f7 100644 --- a/config/openbsd3-config.py +++ b/config/openbsd3-config.py @@ -75,8 +75,6 @@ BF_SOLID = '#extern/solid' BF_SOLID_INC = '${BF_SOLID}' BF_SOLID_LIB = 'extern_solid' -WITH_BF_YAFRAY = True - #WITH_BF_NSPR = True #BF_NSPR = $(LIBDIR)/nspr #BF_NSPR_INC = -I$(BF_NSPR)/include -I$(BF_NSPR)/include/nspr diff --git a/config/sunos5-config.py b/config/sunos5-config.py index 25f200fe346..e050a5950aa 100644 --- a/config/sunos5-config.py +++ b/config/sunos5-config.py @@ -83,8 +83,6 @@ BF_SOLID = '#extern/solid' BF_SOLID_INC = '${BF_SOLID}' BF_SOLID_LIB = 'extern_solid' -WITH_BF_YAFRAY = True - #WITH_BF_NSPR = True #BF_NSPR = $(LIBDIR)/nspr #BF_NSPR_INC = -I$(BF_NSPR)/include -I$(BF_NSPR)/include/nspr diff --git a/config/win32-mingw-config.py b/config/win32-mingw-config.py index a579d21a544..5b9b2f9b9dc 100644 --- a/config/win32-mingw-config.py +++ b/config/win32-mingw-config.py @@ -94,8 +94,6 @@ BF_SOLID_LIB = 'extern_solid' BF_WINTAB = LIBDIR + '/wintab' BF_WINTAB_INC = '${BF_WINTAB}/INCLUDE' -WITH_BF_YAFRAY = True - #WITH_BF_NSPR = True #BF_NSPR = $(LIBDIR)/nspr #BF_NSPR_INC = -I$(BF_NSPR)/include -I$(BF_NSPR)/include/nspr diff --git a/config/win32-vc-config.py b/config/win32-vc-config.py index b94a9c4effe..1fc1d219f57 100644 --- a/config/win32-vc-config.py +++ b/config/win32-vc-config.py @@ -107,8 +107,6 @@ BF_SOLID_LIB = 'extern_solid' BF_WINTAB = LIBDIR + '/wintab' BF_WINTAB_INC = '${BF_WINTAB}/INCLUDE' -WITH_BF_YAFRAY = True - WITH_BF_BINRELOC = False #WITH_BF_NSPR = True diff --git a/config/win64-vc-config.py b/config/win64-vc-config.py index 945efecdc3c..172fb286fc8 100644 --- a/config/win64-vc-config.py +++ b/config/win64-vc-config.py @@ -110,8 +110,6 @@ BF_SOLID_LIB = 'extern_solid' BF_WINTAB = LIBDIR + '/wintab' BF_WINTAB_INC = '${BF_WINTAB}/INCLUDE' -WITH_BF_YAFRAY = True - WITH_BF_BINRELOC = False #WITH_BF_NSPR = True -- cgit v1.2.3