From 584d84eafdcf9d768ecb63f57d9d8606589bf220 Mon Sep 17 00:00:00 2001 From: Ken Hughes Date: Thu, 15 May 2008 23:33:30 +0000 Subject: Remove PLATFORM_LINKFLAGS for makesdna, was breaking debug builds with MSVC8. --- source/blender/makesdna/intern/SConscript | 1 - 1 file changed, 1 deletion(-) (limited to 'source/blender/makesdna/intern/SConscript') 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']) -- cgit v1.2.3