From 2777ba74b04dc6d3f4479634f8feaf361464a574 Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Wed, 27 Oct 2010 13:52:12 +0000 Subject: remove include paths which dont exist, fix for doc upload script which was getting the blender version twice and not working sometimes. --- doc/python_api/sphinx_doc_gen.sh | 1 - intern/smoke/CMakeLists.txt | 1 - source/blender/blenlib/CMakeLists.txt | 1 - source/blender/blenloader/CMakeLists.txt | 1 - source/blender/gpu/CMakeLists.txt | 1 - source/blender/ikplugin/CMakeLists.txt | 1 - source/blender/render/CMakeLists.txt | 1 - source/blender/windowmanager/CMakeLists.txt | 1 - 8 files changed, 8 deletions(-) diff --git a/doc/python_api/sphinx_doc_gen.sh b/doc/python_api/sphinx_doc_gen.sh index 49a2e4869d8..ae7fad58c23 100755 --- a/doc/python_api/sphinx_doc_gen.sh +++ b/doc/python_api/sphinx_doc_gen.sh @@ -15,7 +15,6 @@ blender_version=$(grep BLENDER_VERSION $blender_srcdir/source/blender/blenkernel blender_subversion=$(grep BLENDER_SUBVERSION $blender_srcdir/source/blender/blenkernel/BKE_blender.h | tr -dc 0-9) BLENDER_VERSION=$(expr $blender_version / 100)_$(expr $blender_version % 100)_$blender_subversion -BLENDER_VERSION=`$BLENDER --version | cut -f2-4 -d" " | sed 's/(//g' | sed 's/)//g' | sed 's/ sub /./g' | sed 's/\./_/g'` SSH_UPLOAD_FULL=$SSH_UPLOAD/"blender_python_api_"$BLENDER_VERSION SPHINXBASE=doc/python_api/ diff --git a/intern/smoke/CMakeLists.txt b/intern/smoke/CMakeLists.txt index 741301f04da..2cf51a0f7ec 100644 --- a/intern/smoke/CMakeLists.txt +++ b/intern/smoke/CMakeLists.txt @@ -27,7 +27,6 @@ SET(INC intern ../memutil - ../guardealloc ../../extern/bullet2/src ${PNG_INC} ${ZLIB_INC} diff --git a/source/blender/blenlib/CMakeLists.txt b/source/blender/blenlib/CMakeLists.txt index a37723a8287..35785447a86 100644 --- a/source/blender/blenlib/CMakeLists.txt +++ b/source/blender/blenlib/CMakeLists.txt @@ -28,7 +28,6 @@ SET(INC . ../makesdna ../blenkernel - ../include ../gpu ../../../intern/ghost ../../../intern/guardedalloc diff --git a/source/blender/blenloader/CMakeLists.txt b/source/blender/blenloader/CMakeLists.txt index 144b1d1b1a1..11bb3b14677 100644 --- a/source/blender/blenloader/CMakeLists.txt +++ b/source/blender/blenloader/CMakeLists.txt @@ -30,7 +30,6 @@ SET(INC ../blenkernel ../makesdna ../readblenfile - ../include ../makesrna ../render/extern/include ../../../intern/guardedalloc diff --git a/source/blender/gpu/CMakeLists.txt b/source/blender/gpu/CMakeLists.txt index 02a43abf098..a2bfddd96fb 100644 --- a/source/blender/gpu/CMakeLists.txt +++ b/source/blender/gpu/CMakeLists.txt @@ -28,7 +28,6 @@ SET(INC . ../blenlib ../blenkernel - ../include ../imbuf ../makesdna ../makesrna diff --git a/source/blender/ikplugin/CMakeLists.txt b/source/blender/ikplugin/CMakeLists.txt index 61d5ff4f7fe..1c1cc27611a 100644 --- a/source/blender/ikplugin/CMakeLists.txt +++ b/source/blender/ikplugin/CMakeLists.txt @@ -28,7 +28,6 @@ SET(INC ../blenlib ../makesdna ../blenkernel - ../include ../ikplugin ../../../intern/guardedalloc ../../../intern/iksolver/extern diff --git a/source/blender/render/CMakeLists.txt b/source/blender/render/CMakeLists.txt index bed48a3fd17..1224e51ff3f 100644 --- a/source/blender/render/CMakeLists.txt +++ b/source/blender/render/CMakeLists.txt @@ -36,7 +36,6 @@ SET(INC ../makesrna ../blenkernel ../imbuf - ../include ../../kernel/gen_messaging ../../../intern/smoke/extern ../../../intern/guardedalloc diff --git a/source/blender/windowmanager/CMakeLists.txt b/source/blender/windowmanager/CMakeLists.txt index 36d9f2b5c8c..c39897af68a 100644 --- a/source/blender/windowmanager/CMakeLists.txt +++ b/source/blender/windowmanager/CMakeLists.txt @@ -33,7 +33,6 @@ SET(INC ../makesdna ../makesrna ../blenkernel - ../include ../imbuf ../blenloader ../editors/include -- cgit v1.2.3