From 3a34dcde680ca55ce054c9f5f216d73ff33edf68 Mon Sep 17 00:00:00 2001 From: Brecht Van Lommel Date: Wed, 11 May 2011 19:29:23 +0000 Subject: Code cleanup: remove readblenfile module, only contained some utility functions to read .blend files from runtimes, folded those into blenloader. --- source/blender/blenloader/CMakeLists.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'source/blender/blenloader/CMakeLists.txt') diff --git a/source/blender/blenloader/CMakeLists.txt b/source/blender/blenloader/CMakeLists.txt index 4d8ac9bc4b6..888cf3148e3 100644 --- a/source/blender/blenloader/CMakeLists.txt +++ b/source/blender/blenloader/CMakeLists.txt @@ -29,7 +29,6 @@ set(INC ../blenlib ../blenkernel ../makesdna - ../readblenfile ../makesrna ../render/extern/include ../../../intern/guardedalloc @@ -39,10 +38,12 @@ set(INC set(SRC intern/readblenentry.c intern/readfile.c + intern/runtime.c intern/undofile.c intern/writefile.c BLO_readfile.h + BLO_runtime.h BLO_soundfile.h BLO_sys_types.h BLO_undofile.h -- cgit v1.2.3