Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'source/blender/imbuf/readme.txt')
-rw-r--r--source/blender/imbuf/readme.txt4
1 files changed, 1 insertions, 3 deletions
diff --git a/source/blender/imbuf/readme.txt b/source/blender/imbuf/readme.txt
index 181d5485310..d50cb8c781d 100644
--- a/source/blender/imbuf/readme.txt
+++ b/source/blender/imbuf/readme.txt
@@ -38,10 +38,8 @@ and add your extension so that your format gets recognized in the thumbnails.
Step 6:
Alter the build process:
-For scons you need to edit blender/source/blender/imbuf/SConscript
+For cmake you need to edit blender/source/blender/imbuf/CMakeLists.txt
and add in your additional files to source_files.
-For msvp you need to edit blender/projectfiles/blender/imbuf/BL_imbuf.dsp
-and add in your additional files.
If you have any external library info you will also need to add that
to the various build processes.