[openrtm-commit:00173] r2183 - in trunk/OpenRTM-aist: src/lib/coil/build win32/OpenRTM-aist win32/OpenRTM-aist/etc
openrtm @ openrtm.org
openrtm @ openrtm.org
2011年 6月 15日 (水) 12:11:02 JST
Author: fsi-katami
Date: 2011-06-15 12:11:02 +0900 (Wed, 15 Jun 2011)
New Revision: 2183
Modified:
trunk/OpenRTM-aist/src/lib/coil/build/vcxprojtool.py
trunk/OpenRTM-aist/win32/OpenRTM-aist/autobuild_vc10.bat
trunk/OpenRTM-aist/win32/OpenRTM-aist/etc/rtm_config_omni414.props
Log:
For vc2010. refs #1915
Modified: trunk/OpenRTM-aist/src/lib/coil/build/vcxprojtool.py
===================================================================
--- trunk/OpenRTM-aist/src/lib/coil/build/vcxprojtool.py 2011-06-06 02:38:32 UTC (rev 2182)
+++ trunk/OpenRTM-aist/src/lib/coil/build/vcxprojtool.py 2011-06-15 03:11:02 UTC (rev 2183)
@@ -1087,9 +1087,6 @@
text += FileList(self.flist).generate()
text = self.replace_uuid(text)
- print "zzzzzzzzzzzzz--"
- print text
- print "zzzzzzzzzzzzz--"
if self.projectname:
text = text.replace("__PROJECT_NAME__", self.projectname)
if self.version:
@@ -1135,16 +1132,10 @@
text += self.temp % \
(self.filter[f]["Id"], self.filter[f]["name"],
self.filter[f]["filter"])
- print "zzzzzzzzzzzzz"
- print text
- print "zzzzzzzzzzzzz"
for file in self.flist[f]:
# vcproj's path delimiter should be "\"
file = file.replace("/","\\")
text += " - Path: " + file + "\n"
- print "zzzzzzzzzzzzz"
- print text
- print "zzzzzzzzzzzzz"
return text
Modified: trunk/OpenRTM-aist/win32/OpenRTM-aist/autobuild_vc10.bat
===================================================================
--- trunk/OpenRTM-aist/win32/OpenRTM-aist/autobuild_vc10.bat 2011-06-06 02:38:32 UTC (rev 2182)
+++ trunk/OpenRTM-aist/win32/OpenRTM-aist/autobuild_vc10.bat 2011-06-15 03:11:02 UTC (rev 2183)
@@ -20,10 +20,12 @@
@rem RTSE should be under the following OMNI_ROOT directory.
@rem ------------------------------------------------------------
@set RTM_ROOT=%~dp0
- at set PATH="C:\Program Files\Microsoft Visual Studio 10.0\VC\vcpackages";%PATH%
+ at set PATH="C:\Program Files\Microsoft Visual Studio 10.0\VC\BIN";"c:\WINDOWS\Microsoft.NET\Framework\v4.0.30319";"C:\Program Files\Microsoft Visual Studio 10.0\VC\vcpackages";%PATH%
@set OMNI_ROOT=C:\distribution\omniORB-4.1.4_vc10
@set RTSE_ROOT=C:\distribution\OpenRTP\RTSystemEditor
@set VC_VERSION=Visual C++ 2010
+ at set OPENCV_ROOT=C:\distribution\OpenCV2.2
+ at set OPENCV_RTC_ROOT=C:\distribution\ImageProcessing\opencv
@rem ============================================================
@rem copy property sheet
Modified: trunk/OpenRTM-aist/win32/OpenRTM-aist/etc/rtm_config_omni414.props
===================================================================
--- trunk/OpenRTM-aist/win32/OpenRTM-aist/etc/rtm_config_omni414.props 2011-06-06 02:38:32 UTC (rev 2182)
+++ trunk/OpenRTM-aist/win32/OpenRTM-aist/etc/rtm_config_omni414.props 2011-06-15 03:11:02 UTC (rev 2183)
@@ -20,7 +20,7 @@
<rtm_libd>RTC$(rtm_dllver)d.lib;$(coil_libd);$(omni_libd);advapi32.lib;ws2_32.lib;mswsock.lib;$(user_libd)</rtm_libd>
<rtm_lib>RTC$(rtm_dllver).lib;$(coil_lib);$(omni_lib);advapi32.lib;ws2_32.lib;mswsock.lib;$(user_lib)</rtm_lib>
<rtm_idlc>omniidl</rtm_idlc>
- <rtm_idlflags>-bcxx -Wba -nf</rtm_idlflags>
+ <rtm_idlflags>-bcxx -Wba -nf -I $(SolutionDir)\rtm\idl</rtm_idlflags>
</PropertyGroup>
<PropertyGroup>
<_ProjectFileVersion>10.0.30319.1</_ProjectFileVersion>
openrtm-commit メーリングリストの案内