Lines Matching refs:build_dir
5 $build_dir = $argv[2]; variable
13 $is_debug = preg_match("/^debug/i", $build_dir);
15 echo "Making dist for $build_dir\n";
17 $dist_dir = $build_dir . "/php-" . $php_version;
18 $test_dir = $build_dir . "/php-test-pack-" . $php_version;
19 $pecl_dir = $build_dir . "/pecl-" . $php_version;
70 …global $build_dir, $extra_dll_deps, $ext_targets, $sapi_targets, $pecl_targets, $phpdll, $per_modu…
72 $bd = strtolower(realpath($build_dir));
227 copy("$build_dir/php.exe", "$dist_dir/php.exe");
229 copy_file_list($build_dir, "$dist_dir", [$phpdll]);
233 copy("$build_dir/$phplib", "$dist_dir/dev/$phplib");
237 copy("$build_dir/$phppdb", "$dist_dir/dev/$phppdb");
240 copy_file_list($build_dir, "$dist_dir", $sapi_targets);
243 copy_file_list($build_dir, "$dist_dir/ext", $ext_targets);
247 copy_file_list($build_dir, $pecl_dir, $pecl_targets);
283 Build: $build_dir