开发者

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

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

上一篇:

下一篇:

精彩评论

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

最新问答

问答排行榜