1
0
mirror of https://git.dev.opencascade.org/repos/occt.git synced 2025-09-08 14:17:06 +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,8 +1,8 @@
@echo off
call "custom.bat" %1 %2 %3
call "%~dp0..\..\..\env.bat" %1 %2 %3
call "custom.bat" %1 %2 %3
set "PATH=%QTDIR%/bin;%PATH%"
set "QT_QPA_PLATFORM_PLUGIN_PATH=%QTDIR%\plugins\platforms"