From b5e1c48ca769bd83434d3686569fa36c50dbd9cb Mon Sep 17 00:00:00 2001 From: Brecht Van Lommel Date: Tue, 10 Sep 2013 13:25:35 +0000 Subject: startup.blend: add a function BLO_update_defaults_startup_blend to change default settings in the startup.blend without having to actually save and embed the file, which can be a tricky process and is problematic in branches and patches. This function can be emptied each time a new startup.blend is committed. --- source/blender/blenloader/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) (limited to 'source/blender/blenloader/CMakeLists.txt') diff --git a/source/blender/blenloader/CMakeLists.txt b/source/blender/blenloader/CMakeLists.txt index 104c58b1c9e..f865962bac9 100644 --- a/source/blender/blenloader/CMakeLists.txt +++ b/source/blender/blenloader/CMakeLists.txt @@ -46,6 +46,7 @@ set(SRC intern/runtime.c intern/undofile.c intern/versioning_250.c + intern/versioning_defaults.c intern/versioning_legacy.c intern/writefile.c -- cgit v1.2.3