1
0
mirror of https://git.dev.opencascade.org/repos/occt.git synced 2025-08-09 13:22:24 +03:00

0029010: Launch custom.bat in samples before calling general environment

Replace calling custom.bat and general env.bat in samples.
This commit is contained in:
apn
2017-08-17 16:17:20 +03:00
committed by bugmaster
parent 9294c8f774
commit fe6c26dc50
3 changed files with 6 additions and 6 deletions

View File

@@ -1,9 +1,9 @@
@echo off
call "custom.bat" %1 %2 %3
call "%~dp0..\..\..\env.bat" %1 %2 %3
call "custom.bat" %1 %2 %3
set "RES_DIR=%~dp0win%ARCH%\%VCVER%\res"
set "CSF_ResourcesDefaults=%RES_DIR%"
set "CSF_TutorialResourcesDefaults=%RES_DIR%"