1
0
mirror of https://git.dev.opencascade.org/repos/occt.git synced 2025-08-19 13:40:49 +03:00

0027127: Implementation of compilation of OCCT Products samples on all platforms under support in Jenkins test system.

Removing old VC environment
This commit is contained in:
bugmaster
2016-07-12 15:44:10 +03:00
parent 6482df8152
commit 693c4bbe60
12 changed files with 22 additions and 23 deletions

View File

@@ -35,5 +35,5 @@ if exist "%DevEnvDir%\devenv.exe" (
start "%DevEnvDir%\%VisualStudioExpressName%.exe" "%PRJFILE%"
) else (
echo Error: Could not find MS Visual Studio ^(%VCVER%^)
echo Check relevant environment variable ^(e.g. VS80COMNTOOLS for vc8^)
echo Check relevant environment variable ^(e.g. VS100COMNTOOLS for vc10^)
)

View File

@@ -46,5 +46,5 @@ if exist "%DevEnvDir%\devenv.exe" (
start "%DevEnvDir%\%VisualStudioExpressName%.exe" "%PRJFILE%"
) else (
echo Error: Could not find MS Visual Studio ^(%VCVER%^)
echo Check relevant environment variable ^(e.g. VS80COMNTOOLS for vc8^)
echo Check relevant environment variable ^(e.g. VS100COMNTOOLS for vc10^)
)

View File

@@ -25,7 +25,7 @@ goto eof
:err_bat
echo Possible names of samples: WinForms, WPF_D3D, WPF_WinForms
echo Launch selected sample as follows:
echo %~n0.bat [^vc8^|^vc9^|^vc10^|^vc11^|vc12] [^win32^|^win64^] [^Release^|^Debug^] [^SampleName^]
echo %~n0.bat [^vc10^|^vc11^|^vc12^|^vc14^] [^win32^|^win64^] [^Release^|^Debug^] [^SampleName^]
echo or
echo %~n0.bat [^SampleName^]
echo Run %~n0.bat -h to get this help