Commit: 446157d07b4dfa9d1c0c72d558b7834066af50ca Author: Anatol Belski <[email protected]> Mon, 28 Nov 2016 16:08:03 +0100 Parents: fe87086be4b01c8371c36a7448e6b97709a4efa6 Branches: master
Link: http://git.php.net/?p=web/rmtools.git;a=commitdiff;h=446157d07b4dfa9d1c0c72d558b7834066af50ca Log: adjust data paths Changed paths: M data/config/branch/x64/phpmaster.ini M data/config/branch/x86/phpmaster.ini Diff: diff --git a/data/config/branch/x64/phpmaster.ini b/data/config/branch/x64/phpmaster.ini index f9ead90..f40b22e 100644 --- a/data/config/branch/x64/phpmaster.ini +++ b/data/config/branch/x64/phpmaster.ini @@ -3,8 +3,8 @@ branch=master repo_name=phpnet repo_module=php-src.git repo_branch=refs/heads/master -build_dir=d:/obj-x64 -build_location=c:/php-sdk/snap_master/vc14/x64/ +build_dir=C:/php-snap-build/obj-x64 +build_location=C:/php-snap-build/snap_master/vc14/x64 appver= debug=0 pgo=0 @@ -15,12 +15,12 @@ arch=x64 name=nts-windows-vc14-x64 compiler=vc14 arch=x64 -configure_options=--enable-snapshot-build --disable-zts --enable-debug-pack --with-pdo-oci=c:\php-sdk\oracle\x64\instantclient_12_1\sdk,shared --with-oci8-12c=c:\php-sdk\oracle\x64\instantclient_12_1\sdk,shared --enable-com-dotnet=shared --with-mcrypt=static --without-analyzer +configure_options=--enable-snapshot-build --disable-zts --enable-debug-pack --with-pdo-oci=c:/php-sdk/oracle/x64/instantclient_12_1/sdk,shared --with-oci8-12c=c:/php-sdk/oracle/x64/instantclient_12_1/sdk,shared --enable-com-dotnet=shared --with-mcrypt=static --without-analyzer platform=windows [build-ts-windows-vc14-x64] name=ts-windows-vc14-x64 compiler=vc14 arch=x64 -configure_options=--enable-snapshot-build --enable-debug-pack --with-pdo-oci=c:\php-sdk\oracle\x64\instantclient_12_1\sdk,shared --with-oci8-12c=c:\php-sdk\oracle\x64\instantclient_12_1\sdk,shared --enable-com-dotnet=shared --with-mcrypt=static --without-analyzer +configure_options=--enable-snapshot-build --enable-debug-pack --with-pdo-oci=c:/php-sdk/oracle/x64/instantclient_12_1/sdk,shared --with-oci8-12c=c:/php-sdk/oracle/x64/instantclient_12_1/sdk,shared --enable-com-dotnet=shared --with-mcrypt=static --without-analyzer platform=windows diff --git a/data/config/branch/x86/phpmaster.ini b/data/config/branch/x86/phpmaster.ini index 6f4232b..b263283 100644 --- a/data/config/branch/x86/phpmaster.ini +++ b/data/config/branch/x86/phpmaster.ini @@ -3,8 +3,8 @@ branch=master repo_name=phpnet repo_module=php-src.git repo_branch=refs/heads/master -build_dir=d:/obj -build_location=c:/php-sdk/snap_master/vc14/x86/ +build_dir=C:/php-snap-build/obj +build_location=C:/php-snap-build/snap_master/vc14/x86 appver= debug=0 pgo=0 -- PHP Webmaster List Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
