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:
authorSergey Sharybin <sergey.vfx@gmail.com>2013-11-28 11:47:51 +0400
committerSergey Sharybin <sergey.vfx@gmail.com>2013-11-28 12:00:10 +0400
commit1c14ead46f6aa7cc850033cf77d59127ca257b93 (patch)
tree71b6572baac5e2f2da34940bdc313f66a29a174f /extern/carve/bundle.sh
parent6dded46a484fdee85e294e425779f829f103f4b3 (diff)
Carve bundler script cleanup
- random.hpp was only removed from actual include directory, but not from patches/files. - Files list generator didn't ignore config.h file which in fact is not needed.
Diffstat (limited to 'extern/carve/bundle.sh')
-rwxr-xr-xextern/carve/bundle.sh2
1 files changed, 0 insertions, 2 deletions
diff --git a/extern/carve/bundle.sh b/extern/carve/bundle.sh
index c80bf645077..05967d6131d 100755
--- a/extern/carve/bundle.sh
+++ b/extern/carve/bundle.sh
@@ -30,8 +30,6 @@ sources=`find ./lib -type f -iname '*.cc' -or -iname '*.cpp' -or -iname '*.c' |
headers=`find ./lib -type f -iname '*.h' -or -iname '*.hpp' | sed -r 's/^\.\//\t/' | sort -d`
includes=`find ./include -type f -iname '*.h' -or -iname '*.hpp' | sed -r 's/^\.\//\t/' | sort -d`
-mkdir -p include/carve/external/boost
-cp patches/files/random.hpp include/carve/external/boost/random.hpp
cp patches/files/config.h include/carve/config.h
cat > CMakeLists.txt << EOF