[openrtm-commit:01097] r2393 - trunk/OpenRTM-aist/win32/OpenRTM-aist/etc

openrtm @ openrtm.org openrtm @ openrtm.org
2013年 5月 30日 (木) 17:13:44 JST


Author: kawauchi
Date: 2013-05-30 17:13:44 +0900 (Thu, 30 May 2013)
New Revision: 2393

Modified:
   trunk/OpenRTM-aist/win32/OpenRTM-aist/etc/rtm_config_omni414.props
   trunk/OpenRTM-aist/win32/OpenRTM-aist/etc/rtm_config_omni415.props
Log:
[compat,bugfix] '\' mark Add to <rtm_includes> (rtm_config_omni414/415.props). refs #2698

Modified: trunk/OpenRTM-aist/win32/OpenRTM-aist/etc/rtm_config_omni414.props
===================================================================
--- trunk/OpenRTM-aist/win32/OpenRTM-aist/etc/rtm_config_omni414.props	2013-05-30 08:09:40 UTC (rev 2392)
+++ trunk/OpenRTM-aist/win32/OpenRTM-aist/etc/rtm_config_omni414.props	2013-05-30 08:13:44 UTC (rev 2393)
@@ -13,7 +13,7 @@
     <omni_bin>$(omni_root)\bin\x86_win32</omni_bin>
     <omni_lib>omniORB$(omni_dllver)_rt.lib;omniDynamic$(omni_dllver)_rt.lib;omnithread$(omnithread_dllver)_rt.lib</omni_lib>
     <omni_libd>omniORB$(omni_dllver)_rtd.lib;omniDynamic$(omni_dllver)_rtd.lib;omnithread$(omnithread_dllver)_rtd.lib</omni_libd>
-    <rtm_includes>$(rtm_root);$(rtm_root)rtm\idl</rtm_includes>
+    <rtm_includes>$(rtm_root);$(rtm_root)\rtm\idl</rtm_includes>
     <rtm_libdir>$(rtm_root)\bin</rtm_libdir>
     <rtm_bin>$(rtm_root)\bin;$(rtm_root)\build</rtm_bin>
     <rtm_path>$(rtm_bin);$(omni_bin)</rtm_path>

Modified: trunk/OpenRTM-aist/win32/OpenRTM-aist/etc/rtm_config_omni415.props
===================================================================
--- trunk/OpenRTM-aist/win32/OpenRTM-aist/etc/rtm_config_omni415.props	2013-05-30 08:09:40 UTC (rev 2392)
+++ trunk/OpenRTM-aist/win32/OpenRTM-aist/etc/rtm_config_omni415.props	2013-05-30 08:13:44 UTC (rev 2393)
@@ -13,7 +13,7 @@
     <omni_bin>$(omni_root)\bin\x86_win32</omni_bin>
     <omni_lib>omniORB$(omni_dllver)_rt.lib;omniDynamic$(omni_dllver)_rt.lib;omnithread$(omnithread_dllver)_rt.lib</omni_lib>
     <omni_libd>omniORB$(omni_dllver)_rtd.lib;omniDynamic$(omni_dllver)_rtd.lib;omnithread$(omnithread_dllver)_rtd.lib</omni_libd>
-    <rtm_includes>$(rtm_root);$(rtm_root)rtm\idl</rtm_includes>
+    <rtm_includes>$(rtm_root);$(rtm_root)\rtm\idl</rtm_includes>
     <rtm_libdir>$(rtm_root)\bin</rtm_libdir>
     <rtm_bin>$(rtm_root)\bin;$(rtm_root)\build</rtm_bin>
     <rtm_path>$(rtm_bin);$(omni_bin)</rtm_path>



More information about the openrtm-commit mailing list