Reverted accidental checkin
[castle.git] / Samples / MindDump / cassini.bat
blob5352a2fd564f00e1dc5a289657950d39ef073d18
1 @SET VSINSTALLDIR=C:\dev\dotnet\VSNet2003\Common7\IDE\r
2 @SET VCINSTALLDIR=C:\dev\dotnet\VSNet2003\r
3 @SET FrameworkDir=C:\WINDOWS\Microsoft.NET\Framework\r
4 @SET FrameworkVersion=v1.1.4322\r
5 @SET FrameworkSDKDir=C:\dev\dotnet\VSNet2003\SDK\v1.1\r
6 @rem Root of Visual Studio common files.\r
7 \r
8 @if "%VSINSTALLDIR%"=="" goto Usage\r
9 @if "%VCINSTALLDIR%"=="" set VCINSTALLDIR=%VSINSTALLDIR%\r
11 @rem\r
12 @rem Root of Visual Studio ide installed files.\r
13 @rem\r
14 @set DevEnvDir=%VSINSTALLDIR%\r
16 @rem\r
17 @rem Root of Visual C++ installed files.\r
18 @rem\r
19 @set MSVCDir=%VCINSTALLDIR%\VC7\r
21 @rem\r
22 @echo Setting environment for using Microsoft Visual Studio .NET 2003 tools.\r
23 @echo (If you have another version of Visual Studio or Visual C++ installed and wish\r
24 @echo to use its tools from the command line, run vcvars32.bat for that version.)\r
25 @rem\r
27 @REM %VCINSTALLDIR%\Common7\Tools dir is added only for real setup.\r
29 @set PATH=%DevEnvDir%;%MSVCDir%\BIN;%VCINSTALLDIR%\Common7\Tools;%VCINSTALLDIR%\Common7\Tools\bin\prerelease;%VCINSTALLDIR%\Common7\Tools\bin;%FrameworkSDKDir%\bin;%FrameworkDir%\%FrameworkVersion%;%PATH%;\r
30 @set INCLUDE=%MSVCDir%\ATLMFC\INCLUDE;%MSVCDir%\INCLUDE;%MSVCDir%\PlatformSDK\include\prerelease;%MSVCDir%\PlatformSDK\include;%FrameworkSDKDir%\include;%INCLUDE%\r
31 @set LIB=%MSVCDir%\ATLMFC\LIB;%MSVCDir%\LIB;%MSVCDir%\PlatformSDK\lib\prerelease;%MSVCDir%\PlatformSDK\lib;%FrameworkSDKDir%\lib;%LIB%\r
33 @goto end\r
35 :Usage\r
37 @echo. VSINSTALLDIR variable is not set. \r
38 @echo.\r
39 @echo SYNTAX: %0\r
41 @goto end\r
43 :end\r
44 CassiniWebServer.exe "E:\dev\projects\digitalgravity\castle\trunk\Samples\PestControl\Castle.Applications.PestControl.Web" 8082 /\r