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;
76 …global $build_dir, $extra_dll_deps, $ext_targets, $sapi_targets, $pecl_targets, $phpdll, $per_modu…
78 $bd = strtolower(realpath($build_dir));
233 copy("$build_dir/php.exe", "$dist_dir/php.exe");
235 copy_file_list($build_dir, "$dist_dir", [$phpdll]);
239 copy("$build_dir/$phplib", "$dist_dir/dev/$phplib");
243 copy("$build_dir/$phppdb", "$dist_dir/dev/$phppdb");
246 copy_file_list($build_dir, "$dist_dir", $sapi_targets);
249 copy_file_list($build_dir, "$dist_dir/ext", $ext_targets);
253 copy_file_list($build_dir, $pecl_dir, $pecl_targets);
290 Build: $build_dir