[openrtm-commit:02477] r193 - trunk/ImageProcessing/opencv/components/TkCalibGUI

openrtm @ openrtm.org openrtm @ openrtm.org
2017年 2月 22日 (水) 10:10:18 JST


Author: kawauchi
Date: 2017-02-22 10:10:17 +0900 (Wed, 22 Feb 2017)
New Revision: 193

Modified:
   trunk/ImageProcessing/opencv/components/TkCalibGUI/idlcompile.bat
Log:
[compat,->RELEASE_1_2_0] idlcompile.bat has been updated. refs #3965


Modified: trunk/ImageProcessing/opencv/components/TkCalibGUI/idlcompile.bat
===================================================================
--- trunk/ImageProcessing/opencv/components/TkCalibGUI/idlcompile.bat	2017-02-16 08:45:06 UTC (rev 192)
+++ trunk/ImageProcessing/opencv/components/TkCalibGUI/idlcompile.bat	2017-02-22 01:10:17 UTC (rev 193)
@@ -1,10 +1,2 @@
-echo off
-setlocal
-for %%I in (python.exe) do if exist %%~$path:I set f=%%~$path:I
-if exist %f% do (
-  %f:python.exe=%omniidl.exe -bpython -I"%RTM_ROOT%rtm\idl" -I"/usr/include/openrtm-1.1/rtm/idl" idl/CalibrationService.idl 
-) else do (
-  echo "python.exe" can not be found.
-  echo Please modify PATH environmental variable for python command.
-)
-endlocal
+ at echo off
+omniidl.exe -bpython -I"%RTM_ROOT%rtm\idl" -I"/usr/include/openrtm-1.2/rtm/idl" idl/CalibrationService.idl 



openrtm-commit メーリングリストの案内