mirror of
https://github.com/php/php-src.git
synced 2025-08-16 05:58:45 +02:00
let phpize profit from /mp as well
This commit is contained in:
parent
9a3af83ee2
commit
db6cc049ad
1 changed files with 2 additions and 2 deletions
|
@ -1429,7 +1429,7 @@ function ADD_SOURCES(dir, file_list, target, obj_dir)
|
|||
obj = src.replace(re, ".obj");
|
||||
tv += " " + sub_build + obj;
|
||||
|
||||
if (!MODE_PHPIZE && !PHP_MP_DISABLED) {
|
||||
if (!PHP_MP_DISABLED) {
|
||||
if (i > 0) {
|
||||
objs_line += " " + sub_build + obj;
|
||||
srcs_line += " " + dir + "\\" + src;
|
||||
|
@ -1448,7 +1448,7 @@ function ADD_SOURCES(dir, file_list, target, obj_dir)
|
|||
}
|
||||
}
|
||||
|
||||
if (!MODE_PHPIZE && !PHP_MP_DISABLED) {
|
||||
if (!PHP_MP_DISABLED) {
|
||||
MFO.WriteLine(objs_line + ": " + srcs_line);
|
||||
MFO.WriteLine("\t$(CC) $(" + flags + ") $(CFLAGS) /Fo" + sub_build + " $(" + bd_flags_name + ") /c " + srcs_line);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue