[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [14859] trunk/blender/source/blender/ makesdna/intern/SConscript: Remove PLATFORM_LINKFLAGS for makesdna, was breaking debug builds with MSVC8.

Ken Hughes khughes at pacific.edu
Fri May 16 01:33:30 CEST 2008


Revision: 14859
          http://projects.blender.org/plugins/scmsvn/viewcvs.php?view=rev&root=bf-blender&revision=14859
Author:   khughes
Date:     2008-05-16 01:33:30 +0200 (Fri, 16 May 2008)

Log Message:
-----------
Remove PLATFORM_LINKFLAGS for makesdna, was breaking debug builds with MSVC8.

Modified Paths:
--------------
    trunk/blender/source/blender/makesdna/intern/SConscript

Modified: trunk/blender/source/blender/makesdna/intern/SConscript
===================================================================
--- trunk/blender/source/blender/makesdna/intern/SConscript	2008-05-15 23:16:42 UTC (rev 14858)
+++ trunk/blender/source/blender/makesdna/intern/SConscript	2008-05-15 23:33:30 UTC (rev 14859)
@@ -26,7 +26,6 @@
     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'])
 





More information about the Bf-blender-cvs mailing list