diff --git a/win_build.bat b/win_build.bat index 90aa4db..21c96c3 100644 --- a/win_build.bat +++ b/win_build.bat @@ -1,13 +1,21 @@ @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 -echo %CD% +robocopy %SOURCE_DIR% ..\pecl\awscrt /E -cd ../../ && ls \ No newline at end of file +buildconf + +configure --enable-cli --with-openssl --enable-awscrt=shared + +nmake \ No newline at end of file