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-04-16 19:55:16 +0400
committerNathan Letwory <nathan@letworyinteractive.com>2004-04-16 19:55:16 +0400
commit39a8c014c4572f7f5f9ca099482929b67fe4273e (patch)
tree84224067db57aaa5717930d2c5703f7ab70f14f8 /SConstruct
parent2cc124cf3b1281488c726b71090c1d2640e8078d (diff)
This commit removes the glue from Blender, and with it
the directories decrypt, deflate, encrypt, inflate, readstreamglue, sign, writeblenfile and writestreamglue. Sirdude was so kind to modify the makefiles, so SCons and Make are ready to build with the new Blender. Visual Studio workspaces, solutions and projectfiles still need to be updated (I'll do the .vcprojs and .sln myself after this commit). Runtimes created with the Blender Publisher are not anymore recognised - if you want these available, you'll have to convert them first to .blends with the Publisher.
Diffstat (limited to 'SConstruct')
-rw-r--r--SConstruct5
1 files changed, 0 insertions, 5 deletions
diff --git a/SConstruct b/SConstruct
index 9ef4d8d3979..f29b73f39dc 100644
--- a/SConstruct
+++ b/SConstruct
@@ -876,12 +876,7 @@ libraries = (['blender_creator',
'blender_blendersrc',
'blender_renderconverter',
'blender_blenloader',
- 'blender_writestreamglue',
- 'blender_deflate',
- 'blender_writeblenfile',
'blender_readblenfile',
- 'blender_readstreamglue',
- 'blender_inflate',
'blender_img',
'blender_radiosity',
'blender_blenkernel',