Searched refs:phpdll (Results 1 – 1 of 1) sorted by relevance
/PHP-7.0/win32/build/ |
H A D | mkdist.php | 6 $phpdll = $argv[3]; variable 75 …global $build_dir, $extra_dll_deps, $ext_targets, $sapi_targets, $pecl_targets, $phpdll, $per_modu… 96 $depbase == $phpdll) && file_exists($GLOBALS['build_dir'] . "/$depbase")) { 230 copy_file_list($build_dir, "$dist_dir", [$phpdll]); 233 $phplib = str_replace(".dll", ".lib", $phpdll); 237 $phppdb = str_replace(".dll", ".pdb", $phpdll);
|
Completed in 5 milliseconds