1
0
mirror of https://github.com/php/php-src.git synced 2026-03-29 03:32:20 +02:00

silence the lib.exe

This commit is contained in:
Anatol Belski
2014-12-01 08:42:21 +01:00
parent 8199278ffb
commit f15463bf39

View File

@@ -1099,7 +1099,7 @@ function SAPI(sapiname, file_list, makefiletarget, cflags, obj_dir)
manifest = "-@$(_VC_MANIFEST_EMBED_DLL)";
} else if (makefiletarget.match(new RegExp("\\.lib$"))) {
ldflags = "$(ARFLAGS)";
ld = "$(MAKE_LIB)";
ld = "@$(MAKE_LIB)";
} else {
ldflags = "$(LDFLAGS)";
manifest = "-@$(_VC_MANIFEST_EMBED_EXE)";