Project

General

Profile

バグ #4201

VisualStudioソリューションファイル生成時のヘッダーの設定を正しくする

Added by n.kawauchi over 5 years ago. Updated over 5 years ago.

Status:
解決
Priority:
通常
Assignee:
Start date:
09/14/2017
Due date:
% Done:

100%

Estimated time:

Description

  • http://svn.openrtm.org/OpenRTM-aist/trunk/OpenRTM-aist/build/slntool.py の修正
  • 現状のままでもビルドには全く問題ないのだが、訂正するもの
  • 現在の設定
    vcversions = {....
                  "VC12": {"sln": "13.00", "vc": "2013"},
                  "VC14": {"sln": "14.00", "vc": "2015"},
                  "VC15": {"sln": "15.00", "vc": "2017"},
    
  • ソリューションファイルのヘッダーは以下となっている
  • 参考: https://gist.github.com/JamesSkemp/bbe17351ecdf6b1d6e07
    Microsoft Visual Studio Solution File, Format Version 12.00
    # Visual Studio 2013
    
    Microsoft Visual Studio Solution File, Format Version 12.00
    # Visual Studio 14
    
    Microsoft Visual Studio Solution File, Format Version 12.00
    # Visual Studio 15
    
  • #4172 と合わせて次のようにする
    vcversions = {....
                  "VC12": {"sln": "12.00", "vc": "2013"},
                  "VC14": {"sln": "12.00", "vc": "14"},
                  "VC141": {"sln": "12.00", "vc": "15"},
    

Associated revisions

Revision 3043 (diff)
Added by kawauchi over 5 years ago

[compat,bugfix,->RELENG_1_2] The header setting of the Visual Studio solution file has been fixed. refs #4201 and #4172

Revision 3043 (diff)
Added by kawauchi over 5 years ago

[compat,bugfix,->RELENG_1_2] The header setting of the Visual Studio solution file has been fixed. refs #4201 and #4172

Revision 3107 (diff)
Added by n-ando over 5 years ago

merged changed from trunk/OpenRTM-aist r3037, 3042-3048, 3089 during 2017-09:
[incompat,->RELENG_1_2] omniORB's shortcut POA is applied to data ports. refs #4176
[incompat,->RELENG_1_2] omniORB's shortcut POA is applied to data ports. refs #4176
[compat,->RELENG_1_2] Analyzer sample has been added in windows source package. refs #4202
[compat,bugfix,->RELENG_1_2] The header setting of the Visual Studio solution file has been fixed. refs #4201 and #4172
[compat,->RELENG_1_2] vc2017 version has been changed from vc15 to vc141. refs #4172
[compat,->RELENG_1_2] vc2017 version has been changed from vc15 to vc141. refs #4172
[compat,rtc.conf,->RELENG_1_2] A bug in preconnection option parser, which crash when ConnectorProfiles are not given or invalid format, fixed.
[compat,->RELENG_1_2] When executing cmake, it is not influenced by the system environment variable. refs #4171
[compat,example,->RELENG_1_2] Throughput measurement component example added.
[incompat,->RELENG_1_2] Extension module header files have been added to rpm package. refs #4368

Revision 3107 (diff)
Added by n-ando over 5 years ago

merged changed from trunk/OpenRTM-aist r3037, 3042-3048, 3089 during 2017-09:
[incompat,->RELENG_1_2] omniORB's shortcut POA is applied to data ports. refs #4176
[incompat,->RELENG_1_2] omniORB's shortcut POA is applied to data ports. refs #4176
[compat,->RELENG_1_2] Analyzer sample has been added in windows source package. refs #4202
[compat,bugfix,->RELENG_1_2] The header setting of the Visual Studio solution file has been fixed. refs #4201 and #4172
[compat,->RELENG_1_2] vc2017 version has been changed from vc15 to vc141. refs #4172
[compat,->RELENG_1_2] vc2017 version has been changed from vc15 to vc141. refs #4172
[compat,rtc.conf,->RELENG_1_2] A bug in preconnection option parser, which crash when ConnectorProfiles are not given or invalid format, fixed.
[compat,->RELENG_1_2] When executing cmake, it is not influenced by the system environment variable. refs #4171
[compat,example,->RELENG_1_2] Throughput measurement component example added.
[incompat,->RELENG_1_2] Extension module header files have been added to rpm package. refs #4368

History

#1 Updated by n.kawauchi over 5 years ago

  • Status changed from 新規 to 解決
  • % Done changed from 0 to 100

r4201,4172 で対応完了。

Also available in: Atom PDF