v1.4.4
This commit is contained in:
commit
9c94d113d3
10260 changed files with 1237388 additions and 0 deletions
7
scripts/windows/build.bat
Normal file
7
scripts/windows/build.bat
Normal file
|
@ -0,0 +1,7 @@
|
|||
cd /d %~dp0
|
||||
cd ..\..
|
||||
|
||||
cd build
|
||||
IF %ERRORLEVEL% NEQ 0 exit /b %ERRORLEVEL%
|
||||
|
||||
"C:\Program Files (x86)\CMake\bin\cmake.exe" --build . --config %1
|
Loading…
Add table
Add a link
Reference in a new issue