Archive for March 10th, 2009

h1

How to build VC2005(vcproj) project using command line

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

h1

How to build VC6 project from command line.

March 10, 2009

Open command prompt of windows box.

Write the following command:

C:\Documents and Settings\bimlesh>msdev <Path of dsp project>  /make all /REBUILD

For example:

C:\Documents and Settings\bimlesh>msdev c:\work\svn.s\trunk\L\ServerConnectDLL\ServerConnectDLL.dsp /make all /REBUILD