[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [48641] trunk/blender/SConstruct: Scons:

Thomas Dinges blender at dingto.org
Thu Jul 5 13:45:28 CEST 2012


Revision: 48641
          http://projects.blender.org/scm/viewvc.php?view=rev&root=bf-blender&revision=48641
Author:   dingto
Date:     2012-07-05 11:45:28 +0000 (Thu, 05 Jul 2012)
Log Message:
-----------
Scons:
Fix for r48639, wrong syntax and wrong indent... 

Revision Links:
--------------
    http://projects.blender.org/scm/viewvc.php?view=rev&root=bf-blender&revision=48639

Modified Paths:
--------------
    trunk/blender/SConstruct

Modified: trunk/blender/SConstruct
===================================================================
--- trunk/blender/SConstruct	2012-07-05 11:40:48 UTC (rev 48640)
+++ trunk/blender/SConstruct	2012-07-05 11:45:28 UTC (rev 48641)
@@ -769,13 +769,13 @@
     if env['WITH_BF_SDL']:
         dllsources.append('${LCGDIR}/sdl/lib/SDL.dll')
 	
-	if(env['WITH_BF_OPENMP'])
+	if(env['WITH_BF_OPENMP']):
 		dllsources.append('${LCGDIR}/binaries/libgomp-1.dll')
 	
     dllsources.append('${LCGDIR}/thumbhandler/lib/BlendThumb64.dll')
     dllsources.append('${LCGDIR}/binaries/libgcc_s_sjlj-1.dll')
-	dllsources.append('${LCGDIR}/binaries/libwinpthread-1.dll')
-	dllsources.append('${LCGDIR}/binaries/libstdc++-6.dll)')
+    dllsources.append('${LCGDIR}/binaries/libwinpthread-1.dll')
+    dllsources.append('${LCGDIR}/binaries/libstdc++-6.dll)')
     dllsources.append('#source/icons/blender.exe.manifest')
 
     windlls = env.Install(dir=env['BF_INSTALLDIR'], source = dllsources)




More information about the Bf-blender-cvs mailing list