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();
69 …global $build_dir, $extra_dll_deps, $ext_targets, $sapi_targets, $pecl_targets, $phpdll, $per_modu…
71 $bd = strtolower(realpath($build_dir));
211 copy("$build_dir/php.exe", "$dist_dir/php.exe");
212 copy("$build_dir/$phpdll", "$dist_dir/$phpdll");
216 copy("$build_dir/$phplib", "$dist_dir/dev/$phplib");
220 copy("$build_dir/$phppdb", "$dist_dir/dev/$phppdb");
223 copy_file_list($build_dir, "$dist_dir", $sapi_targets);
226 copy_file_list($build_dir, "$dist_dir/ext", $ext_targets);
230 copy_file_list($build_dir, $pecl_dir, $pecl_targets);
270 Build: $build_dir