Blender Git Loki
Git Commits -> Revision 80bb824
February 15, 2010, 22:50 (GMT) |
System dependant functions (skeletons) to retrieve user and system base dirs. Thus #defines in BLI_bfile.c can be dropped, as suggested by Damien Plisson. Feel free to fill in the non Unix ones. For extra info see: http://wiki.blender.org/index.php/BlenderDev/Blender2.5/ResourceFilePaths http://wiki.blender.org/index.php/BlenderDev/Blender2.5/EnvironmentVariables |
Commit Details:
Full Hash: 80bb824929775658bb937665318ae6981642dd6f
SVN Revision: 26942
Parent Commit: 88a2f63
Lines Changed: +162, -0
12 Modified Paths:
/intern/ghost/GHOST_C-api.h (+15, -0) (Diff)
/intern/ghost/GHOST_ISystem.h (+18, -0) (Diff)
/intern/ghost/intern/GHOST_C-api.cpp (+11, -0) (Diff)
/intern/ghost/intern/GHOST_System.h (+14, -0) (Diff)
/intern/ghost/intern/GHOST_SystemCarbon.cpp (+9, -0) (Diff)
/intern/ghost/intern/GHOST_SystemCarbon.h (+14, -0) (Diff)
/intern/ghost/intern/GHOST_SystemCocoa.h (+14, -0) (Diff)
/intern/ghost/intern/GHOST_SystemCocoa.mm (+10, -0) (Diff)
/intern/ghost/intern/GHOST_SystemWin32.cpp (+9, -0) (Diff)
/intern/ghost/intern/GHOST_SystemWin32.h (+15, -0) (Diff)
/intern/ghost/intern/GHOST_SystemX11.cpp (+19, -0) (Diff)
/intern/ghost/intern/GHOST_SystemX11.h (+14, -0) (Diff)
/intern/ghost/GHOST_ISystem.h (+18, -0) (Diff)
/intern/ghost/intern/GHOST_C-api.cpp (+11, -0) (Diff)
/intern/ghost/intern/GHOST_System.h (+14, -0) (Diff)
/intern/ghost/intern/GHOST_SystemCarbon.cpp (+9, -0) (Diff)
/intern/ghost/intern/GHOST_SystemCarbon.h (+14, -0) (Diff)
/intern/ghost/intern/GHOST_SystemCocoa.h (+14, -0) (Diff)
/intern/ghost/intern/GHOST_SystemCocoa.mm (+10, -0) (Diff)
/intern/ghost/intern/GHOST_SystemWin32.cpp (+9, -0) (Diff)
/intern/ghost/intern/GHOST_SystemWin32.h (+15, -0) (Diff)
/intern/ghost/intern/GHOST_SystemX11.cpp (+19, -0) (Diff)
/intern/ghost/intern/GHOST_SystemX11.h (+14, -0) (Diff)