summaryrefslogtreecommitdiff
path: root/win32/build/Makefile
diff options
context:
space:
mode:
authorAnatol Belski <ab@php.net>2014-07-18 18:38:57 +0200
committerAnatol Belski <ab@php.net>2014-07-18 18:38:57 +0200
commitc5ccaf1d04fe20dc117b81764041c47efcb9b156 (patch)
tree9b087a23df8e51eabf5aa6daefdcb618894aeaa8 /win32/build/Makefile
parent35b077f53e0f8a1debc8bbacf1328b40c62099ab (diff)
downloadphp-git-c5ccaf1d04fe20dc117b81764041c47efcb9b156.tar.gz
implemented copy libs of core exts in phpize mode
Diffstat (limited to 'win32/build/Makefile')
-rw-r--r--win32/build/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/win32/build/Makefile b/win32/build/Makefile
index e2d62545b8..53cb52adaf 100644
--- a/win32/build/Makefile
+++ b/win32/build/Makefile
@@ -183,7 +183,7 @@ msi-installer: dist
# need to redirect, since INSTALL is a file in the root...
install: really-install install-sdk
-build-lib:
+build-lib: build-ext-libs
@if not exist $(BUILD_DIR_DEV)\lib mkdir $(BUILD_DIR_DEV)\lib >nul
@copy $(BUILD_DIR)\$(PHPLIB) $(BUILD_DIR_DEV)\lib /y >nul