[openrtm-commit:01669] r2690 - trunk/OpenRTM-aist/win32/OpenRTM-aist
openrtm @ openrtm.org
openrtm @ openrtm.org
2015年 12月 28日 (月) 17:52:52 JST
Author: kawauchi
Date: 2015-12-28 17:52:51 +0900 (Mon, 28 Dec 2015)
New Revision: 2690
Modified:
trunk/OpenRTM-aist/win32/OpenRTM-aist/build.bat.in
Log:
[compat,build,->RELENG_1_1] vc14 support has been added.
Modified: trunk/OpenRTM-aist/win32/OpenRTM-aist/build.bat.in
===================================================================
--- trunk/OpenRTM-aist/win32/OpenRTM-aist/build.bat.in 2015-12-28 08:41:47 UTC (rev 2689)
+++ trunk/OpenRTM-aist/win32/OpenRTM-aist/build.bat.in 2015-12-28 08:52:51 UTC (rev 2690)
@@ -176,7 +176,7 @@
goto MSBUILDx64
)
if /i %VC_VERSION% == 14 (
- call "C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\vcvarsall.bat" amd64
+ call "C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\vcvarsall.bat" amd64
set VCTOOLSET=12.0
set PLATFORMTOOL=/p:PlatformToolset=v140
goto MSBUILDx64
More information about the openrtm-commit
mailing list