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:
authorStefan Gartner <stefang@aon.at>2004-01-05 17:49:52 +0300
committerStefan Gartner <stefang@aon.at>2004-01-05 17:49:52 +0300
commit20d64f4b8d6996c187b409ce9c7e69bf5aaa7e99 (patch)
treeb8c4cd36b2b67b6e07cfc1f12ce90846850f0f7a /source/blender/makesdna/intern
parente3282df48ed809b8600cce2a5c4a1495e817f7d1 (diff)
don't link makesdna against libpng and friends when building with scons
Diffstat (limited to 'source/blender/makesdna/intern')
-rw-r--r--source/blender/makesdna/intern/SConscript2
1 files changed, 0 insertions, 2 deletions
diff --git a/source/blender/makesdna/intern/SConscript b/source/blender/makesdna/intern/SConscript
index e76acf4fc65..f0f10a530a9 100644
--- a/source/blender/makesdna/intern/SConscript
+++ b/source/blender/makesdna/intern/SConscript
@@ -31,8 +31,6 @@ makesdna_tool.Append (CPPPATH = ['#/intern/guardedalloc',
makesdna_tool.Append (CCFLAGS = cflags)
makesdna_tool.Append (CXXFLAGS = cxxflags)
makesdna_tool.Append (CPPDEFINES = defines)
-makesdna_tool.Append (LIBS = platform_libs)
-makesdna_tool.Append (LIBPATH = platform_libpath)
makesdna_tool.Append (LINKFLAGS = platform_linkflags)
makesdna_tool.Append (LIBPATH = '#/lib')
makesdna_tool.Append (LIBS = 'blender_guardedalloc')