使用环境变量或宏指定规则文件的路径?

发布于 2024-08-27 22:08:13 字数 645 浏览 10 评论 0 原文

在我的一些 Visual C++ 项目文件中,我想指定 规则文件使用环境变量或

我尝试使用文本编辑器编辑 ToolFile 元素:

<ToolFile
        RelativePath="$(SolutionDir)\build\tao_idl.rules"
/>

但 Visual Studio 抱怨它找不到 C:\Path\to\ProjectFile\$(SolutionDir)\build\tao_idl.rules 所以看起来它没有扩展宏。

如果我使用 $(VAR) 或 %VAR% 语法尝试环境变量,也会发生同样的情况。

注意:使用 svn:externals 属性将项目文件拉入其他几个 SVN 存储库,但并非所有拉取该项目的存储库都使用标准目录结构。

这可能吗?

In some of my Visual C++ project files I would like to specify the path to a rule file using an environment variable or macro.

I have tried editing the ToolFile element with a text editor:

<ToolFile
        RelativePath="$(SolutionDir)\build\tao_idl.rules"
/>

But Visual Studio complains that it can't find C:\Path\to\ProjectFile\$(SolutionDir)\build\tao_idl.rules so it looks like it's not expanding the macro.

The same thing happens if I try an environment variable, using either the $(VAR) or %VAR% syntax.

NOTE: The project file is pulled into several other SVN repositories by using the svn:externals property, and not all the repositories that pull this project in use a standard directory structure.

Is this possible?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。
列表为空,暂无数据
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文