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:
-rwxr-xr-xextern/Eigen2/eigen-update.sh26
-rw-r--r--source/blender/blenfont/Makefile2
-rw-r--r--source/blender/blenlib/intern/BLI_bfile.c2
3 files changed, 15 insertions, 15 deletions
diff --git a/extern/Eigen2/eigen-update.sh b/extern/Eigen2/eigen-update.sh
index 26155ed428b..926a36ef120 100755
--- a/extern/Eigen2/eigen-update.sh
+++ b/extern/Eigen2/eigen-update.sh
@@ -1,28 +1,28 @@
#!/bin/sh
-echo "*** EIGEN2-SVN Update utility"
-echo "*** This gets a new eigen2-svn tree and adapts it to blenders build structure"
+echo "*** EIGEN2-HG Update utility"
+echo "*** This gets a new eigen2-hg tree and adapts it to blenders build structure"
echo "*** Warning! This script will wipe all the header file"
-echo "*** Please run again with --i-really-know-what-im-doing ..."
if [ "x$1" = "x--i-really-know-what-im-doing" ] ; then
- echo proceeding...
+ echo Proceeding as requested by command line ...
else
- exit -1
+ echo "*** Please run again with --i-really-know-what-im-doing ..."
+ exit 1
fi
# get the latest revision from repository.
hg clone http://bitbucket.org/eigen/eigen2
if [ -d eigen2 ]
then
- cd eigen2
- # put here the version you want to use
- hg up 2.0.6
- rm -f `find Eigen/ -type f -name "CMakeLists.txt"`
- cp -r Eigen ..
- cd ..
- rm -rf eigen2
+ cd eigen2
+ # put here the version you want to use
+ hg up 2.0.6
+ rm -f `find Eigen/ -type f -name "CMakeLists.txt"`
+ cp -r Eigen ..
+ cd ..
+ rm -rf eigen2
else
- echo "Did you install Mercurial?"
+ echo "Did you install Mercurial?"
fi
diff --git a/source/blender/blenfont/Makefile b/source/blender/blenfont/Makefile
index be62c87cbf4..43eda027855 100644
--- a/source/blender/blenfont/Makefile
+++ b/source/blender/blenfont/Makefile
@@ -30,5 +30,5 @@ DIRS = intern
include nan_subdirs.mk
ifeq ($(INTERNATIONAL), true)
- CPPFLAGS += -DINTERNATIONAL
+ CPPFLAGS += -DINTERNATIONAL
endif
diff --git a/source/blender/blenlib/intern/BLI_bfile.c b/source/blender/blenlib/intern/BLI_bfile.c
index 4789df593ef..a7ce1df5712 100644
--- a/source/blender/blenlib/intern/BLI_bfile.c
+++ b/source/blender/blenlib/intern/BLI_bfile.c
@@ -30,7 +30,7 @@
#include <unistd.h>
#else
#include <io.h>
-#include "BLI_winstuff.h"
+ #include "BLI_winstuff.h"
#endif
#include <sys/types.h>