Blender Git Loki
Git Commits -> Revision 97c70ee
Revision 97c70ee by Joshua Leung (master) February 12, 2010, 09:18 (GMT) |
Tweak to the changes from r26820 (nuking scons install directory): Those changes made developing Blender using scons as buildsystem impractical. They were nuking my various configs everytime I compiled resulting in a long wait for all the files to get copied over again at the end, or else I'd have to manually go scouting out files to copy over. Now, made this only nuke the scripts directory there which IMO solves the main issues that the original commit intended to solve (outdated scripts lingering in that folder, and mixing with the new ones). If there are complaints that only doing the scripts dir is not enough, then we better just make this destructive stuff an optional thing (i.e. by default, nuking will still occur, but at least developers can disable) |
Commit Details:
Full Hash: 97c70ee59304cad12eca4ed6a0316a195127dd5d
SVN Revision: 26832
Parent Commit: bb4f77f
Lines Changed: +6, -3
1 Modified Path:
/SConstruct (+6, -3) (Diff)