mirror of
https://github.com/Open-Cascade-SAS/OCCT.git
synced 2026-05-10 17:40:24 +08: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%"
|