mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-04-03 17:56:21 +03:00
Create environment (genproj.bat, msvc.bat, etc) for building AndroidQt sample on Windows platform (as well as it's done in other OCCT Qt samples)
11 lines
188 B
Batchfile
11 lines
188 B
Batchfile
@echo off
|
|
|
|
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 "PATH=%QTDIR%/bin;%PATH%"
|