[openrtm-commit:01718] r2706 - trunk/OpenRTM-aist/win32/OpenRTM-aist/bin

openrtm @ openrtm.org openrtm @ openrtm.org
2016年 2月 18日 (木) 16:03:32 JST


Author: kawauchi
Date: 2016-02-18 16:03:32 +0900 (Thu, 18 Feb 2016)
New Revision: 2706

Modified:
   trunk/OpenRTM-aist/win32/OpenRTM-aist/bin/rtm-naming.bat
Log:
[compat,->RELENG_1_1] Forced reading of OMNI_ROOT has been added. refs #3442

Modified: trunk/OpenRTM-aist/win32/OpenRTM-aist/bin/rtm-naming.bat
===================================================================
--- trunk/OpenRTM-aist/win32/OpenRTM-aist/bin/rtm-naming.bat	2016-02-17 09:08:00 UTC (rev 2705)
+++ trunk/OpenRTM-aist/win32/OpenRTM-aist/bin/rtm-naming.bat	2016-02-18 07:03:32 UTC (rev 2706)
@@ -4,7 +4,8 @@
 set orb="omniORB"
 set port=%1
 rem set OMNIORB_USEHOSTNAME=localhost
-set PATH=%PATH%;%OMNI_ROOT%\bin\x86_win32
+call set omni_root=%OMNI_ROOT%
+set PATH=%OMNI_ROOT%\bin\x86_win32;%PATH%
 
 if NOT DEFINED port set port=2809
 



More information about the openrtm-commit mailing list