comparison deploy/win64/build-32.bat @ 2045:555e3add86b2

Rename piper-cpp subrepo to piper-vamp-cpp to match the upstream repo name
author Chris Cannam
date Wed, 17 Oct 2018 15:58:13 +0100
parents a96a5d88a84b
children d84a0783ce11
comparison
equal deleted inserted replaced
2044:ed3c462839b2 2045:555e3add86b2
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