[openrtm-commit:01429] r2555 - trunk/OpenRTM-aist/win32/OpenRTM-aist

openrtm @ openrtm.org openrtm @ openrtm.org
2014年 4月 9日 (水) 23:16:42 JST


Author: n-ando
Date: 2014-04-09 23:16:42 +0900 (Wed, 09 Apr 2014)
New Revision: 2555

Modified:
   trunk/OpenRTM-aist/win32/OpenRTM-aist/prepare_openrtm.sh
Log:
[compat,build,->RELENG_1_1] prepare_openrtm.sh updated.

Modified: trunk/OpenRTM-aist/win32/OpenRTM-aist/prepare_openrtm.sh
===================================================================
--- trunk/OpenRTM-aist/win32/OpenRTM-aist/prepare_openrtm.sh	2014-04-09 13:51:24 UTC (rev 2554)
+++ trunk/OpenRTM-aist/win32/OpenRTM-aist/prepare_openrtm.sh	2014-04-09 14:16:42 UTC (rev 2555)
@@ -9,12 +9,22 @@
 #
 # The following environment variables should be set.
 #
-export OMNI_VERSION=4.1.7
-export OMNITH_VER=3.4
-export PYTHON_DIR=/cygdrive/c/Python27
-export VC_VERSION=10
-export ARCH=x86
-#
+if test "x$OMNI_VERSION" = "x" ; then
+    export OMNI_VERSION=4.1.7
+fi
+if test "x$OMNITH_VER" = "x" ; then
+    export OMNITH_VER=3.4
+fi
+if test "x$PYTHON_DIR" = "x" ; then
+    export PYTHON_DIR=/cygdrive/c/Python27
+fi
+if test "x$VC_VERSION" = "x" ; then
+    export VC_VERSION=10
+fi
+if test "x$ARCH" = "x" ; then
+    export ARCH=x86
+fi
+
 export PATH=/cygdrive/c/cygwin64/bin:$PATH
 echo `pwd`
 



More information about the openrtm-commit mailing list