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:
authorNathan Letwory <nathan@letworyinteractive.com>2008-12-25 00:33:51 +0300
committerNathan Letwory <nathan@letworyinteractive.com>2008-12-25 00:33:51 +0300
commit0d7027ecab5d4c667a42c1a5d16d88a9e74e8979 (patch)
treeafefb5a8805551fe19509307b7a5abe44b21df7b /extern
parent13e8e936b3d4a252ca734bbb537722d7a1f1e7cf (diff)
2.5 / SCons / BGE
* this should bring back BGE with scons building. Tested on scons/msvc, will test scons/gcc in a bit NOTE: this is not WITH_BF_PLAYER yet.
Diffstat (limited to 'extern')
-rw-r--r--extern/qhull/SConscript2
-rw-r--r--extern/solid/SConscript2
2 files changed, 2 insertions, 2 deletions
diff --git a/extern/qhull/SConscript b/extern/qhull/SConscript
index 7f911d1b7f1..d3db67cddc0 100644
--- a/extern/qhull/SConscript
+++ b/extern/qhull/SConscript
@@ -32,4 +32,4 @@ sources = ['src/geom.c',
incs = 'include src'
-env.BlenderLib ( 'extern_qhull', sources, Split(incs), Split(defs), libtype=['game2','player'], priority=[50, 85], compileflags = cflags)
+env.BlenderLib ( 'extern_qhull', sources, Split(incs), Split(defs), libtype=['extern'], priority=[50], compileflags = cflags)
diff --git a/extern/solid/SConscript b/extern/solid/SConscript
index 7482014c0a4..c50815b590b 100644
--- a/extern/solid/SConscript
+++ b/extern/solid/SConscript
@@ -31,4 +31,4 @@ sources = env.Glob('src/*.cpp') + env.Glob('src/convex/*.cpp') + env.Glob('src/c
incs = 'include src src/broad src/complex src/convex ../qhull/include'
-env.BlenderLib ( libname='extern_solid', sources=sources, includes=Split(incs), defines=Split(defs), libtype=['game2','player'], priority=[45, 75] , compileflags = cflags)
+env.BlenderLib ( libname='extern_solid', sources=sources, includes=Split(incs), defines=Split(defs), libtype=['extern'], priority=[10] , compileflags = cflags)