开发者

How to specify a path on a different drive with VS2008 devenv.exe?

开发者 https://www.devze.com 2023-01-15 21:28 出处:网络
It开发者_JAVA技巧 seems that it doesn\'t understand something like \"/d D:\\solution.sln\", which is a problem. How would I specify a path on a different drive? Can I somehow avoid this altogether and

It开发者_JAVA技巧 seems that it doesn't understand something like "/d D:\solution.sln", which is a problem. How would I specify a path on a different drive? Can I somehow avoid this altogether and just refer to a project?


it does work without problems if you omit the '/d' (not sure what that is supposed to do). Invoke 'devenv /?' to see available options, for example:

devenv d:\solution.sln /build /project myproject

builds only project 'myproject' from that solution; you can omit the solution if you want to:

devenv d:\myproject.vcproj /build

does exactly the same

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号