Files
awslabs_aws-crt-php/win_build.bat
T
2022-11-07 14:25:06 -08:00

21 lines
332 B
Batchfile

@echo on
cd ../
echo %CD%
set SOURCE_DIR=%CD%\aws-crt-php
call phpsdk_buildtree phpmaster
git clone https://github.com/php/php-src.git && cd php-src
call phpsdk_deps --update --branch master
robocopy %SOURCE_DIR% ..\pecl\awscrt /E
call buildconf
call configure --enable-cli --with-openssl --enable-awscrt=shared
call nmake