Blender Git Loki
Git Commits -> Revision b12f801
Revision b12f801 by JLuc Peuriere (master) August 4, 2005, 16:05 (GMT) |
updates to the OS X build system : - XCode project - Scons : scons stopped working for Os X in the last month (dont know when) : * the '.' and '..' keywords in CCPPATH are not recognized anymore for sconscripts compiling files at a sub level * when doing a scons clean, the 3 subdirs in build dir are removed and scons then fail to recreate them (exten, intern, source) this commit solve the first problem as a temp workaround for the latter simply recreate the dirs manually I will investigate that further when on vacations, which i should already be. ;( all 3 build systems are now working on Os X |
Commit Details:
Full Hash: b12f80168174623742ebe99186a89746a2646a97
SVN Revision: 5012
Parent Commit: cd1430d
Lines Changed: +20, -7
18 Modified Paths:
/intern/bmfont/SConscript (+1, -0) (Diff)
/intern/container/SConscript (+1, -1) (Diff)
/intern/ghost/SConscript (+1, -0) (Diff)
/intern/guardedalloc/SConscript (+1, -1) (Diff)
/intern/memutil/SConscript (+1, -1) (Diff)
/intern/SoundSystem/SConscript (+1, -0) (Diff)
/intern/string/SConscript (+1, -1) (Diff)
/SConstruct (+2, -2) (Diff)
/source/blender/avi/SConscript (+1, -0) (Diff)
/source/blender/blenkernel/SConscript (+1, -0) (Diff)
/source/blender/blenlib/SConscript (+1, -0) (Diff)
/source/blender/blenloader/SConscript (+1, -0) (Diff)
/source/blender/blenpluginapi/SConscript (+1, -0) (Diff)
/source/blender/imbuf/SConscript (+1, -0) (Diff)
/source/blender/makesdna/intern/SConscript (+1, -1) (Diff)
/source/blender/quicktime/SConscript (+1, -0) (Diff)
/source/blender/readblenfile/SConscript (+2, -0) (Diff)
/source/blender/renderconverter/SConscript (+1, -0) (Diff)
/intern/container/SConscript (+1, -1) (Diff)
/intern/ghost/SConscript (+1, -0) (Diff)
/intern/guardedalloc/SConscript (+1, -1) (Diff)
/intern/memutil/SConscript (+1, -1) (Diff)
/intern/SoundSystem/SConscript (+1, -0) (Diff)
/intern/string/SConscript (+1, -1) (Diff)
/SConstruct (+2, -2) (Diff)
/source/blender/avi/SConscript (+1, -0) (Diff)
/source/blender/blenkernel/SConscript (+1, -0) (Diff)
/source/blender/blenlib/SConscript (+1, -0) (Diff)
/source/blender/blenloader/SConscript (+1, -0) (Diff)
/source/blender/blenpluginapi/SConscript (+1, -0) (Diff)
/source/blender/imbuf/SConscript (+1, -0) (Diff)
/source/blender/makesdna/intern/SConscript (+1, -1) (Diff)
/source/blender/quicktime/SConscript (+1, -0) (Diff)
/source/blender/readblenfile/SConscript (+2, -0) (Diff)
/source/blender/renderconverter/SConscript (+1, -0) (Diff)