projects
/
occt.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
0029643: Samples: create .bat files for building AndroidQt sample on Windows platform
[occt.git]
/
samples
/
qt
/
AndroidQt
/
env.bat
1
@echo off
2
3
call "%~dp0..\..\..\env.bat" %1 %2 %3
4
5
call "custom.bat" %1 %2 %3
6
7
set "RES_DIR=%~dp0win%ARCH%\%VCVER%\res"
8
set "CSF_ResourcesDefaults=%RES_DIR%"
9
10
set "PATH=%QTDIR%/bin;%PATH%"