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/extern
diff options
context:
space:
mode:
authorKent Mein <mein@cs.umn.edu>2009-05-08 07:49:48 +0400
committerKent Mein <mein@cs.umn.edu>2009-05-08 07:49:48 +0400
commit171969213f2cad3a76028bc3e273007ee6287cf1 (patch)
tree4a3673165f78cedbf07237830053cc1194c0b11d /extern
parent7325b8e2bf987e0e96e53de5404f3e48bef7efb9 (diff)
Tweaks to build systems. Just some small cleanups...
Kent
Diffstat (limited to 'extern')
-rw-r--r--extern/CMakeLists.txt8
-rw-r--r--extern/Makefile4
-rw-r--r--extern/SConscript3
3 files changed, 0 insertions, 15 deletions
diff --git a/extern/CMakeLists.txt b/extern/CMakeLists.txt
index b81efb52de9..45778e235cd 100644
--- a/extern/CMakeLists.txt
+++ b/extern/CMakeLists.txt
@@ -32,14 +32,6 @@ IF(WITH_BULLET)
SUBDIRS(bullet2)
ENDIF(WITH_BULLET)
-IF(WITH_INTERNATIONAL)
- SUBDIRS(bFTGL)
-ENDIF(WITH_INTERNATIONAL)
-
-IF(WITH_VERSE)
- SUBDIRS(verse)
-ENDIF(WITH_VERSE)
-
IF(CMAKE_SYSTEM_NAME MATCHES "Linux")
SUBDIRS(binreloc)
ENDIF(CMAKE_SYSTEM_NAME MATCHES "Linux")
diff --git a/extern/Makefile b/extern/Makefile
index 256837d660f..582d158b66f 100644
--- a/extern/Makefile
+++ b/extern/Makefile
@@ -41,10 +41,6 @@ ifeq ($(NAN_FFMPEG), $(LCGDIR)/gcc/ffmpeg)
endif
endif
-ifeq ($(WITH_VERSE), true)
- DIRS += verse
-endif
-
ifneq ($(NAN_NO_KETSJI), true)
DIRS += bullet2
endif
diff --git a/extern/SConscript b/extern/SConscript
index 716aee8991f..126f40b00b3 100644
--- a/extern/SConscript
+++ b/extern/SConscript
@@ -11,9 +11,6 @@ if env['WITH_BF_GAMEENGINE']:
if env['WITH_BF_BULLET']:
SConscript(['bullet2/src/SConscript'])
-if env['WITH_BF_INTERNATIONAL']:
- SConscript(['bFTGL/SConscript'])
-
if env['WITH_BF_FFMPEG'] and env['BF_FFMPEG_LIB'] == '':
SConscript(['x264/SConscript'])
SConscript(['libmp3lame/SConscript'])