Home
last modified time | relevance | path

Searched refs:phpdll (Results 1 – 1 of 1) sorted by relevance

/PHP-7.4/win32/build/
H A Dmkdist.php7 $phpdll = $argv[4]; variable
70 …global $build_dir, $extra_dll_deps, $ext_targets, $sapi_targets, $pecl_targets, $phpdll, $per_modu…
91 $depbase == $phpdll) && file_exists($GLOBALS['build_dir'] . "/$depbase")) {
229 copy_file_list($build_dir, "$dist_dir", [$phpdll]);
232 $phplib = str_replace(".dll", ".lib", $phpdll);
236 $phppdb = str_replace(".dll", ".pdb", $phpdll);

Completed in 5 milliseconds