您的位置:首页 > 其它

ATS项目更新(2) 命令行编译Studio解决方案

2011-10-13 12:27 393 查看
1: rem "D:\Microsoft Visual Studio 8\SDK\v2.0\Bin\sdkvars.bat"
2: D:
3: cd ..\..\..\..\..\..\..\..\..\..\..\..\
4: cd "D:\Microsoft Visual Studio 8\SDK\v2.0\Bin"
5:
6: @Set Path=D:\Microsoft Visual Studio 8\SDK\v2.0\Bin;C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727;D:\Microsoft Visual Studio 8\VC\bin;D:\Microsoft Visual Studio 8\Common7\IDE;D:\Microsoft Visual Studio 8\VC\vcpackages;%PATH%
7: @Set LIB=D:\Microsoft Visual Studio 8\VC\lib;D:\Microsoft Visual Studio 8\SDK\v2.0\Lib;%LIB%
8: @Set INCLUDE=D:\Microsoft Visual Studio 8\VC\include;%INCLUDE%
9: @Set NetSamplePath=D:\Microsoft Visual Studio 8\SDK\v2.0
10: @Set VCBUILD_DEFAULT_CFG=Debug^|Win32
11: @Set VCBUILD_DEFAULT_OPTIONS=/useenv
12: @echo Setting environment to use Microsoft .NET Framework v2.0 SDK tools.
13: @echo For a list of SDK tools, see the 'StartTools.htm' file in the bin folder.
14:
15: MSBuild G:\SQA_ATE_DEV\Src\TestManager.sln /t:Rebuild /p:Configuration=Release
16:
17:
18: rmdir /S /Q "C:\Bin"
19: rmdir /S /Q "C:\Official Release"
20: rmdir /S /Q "D:\Bin"
21: rmdir /S /Q "D:\Official Release"
22: rmdir /S /Q "E:\Bin"
23: rmdir /S /Q "E:\Official Release"
24: rmdir /S /Q "F:\Bin"
25: rmdir /S /Q "F:\Official Release"
26: rmdir /S /Q "G:\Bin"
27: rmdir /S /Q "G:\Official Release"
28:
29:
30: pause
31:
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: