diff --git a/win_build.bat b/win_build.bat index c1a11ef..c0eb640 100644 --- a/win_build.bat +++ b/win_build.bat @@ -3,7 +3,10 @@ git clone https://github.com/Microsoft/php-sdk-binary-tools.git php-sdk cd ./php-sdk -vswhere -@REM -nologo -version "[15,16)" -requires Microsoft.VisualStudio.Component.VC.Tools.x86.x64 -property installationPath -format text +./phpsdk-vs16-x64.bat -./phpsdk-vs16-x64.bat \ No newline at end of file +phpsdk_buildtree php-8.1 + +git clone https://github.com/php/php-src.git && cd php-src + +phpsdk_deps --update --branch 8.1 \ No newline at end of file