Hello, 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. So I would be very grateful if someone could direct me, thank you.
+1
A:
Well you can call devenv directly with the /build switch and pass it the project name and it will build without opening the IDE. Or do you want to be able to build without an IDE even installed? In that case you could write an msbuild script that would do it.
ctacke
2010-06-11 15:20:10