try to get it all together

This commit is contained in:
Dengke Tang
2022-11-07 14:15:37 -08:00
parent 3d4f1843c6
commit 79d195afba
+10 -2
View File
@@ -1,13 +1,21 @@
@echo on @echo on
cd ../
echo %CD% echo %CD%
set SOURCE_DIR=%CD%\aws-crt-php
call phpsdk_buildtree phpmaster call phpsdk_buildtree phpmaster
git clone https://github.com/php/php-src.git && cd php-src git clone https://github.com/php/php-src.git && cd php-src
call phpsdk_deps --update --branch master call phpsdk_deps --update --branch master
echo %CD% robocopy %SOURCE_DIR% ..\pecl\awscrt /E
cd ../../ && ls buildconf
configure --enable-cli --with-openssl --enable-awscrt=shared
nmake