[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [19385] trunk/blender/config/irix6-config. py: irix/scons: use $LCGDIR/sdl instead of $LCGDIR/SDL.

Stefan Gartner stefang at aon.at
Mon Mar 23 18:50:42 CET 2009


Revision: 19385
          http://projects.blender.org/plugins/scmsvn/viewcvs.php?view=rev&root=bf-blender&revision=19385
Author:   sgefant
Date:     2009-03-23 18:50:41 +0100 (Mon, 23 Mar 2009)

Log Message:
-----------
irix/scons: use $LCGDIR/sdl instead of $LCGDIR/SDL. 
Fixed bug #18293: SDL files under lib for irix-6.5-mips are included twice

Modified Paths:
--------------
    trunk/blender/config/irix6-config.py

Modified: trunk/blender/config/irix6-config.py
===================================================================
--- trunk/blender/config/irix6-config.py	2009-03-23 14:39:37 UTC (rev 19384)
+++ trunk/blender/config/irix6-config.py	2009-03-23 17:50:41 UTC (rev 19385)
@@ -34,7 +34,7 @@
 BF_CXX_LIB_STATIC = '${BF_CXX}/lib/libstdc++.a'
 
 WITH_BF_SDL = 'true'
-BF_SDL = LCGDIR+'/SDL' #$(shell sdl-config --prefix)
+BF_SDL = LCGDIR+'/sdl' #$(shell sdl-config --prefix)
 BF_SDL_INC = '${BF_SDL}/include/SDL' #$(shell $(BF_SDL)/bin/sdl-config --cflags)
 BF_SDL_LIB = 'SDL audio iconv charset' #BF_SDL #$(shell $(BF_SDL)/bin/sdl-config --libs) -lSDL_mixer
 BF_SDL_LIBPATH = '${BF_SDL}/lib'





More information about the Bf-blender-cvs mailing list