VS 自动编译

@echo off  
  
call "C:\Program Files (x86)\Microsoft Visual Studio 12.0\Common7\Tools\VsDevCmd.bat"  
  
echo "building ...."  
  
MSBuild "%~dp0testdlg3.sln" /t:Rebuild /p:Platform=Win32 /p:Configuration=Release  
  
pause

你可能感兴趣的:(VC++)