在C++中添加#define使用命令

发布于 2024-11-15 21:48:06 字数 175 浏览 0 评论 0原文

我正在尝试自动构建我的项目的不同风格。 我正在使用命令行来编译项目。 一切工作正常,但现在我想在 cml 中定义一个宏(示例:TEST_PROJECT)。 我尝试使用 CL 环境变量,但似乎不起作用 还有另一种方法可以向我的项目添加选项 我正在使用 devenv.exe 进行编译 devenv.exe 项目.sln /build 谢谢

I'm trying to automatically build different flavors of my project.
I'm using the command line to compile the project.
All is working fine but now I want to define a macro in the cml (example : TEST_PROJECT).
I tried using the CL environment variable but it doesn't seem to work
There is an other way to add options to my project
I'm using devenv.exe to compile
devenv.exe project.sln /build
thank you

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

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

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

信仰 2024-11-22 21:48:06

There's /D for cl.exe in Visual C++. However since you already build .sln file you'll be much better off setting the necessary preprocessor symbol in the project properties. You might want to add a separate project configuration for that.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文