Bimleshsharma’s Ultimate Blog

Today is the first day of the rest of your Tech life.

How to build VC2005(vcproj) project using command line

Posted by bimleshsharma on March 10, 2009

Open command prompt of windows box.

input the following command :

devenv <Path of  vcproject> /rebuild release

For example:

devenv C:\work\svn.s\trunk\L\blydll\blydll2005.vcproj /rebuild release
devenv C:\work\svn.s\trunk\L\blydll\blydll2005.vcproj /rebuild debug

Leave a Reply

XHTML: You can use these tags: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <pre> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>