mirror of
https://github.com/awslabs/aws-crt-php.git
synced 2026-08-18 01:57:13 +00:00
try to get it all together
This commit is contained in:
+10
-2
@@ -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
|
||||
buildconf
|
||||
|
||||
configure --enable-cli --with-openssl --enable-awscrt=shared
|
||||
|
||||
nmake
|
||||
Reference in New Issue
Block a user