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