バグ #2698
rtm_config_omni415.propsの修正
Start date:
05/27/2013
Due date:
% Done:
100%
Estimated time:
Description
VC2010以降のプロパティファイルにおいて、
<rtm_includes>$(rtm_root);$(rtm_root)rtm\idl</rtm_includes>
のような記述がなされているが、$(rtm_root)の最後に¥がついていない場合インクルードパスが正しく設定されない。
<rtm_includes>$(rtm_root);$(rtm_root)\rtm\idl</rtm_includes>
のように修正する。
rtm_config_omni???.propsについてすべて修正。
Associated revisions
[compat,bugfix] '\' mark Add to <rtm_includes> (rtm_config_omni414/415.props). refs #2698
History
#1 Updated by n.kawauchi over 7 years ago
- % Done changed from 0 to 100
下の2つのファイルに対して修正を加えた (r2393にてtrunkにコミット)
rtm_config_omni414.props
rtm_config_omni415.props
#2 Updated by n-ando over 7 years ago
- Status changed from 新規 to 終了
#3 Updated by n-ando over 5 years ago
- Target version deleted (
RELENG_1_1)
[compat,bugfix] '\' mark Add to <rtm_includes> (rtm_config_omni414/415.props). refs #2698