comparison deploy/win64/build-32.bat @ 2075:dd479ad12c29 zoom

Merge from default branch
author Chris Cannam
date Tue, 06 Nov 2018 10:43:23 +0000
parents 555e3add86b2
children d84a0783ce11
comparison
equal deleted inserted replaced
2041:214ee4c2bc61 2075:dd479ad12c29
15 cd %STARTPWD% 15 cd %STARTPWD%
16 16
17 call .\repoint install 17 call .\repoint install
18 if %errorlevel% neq 0 exit /b %errorlevel% 18 if %errorlevel% neq 0 exit /b %errorlevel%
19 19
20 sv-dependency-builds\win32-mingw\bin\capnp -Isv-dependency-builds/win32-mingw/include compile --src-prefix=piper/capnp -osv-dependency-builds/win32-mingw/bin/capnpc-c++:piper-cpp/vamp-capnp piper/capnp/piper.capnp 20 sv-dependency-builds\win32-mingw\bin\capnp -Isv-dependency-builds/win32-mingw/include compile --src-prefix=piper/capnp -osv-dependency-builds/win32-mingw/bin/capnpc-c++:piper-vamp-cpp/vamp-capnp piper/capnp/piper.capnp
21 if %errorlevel% neq 0 exit /b %errorlevel% 21 if %errorlevel% neq 0 exit /b %errorlevel%
22 22
23 mkdir build_win32 23 mkdir build_win32
24 cd build_win32 24 cd build_win32
25 25