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>2006-02-08 00:47:11 +0300
committerNathan Letwory <nathan@letworyinteractive.com>2006-02-08 00:47:11 +0300
commit3ab31078dfed3ab16837144424d5ccc7745da449 (patch)
treed80ac0f546f3de5989b51c9413f22ee8125f9a4f /source/blender/makesdna/intern/SConscript
parentef1b7a5735fea454f88f9d18cf9034279f8fb0b6 (diff)
==SCons==
* The only lib that needs change in more than one place (two), and I forgot that, of course.
Diffstat (limited to 'source/blender/makesdna/intern/SConscript')
-rw-r--r--source/blender/makesdna/intern/SConscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/makesdna/intern/SConscript b/source/blender/makesdna/intern/SConscript
index e0e06cd0f23..dab0625f50e 100644
--- a/source/blender/makesdna/intern/SConscript
+++ b/source/blender/makesdna/intern/SConscript
@@ -20,7 +20,7 @@ if sys.platform != 'cygwin':
makesdna_tool.Append (CCFLAGS = cflags)
makesdna_tool.Append (CPPDEFINES = defines)
makesdna_tool.Append (LIBPATH = '#'+root_build_dir+'/lib')
-makesdna_tool.Append (LIBS = 'blender_guardedalloc')
+makesdna_tool.Append (LIBS = 'bf_guardedalloc')
makesdna_tool.Program (target = '#'+root_build_dir+os.sep+'makesdna', source = source_files)
dna_dict = dna.Dictionary()