【问题标题】:How can the order of inherited includes be controlled in vsprops Property Sheets?如何在 vsprops 属性表中控制继承包含的顺序?
【发布时间】:2011-01-18 20:04:57
【问题描述】:

我正在使用一些相互继承的 vsprops 工作表。我的基本属性表定义了一些包含路径。在从它继承的第二个 vsprops 文件中,我想添加更多包含路径。

但是,我希望能够选择附加包含路径是在基本包含路径之前还是之后。我确定我已经看到类似 $(Inherits) 变量的东西可以用来执行此操作,但我不记得它是什么或再次找到它。

任何帮助将不胜感激。

【问题讨论】:

    标签: c++ vsprops


    【解决方案1】:

    好的,现在找到了:

    $(Inherit) 是我想要的,如下例所示:

    c:\test2;$(Inherit);c:\mystuff
    

    见:

    http://msdn.microsoft.com/en-us/library/hx1tt59t(VS.80).aspx

    【讨论】:

      猜你喜欢
      • 1970-01-01
      • 1970-01-01
      • 2017-12-18
      • 2015-09-15
      • 1970-01-01
      • 1970-01-01
      • 2015-07-14
      • 2014-09-17
      • 2020-01-19
      相关资源
      最近更新 更多