Lines Matching refs:build_dir
4 $build_dir = $argv[1]; variable
12 $is_debug = preg_match("/^debug/i", $build_dir);
14 echo "Making dist for $build_dir\n";
16 $dist_dir = $build_dir . "/php-" . phpversion();
17 $test_dir = $build_dir . "/php-test-pack-" . phpversion();
18 $pecl_dir = $build_dir . "/pecl-" . phpversion();
75 …global $build_dir, $extra_dll_deps, $ext_targets, $sapi_targets, $pecl_targets, $phpdll, $per_modu…
77 $bd = strtolower(realpath($build_dir));
232 copy("$build_dir/php.exe", "$dist_dir/php.exe");
234 copy_file_list($build_dir, "$dist_dir", [$phpdll]);
238 copy("$build_dir/$phplib", "$dist_dir/dev/$phplib");
242 copy("$build_dir/$phppdb", "$dist_dir/dev/$phppdb");
245 copy_file_list($build_dir, "$dist_dir", $sapi_targets);
248 copy_file_list($build_dir, "$dist_dir/ext", $ext_targets);
252 copy_file_list($build_dir, $pecl_dir, $pecl_targets);
290 Build: $build_dir