Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authorMaxime Curioni <maxime.curioni@gmail.com>2008-09-07 18:13:26 +0400
committerMaxime Curioni <maxime.curioni@gmail.com>2008-09-07 18:13:26 +0400
commit98b18bc679388a2c036c9fed48a835ac71963b7f (patch)
treead936e0bf00899d00d84a4134647fc54c0df304d /config
parentcacd8a2a79e6d2e6852ec2f464c82d8e80339a50 (diff)
soc-2008-mxcurioni: corrected compilation issues (remnants of extern_lib3ds)
Diffstat (limited to 'config')
-rw-r--r--config/darwin-config.py9
-rw-r--r--config/linux2-config.py9
-rw-r--r--config/linuxcross-config.py8
-rw-r--r--config/openbsd3-config.py9
-rw-r--r--config/sunos5-config.py9
-rw-r--r--config/win32-mingw-config.py9
-rw-r--r--config/win32-vc-config.py9
7 files changed, 13 insertions, 49 deletions
diff --git a/config/darwin-config.py b/config/darwin-config.py
index 4c3b5d19e36..c9b47ed8e7b 100644
--- a/config/darwin-config.py
+++ b/config/darwin-config.py
@@ -161,13 +161,8 @@ BF_SOLID_LIB = 'extern_solid'
WITH_BF_YAFRAY = 'true'
WITH_BF_FREESTYLE = 'true'
-BF_FREESTYLE = '#extern/freestyle'
-BF_FREESTYLE_SRC = '#source/blender/freestyle/src'
-BF_SWIG = '${BF_FREESTYLE}/swig'
-BF_SWIG_LIB = 'extern_swig'
-BF_LIB3DS = '${BF_FREESTYLE}/lib3ds'
-BF_LIB3DS_LIB = 'extern_lib3ds'
-BF_LIB3DS_INC = '${BF_LIB3DS}'
+
+
# WITH_BF_OPENEXR = 'true'
# BF_OPENEXR = '${LCGDIR}/openexr'
diff --git a/config/linux2-config.py b/config/linux2-config.py
index 4ee5aabfbd3..b9c6e888b70 100644
--- a/config/linux2-config.py
+++ b/config/linux2-config.py
@@ -87,13 +87,8 @@ BF_SOLID_LIB = 'extern_solid'
WITH_BF_YAFRAY = 'true'
WITH_BF_FREESTYLE = 'true'
-BF_FREESTYLE = '#extern/freestyle'
-BF_FREESTYLE_SRC = '#source/blender/freestyle/src'
-BF_SWIG = '${BF_FREESTYLE}/swig'
-BF_SWIG_LIB = 'extern_swig'
-BF_LIB3DS = '${BF_FREESTYLE}/lib3ds'
-BF_LIB3DS_LIB = 'extern_lib3ds'
-BF_LIB3DS_INC = '${BF_LIB3DS}'
+
+
#WITH_BF_NSPR = 'true'
#BF_NSPR = $(LIBDIR)/nspr
diff --git a/config/linuxcross-config.py b/config/linuxcross-config.py
index c695e0e04e3..e3a22f833f7 100644
--- a/config/linuxcross-config.py
+++ b/config/linuxcross-config.py
@@ -7,13 +7,7 @@ BF_VERSE_INCLUDE = "#extern/verse/dist"
WITH_BF_YAFRAY = 'true'
WITH_BF_FREESTYLE = 'true'
-BF_FREESTYLE = '#extern/freestyle'
-BF_FREESTYLE_SRC = '#source/blender/freestyle/src'
-BF_SWIG = '${BF_FREESTYLE}/swig'
-BF_SWIG_LIB = 'extern_swig'
-BF_LIB3DS = '${BF_FREESTYLE}/lib3ds'
-BF_LIB3DS_LIB = 'extern_lib3ds'
-BF_LIB3DS_INC = '${BF_LIB3DS}'
+
###########################
diff --git a/config/openbsd3-config.py b/config/openbsd3-config.py
index 6b8d30f8bca..feeb94ed9b1 100644
--- a/config/openbsd3-config.py
+++ b/config/openbsd3-config.py
@@ -81,13 +81,8 @@ BF_SOLID_LIB = 'extern_solid'
WITH_BF_YAFRAY = 'true'
WITH_BF_FREESTYLE = 'true'
-BF_FREESTYLE = '#extern/freestyle'
-BF_FREESTYLE_SRC = '#source/blender/freestyle/src'
-BF_SWIG = '${BF_FREESTYLE}/swig'
-BF_SWIG_LIB = 'extern_swig'
-BF_LIB3DS = '${BF_FREESTYLE}/lib3ds'
-BF_LIB3DS_LIB = 'extern_lib3ds'
-BF_LIB3DS_INC = '${BF_LIB3DS}'
+
+
#WITH_BF_NSPR = 'true'
#BF_NSPR = $(LIBDIR)/nspr
diff --git a/config/sunos5-config.py b/config/sunos5-config.py
index 36ed610da3f..1939f9a5cbb 100644
--- a/config/sunos5-config.py
+++ b/config/sunos5-config.py
@@ -83,13 +83,8 @@ BF_SOLID_LIB = 'extern_solid'
WITH_BF_YAFRAY = 'true'
WITH_BF_FREESTYLE = 'true'
-BF_FREESTYLE = '#extern/freestyle'
-BF_FREESTYLE_SRC = '#source/blender/freestyle/src'
-BF_SWIG = '${BF_FREESTYLE}/swig'
-BF_SWIG_LIB = 'extern_swig'
-BF_LIB3DS = '${BF_FREESTYLE}/lib3ds'
-BF_LIB3DS_LIB = 'extern_lib3ds'
-BF_LIB3DS_INC = '${BF_LIB3DS}'
+
+
#WITH_BF_NSPR = 'true'
#BF_NSPR = $(LIBDIR)/nspr
diff --git a/config/win32-mingw-config.py b/config/win32-mingw-config.py
index a0e85a07548..7e0c967b601 100644
--- a/config/win32-mingw-config.py
+++ b/config/win32-mingw-config.py
@@ -98,13 +98,8 @@ BF_WINTAB_INC = '${BF_WINTAB}/INCLUDE'
WITH_BF_YAFRAY = 'true'
WITH_BF_FREESTYLE = 'true'
-BF_FREESTYLE = '#extern/freestyle'
-BF_FREESTYLE_SRC = '#source/blender/freestyle/src'
-BF_SWIG = '${BF_FREESTYLE}/swig'
-BF_SWIG_LIB = 'extern_swig'
-BF_LIB3DS = '${BF_FREESTYLE}/lib3ds'
-BF_LIB3DS_LIB = 'extern_lib3ds'
-BF_LIB3DS_INC = '${BF_LIB3DS}'
+
+
#WITH_BF_NSPR = 'true'
#BF_NSPR = $(LIBDIR)/nspr
diff --git a/config/win32-vc-config.py b/config/win32-vc-config.py
index 5a637d18996..5eb95951b1f 100644
--- a/config/win32-vc-config.py
+++ b/config/win32-vc-config.py
@@ -109,13 +109,8 @@ WITH_BF_YAFRAY = 'true'
WITH_BF_BINRELOC = 'false'
WITH_BF_FREESTYLE = 'true'
-BF_FREESTYLE = '#extern/freestyle'
-BF_FREESTYLE_SRC = '#source/blender/freestyle/src'
-BF_SWIG = '${BF_FREESTYLE}/swig'
-BF_SWIG_LIB = 'extern_swig'
-BF_LIB3DS = '${BF_FREESTYLE}/lib3ds'
-BF_LIB3DS_LIB = 'extern_lib3ds'
-BF_LIB3DS_INC = '${BF_LIB3DS}'
+
+
#WITH_BF_NSPR = 'true'
#BF_NSPR = $(LIBDIR)/nspr