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:
authorKen Hughes <khughes@pacific.edu>2008-05-16 03:33:30 +0400
committerKen Hughes <khughes@pacific.edu>2008-05-16 03:33:30 +0400
commit584d84eafdcf9d768ecb63f57d9d8606589bf220 (patch)
treea1d26b31302fc1e51c3cacaf5fd1d8f2962188e2 /source/blender/makesdna/intern/SConscript
parentec253c3918bfd8ca8a69b5b9086d90ef14dac138 (diff)
Remove PLATFORM_LINKFLAGS for makesdna, was breaking debug builds with MSVC8.
Diffstat (limited to 'source/blender/makesdna/intern/SConscript')
-rw-r--r--source/blender/makesdna/intern/SConscript1
1 files changed, 0 insertions, 1 deletions
diff --git a/source/blender/makesdna/intern/SConscript b/source/blender/makesdna/intern/SConscript
index 512e6817666..acba9ae2d1d 100644
--- a/source/blender/makesdna/intern/SConscript
+++ b/source/blender/makesdna/intern/SConscript
@@ -26,7 +26,6 @@ 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 (LINKFLAGS = env['PLATFORM_LINKFLAGS'])
if env['BF_PROFILE']:
makesdna_tool.Append (LINKFLAGS = env['BF_PROFILE_FLAGS'])