Blender Git Commit Log
Git Commits -> Revision f147464
Revision f147464 by Stefan Gartner (master) November 24, 2008, 14:15 (GMT) |
patch #8583: Add support for gcc on irix to compile blender with gcc on IRIX, IRIX_USE_GCC needs to be set to true in user-def.mk. Other changes related to irix: * compile solid from extern/ * don't build plugins (yet) with "make release" when using gcc (the shell script used assumes MIPSpro is installed) * use statvfs instead of statfs on irix, like done on solaris * use external libs from $(LCGDIR) instead of /usr/freeware * use glew header files from $(LCGDIR)/glew instead of the ones installed on the system (this applies to other platforms as well) * ffmpeg support currently is disabled on irix |
Commit Details:
Full Hash: f1474648d318808664ac37c77524b3171a65456a
SVN Revision: 17555
Parent Commit: 1a28bf7
Lines Changed: +92, -39
12 Modified Paths:
/extern/Makefile (+1, -4) (Diff)
/intern/elbeem/intern/utilities.h (+6, -0) (Diff)
/intern/SoundSystem/Makefile (+3, -0) (Diff)
/release/Makefile (+6, -0) (Diff)
/source/blender/blenlib/intern/storage.c (+4, -4) (Diff)
/source/creator/creator.c (+7, -0) (Diff)
/source/gameengine/BlenderRoutines/Makefile (+1, -0) (Diff)
/source/gameengine/GamePlayer/common/unix/Makefile (+1, -0) (Diff)
/source/Makefile (+11, -4) (Diff)
/source/nan_compile.mk (+24, -12) (Diff)
/source/nan_definitions.mk (+14, -9) (Diff)
/source/nan_link.mk (+14, -6) (Diff)
/intern/elbeem/intern/utilities.h (+6, -0) (Diff)
/intern/SoundSystem/Makefile (+3, -0) (Diff)
/release/Makefile (+6, -0) (Diff)
/source/blender/blenlib/intern/storage.c (+4, -4) (Diff)
/source/creator/creator.c (+7, -0) (Diff)
/source/gameengine/BlenderRoutines/Makefile (+1, -0) (Diff)
/source/gameengine/GamePlayer/common/unix/Makefile (+1, -0) (Diff)
/source/Makefile (+11, -4) (Diff)
/source/nan_compile.mk (+24, -12) (Diff)
/source/nan_definitions.mk (+14, -9) (Diff)
/source/nan_link.mk (+14, -6) (Diff)