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
diff options
context:
space:
mode:
authorNathan Letwory <nathan@letworyinteractive.com>2004-03-10 00:14:03 +0300
committerNathan Letwory <nathan@letworyinteractive.com>2004-03-10 00:14:03 +0300
commit3081f4a6355b495f167151fb269dd16fa4f9f24e (patch)
tree70771e8a426f71e9d2dc5bdfebdf84e55e064683 /extern/SConscript
parenta2dc5f8f8ed3dd6967e7bdb12f50799b80252a6a (diff)
- [SCONS] Added building of qhull and Solid from extern when selecting the Solid gameengine. The gameengine has not been updated with the Tuhopuu2 one, so it is not wise to do that yet. This is in preparation for that and won't effect the current build process.
Diffstat (limited to 'extern/SConscript')
-rw-r--r--extern/SConscript2
1 files changed, 2 insertions, 0 deletions
diff --git a/extern/SConscript b/extern/SConscript
new file mode 100644
index 00000000000..180c41b5c40
--- /dev/null
+++ b/extern/SConscript
@@ -0,0 +1,2 @@
+SConscript(['qhull/SConscript',
+ 'solid/SConscript']) \ No newline at end of file