[openrtm-commit:01432] r2558 - trunk/OpenRTM-aist/win32/OpenRTM-aist

openrtm @ openrtm.org openrtm @ openrtm.org
2014年 4月 11日 (金) 00:51:05 JST


Author: n-ando
Date: 2014-04-11 00:51:05 +0900 (Fri, 11 Apr 2014)
New Revision: 2558

Modified:
   trunk/OpenRTM-aist/win32/OpenRTM-aist/build.bat
Log:
[compat,build,->RELENG_1_1] Now OMNI_ROOT is set by build.bat.

Modified: trunk/OpenRTM-aist/win32/OpenRTM-aist/build.bat
===================================================================
--- trunk/OpenRTM-aist/win32/OpenRTM-aist/build.bat	2014-04-09 22:50:03 UTC (rev 2557)
+++ trunk/OpenRTM-aist/win32/OpenRTM-aist/build.bat	2014-04-10 15:51:05 UTC (rev 2558)
@@ -35,8 +35,7 @@
 
 set RTM_ROOT=%~dp0
 set COIL_ROOT=%RTM_ROOT%\coil
-
-if not DEFINED OMNI_ROOT  set OMNI_ROOT=C:\work\aaaaa\OpenRTM-aist\omniORB
+set OMNI_ROOT=%RTM_ROOT%\omniORB
 if not DEFINED ARCH       set ARCH=x86_64
 if not DEFINED VC_VERSION set VC_VERSION=10
 if not DEFINED PYTHON_DIR set PYTHON_DIR=c:\python27



More information about the openrtm-commit mailing list