[openrtm-commit:01425] r2551 - trunk/OpenRTM-aist/win32/OpenRTM-aist

openrtm @ openrtm.org openrtm @ openrtm.org
2014年 4月 4日 (金) 14:35:15 JST


Author: n-ando
Date: 2014-04-04 14:35:15 +0900 (Fri, 04 Apr 2014)
New Revision: 2551

Modified:
   trunk/OpenRTM-aist/win32/OpenRTM-aist/build.bat
Log:
[compat,bugfix,->RELENG_1_1] bug fix.

Modified: trunk/OpenRTM-aist/win32/OpenRTM-aist/build.bat
===================================================================
--- trunk/OpenRTM-aist/win32/OpenRTM-aist/build.bat	2014-04-03 17:06:35 UTC (rev 2550)
+++ trunk/OpenRTM-aist/win32/OpenRTM-aist/build.bat	2014-04-04 05:35:15 UTC (rev 2551)
@@ -36,10 +36,10 @@
 set RTM_ROOT=%~dp0
 set COIL_ROOT=%RTM_ROOT%\coil
 
-if not {%OMNI_ROOT%} == {0}  set OMNI_ROOT=C:\work\aaaaa\OpenRTM-aist\omniORB
-if not {%ARCH%} == {0}       set ARCH=x86_64
-if not {%VC_VERSION%} == {0} set VC_VERSION=10
-if not {%PYTHON_DIR%} == {0} set PYTHON_DIR=c:\python27
+if {%OMNI_ROOT%} == {0}  set OMNI_ROOT=C:\work\aaaaa\OpenRTM-aist\omniORB
+if {%ARCH%} == {0}       set ARCH=x86_64
+if {%VC_VERSION%} == {0} set VC_VERSION=10
+if {%PYTHON_DIR%} == {0} set PYTHON_DIR=c:\python27
 
 set PATH_ORG=%PATH%
 set PATH=%PATH%;C:\cygwin\bin;C:\cygwin64\bin



More information about the openrtm-commit mailing list