简体   繁体   English

在IDE外部构建WM C ++项目

[英]Building WM C++ project outside an IDE

I'm wondering if there is some comprehensive tutorial or someone of you can help me solve this problem. 我想知道是否有一些全面的教程,或者您中有人可以帮助我解决这个问题。 I need to build Windows mobile project written in C++ but I need to do so outside of any IDE. 我需要构建用C ++编写的Windows移动项目,但需要在任何IDE之外进行。 So I would be very grateful if someone could direct me, thank you. 因此,如果有人可以指导我,我将非常感激,谢谢。

Well you can call devenv directly with the /build switch and pass it the project name and it will build without opening the IDE. 好了,您可以直接使用/ build开关调用devenv并将其传递给项目名称,而无需打开IDE即可进行构建。 Or do you want to be able to build without an IDE even installed? 或者,您是否希望甚至不安装IDE就能进行构建? In that case you could write an msbuild script that would do it. 在这种情况下,您可以编写一个可以执行此操作的msbuild脚本。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM