mirror of
https://github.com/php/php-src.git
synced 2025-08-18 23:18:56 +02:00
Merge branch 'PHP-5.5' into PHP-5.6
* PHP-5.5: create the php prefix if doesn't exist
This commit is contained in:
commit
8cc8d4830a
1 changed files with 1 additions and 0 deletions
|
@ -1989,6 +1989,7 @@ function generate_makefile()
|
||||||
var lib = "php_" + extensions_enabled[i][0] + ".lib";
|
var lib = "php_" + extensions_enabled[i][0] + ".lib";
|
||||||
var dll = "php_" + extensions_enabled[i][0] + ".dll";
|
var dll = "php_" + extensions_enabled[i][0] + ".dll";
|
||||||
MF.WriteLine(" @copy $(BUILD_DIR)\\" + lib + " $(BUILD_DIR_DEV)\\lib");
|
MF.WriteLine(" @copy $(BUILD_DIR)\\" + lib + " $(BUILD_DIR_DEV)\\lib");
|
||||||
|
MF.WriteLine(" @if not exist $(PHP_PREFIX) mkdir $(PHP_PREFIX) >nul");
|
||||||
MF.WriteLine(" @copy $(BUILD_DIR)\\" + dll + " $(PHP_PREFIX)");
|
MF.WriteLine(" @copy $(BUILD_DIR)\\" + dll + " $(PHP_PREFIX)");
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue