Blender Git Loki
Git Commits -> Revision ca16488
Revision ca16488 by Andrea Weikert (master) December 13, 2009, 17:46 (GMT) |
MSVC 9 compile fixes and cleanups * added renamed files in revision 25337 * renamed BLI_util.h -> BLI_path_util.h for consistency * cleanup of #includes: removed BLI_blenlib.h in favour of direct includes of the needed headerfiles in a few places. * removed debug print in sequencer.c * added missing include in blenkernel/blender.c -> bad dependency, needs to be fixed still |
Commit Details:
Full Hash: ca16488e813ee58491ccca79532a48d098aaacd5
SVN Revision: 25340
Parent Commit: 3449d3f
Lines Changed: +196, -197
1 Added Path:
/source/blender/blenlib/BLI_path_util.h (+154, -0) (View)
1 Deleted Path:
/source/blender/blenlib/BLI_util.h (+0, -154)
16 Modified Paths:
/projectfiles_vc9/blender/blenkernel/BKE_blenkernel.vcproj (+8, -8) (Diff)
/projectfiles_vc9/blender/blenlib/BLI_blenlib.vcproj (+4, -8) (Diff)
/projectfiles_vc9/blender/makesrna/RNA_makesrna.vcproj (+1, -1) (Diff)
/projectfiles_vc9/blender/makesrna/RNA_rna.vcproj (+1, -1) (Diff)
/source/blender/blenkernel/intern/blender.c (+2, -0) (Diff)
/source/blender/blenkernel/intern/sequencer.c (+7, -6) (Diff)
/source/blender/blenlib/BLI_blenlib.h (+1, -1) (Diff)
/source/blender/blenlib/intern/BLI_bfile.c (+1, -1) (Diff)
/source/blender/blenlib/intern/path_util.c (+4, -3) (Diff)
/source/blender/blenlib/intern/scanfill.c (+2, -3) (Diff)
/source/blender/blenlib/intern/storage.c (+5, -5) (Diff)
/source/blender/blenlib/intern/winstuff.c (+2, -2) (Diff)
/source/blender/collada/DocumentExporter.cpp (+1, -1) (Diff)
/source/blender/collada/DocumentImporter.cpp (+1, -1) (Diff)
/source/blender/editors/object/object_modifier.c (+1, -1) (Diff)
/source/blender/python/intern/bpy_interface.c (+1, -1) (Diff)
/projectfiles_vc9/blender/blenlib/BLI_blenlib.vcproj (+4, -8) (Diff)
/projectfiles_vc9/blender/makesrna/RNA_makesrna.vcproj (+1, -1) (Diff)
/projectfiles_vc9/blender/makesrna/RNA_rna.vcproj (+1, -1) (Diff)
/source/blender/blenkernel/intern/blender.c (+2, -0) (Diff)
/source/blender/blenkernel/intern/sequencer.c (+7, -6) (Diff)
/source/blender/blenlib/BLI_blenlib.h (+1, -1) (Diff)
/source/blender/blenlib/intern/BLI_bfile.c (+1, -1) (Diff)
/source/blender/blenlib/intern/path_util.c (+4, -3) (Diff)
/source/blender/blenlib/intern/scanfill.c (+2, -3) (Diff)
/source/blender/blenlib/intern/storage.c (+5, -5) (Diff)
/source/blender/blenlib/intern/winstuff.c (+2, -2) (Diff)
/source/blender/collada/DocumentExporter.cpp (+1, -1) (Diff)
/source/blender/collada/DocumentImporter.cpp (+1, -1) (Diff)
/source/blender/editors/object/object_modifier.c (+1, -1) (Diff)
/source/blender/python/intern/bpy_interface.c (+1, -1) (Diff)