1
0
mirror of https://git.dev.opencascade.org/repos/occt.git synced 2025-04-03 17:56:21 +03:00

Update of environment files of qt samples for compilation in batch mode.

This commit is contained in:
bugmaster 2013-07-24 15:41:33 +04:00
parent 440906ef6a
commit 63fb818eb7
8 changed files with 10 additions and 12 deletions

View File

@ -1,3 +1,5 @@
call "%~dp0..\..\..\env.bat" %1 %2 %3
SET "RES_DIR=%~dp0win%ARCH%\%VCVER%\res"
SET "CSF_ResourcesDefaults=%RES_DIR%"
SET "CSF_IEResourcesDefaults=%RES_DIR%"

View File

@ -5,8 +5,7 @@ REM Use first argument to specify version of Visual Studio (vc8, vc9, or vc10),
REM second argument specifies architecture) (win32 or win64)
REM third argument specifies Debug or Release mode
call "%~dp0..\..\..\env.bat" %1 %2 %3
call "%~dp0env.bat"
call "%~dp0env.bat" %1 %2 %3
if not "%1" == "" (
if /I "%1" == "vc8" (

View File

@ -1,5 +1,4 @@
call "%~dp0..\..\..\env.bat" %1 %2 %3
call "%~dp0env.bat"
call "%~dp0env.bat" %1 %2 %3
if ["%CASDEB%"] == [""] (
call "%~dp0..\..\..\msvc.bat" %VCVER% win%ARCH% "" "%~dp0IESample-%VCVER%.sln"

View File

@ -1,5 +1,4 @@
call "%~dp0..\..\..\env.bat" %1 %2 %3
call "%~dp0env.bat"
call "%~dp0env.bat" %1 %2 %3
set "BIN_DIR=win%ARCH%\%VCVER%\bind"

View File

@ -1,3 +1,5 @@
call "%~dp0..\..\..\env.bat" %1 %2 %3
SET "RES_DIR=%~dp0win%ARCH%\%VCVER%\res"
SET "CSF_ResourcesDefaults=%RES_DIR%"
SET "CSF_TutorialResourcesDefaults=%RES_DIR%"

View File

@ -5,8 +5,7 @@ REM Use first argument to specify version of Visual Studio (vc8, vc9, or vc10),
REM second argument specifies architecture) (win32 or win64)
REM third argument specifies Debug or Release mode
call "%~dp0..\..\..\env.bat" %1 %2 %3
call "%~dp0env.bat"
call "%~dp0env.bat" %1 %2 %3
if not "%1" == "" (
if /I "%1" == "vc8" (

View File

@ -1,5 +1,4 @@
call "%~dp0..\..\..\env.bat" %1 %2 %3
call "%~dp0env.bat"
call "%~dp0env.bat" %1 %2 %3
if ["%CASDEB%"] == [""] (
call "%~dp0..\..\..\msvc.bat" %VCVER% win%ARCH% "" "%~dp0Tutorial-%VCVER%.sln"

View File

@ -1,5 +1,4 @@
call "%~dp0..\..\..\env.bat" %1 %2 %3
call "%~dp0env.bat"
call "%~dp0env.bat" %1 %2 %3
set "BIN_DIR=win%ARCH%\%VCVER%\bind"
if ["%CASDEB%"] == [""] (