【问题标题】:Setting MS references via gyp通过 gyp 设置 MS 参考
【发布时间】:2014-06-25 09:49:04
【问题描述】:

我需要用 gyp 编译一些东西。我使用了一些 Windows API,所以我需要将以下行添加到我的 vcxproj 文件中

<ItemGroup>
    <Reference Include="System" />
    <Reference Include="System.Core" />
    <Reference Include="System.Data" />
    <Reference Include="System.Xml" />
</ItemGroup>

如何用 gyp 添加这些行?

【问题讨论】:

    标签: node.js dll node-gyp gyp


    【解决方案1】:

    我采取了另一种方式,通过源文件中的#using "filenanme" 指令引用了这些库。

    【讨论】:

      猜你喜欢
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 2015-07-26
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 2015-08-22
      • 2015-08-08
      相关资源
      最近更新 更多