We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 09d3b73 commit 1300017Copy full SHA for 1300017
win32/build/Makefile
@@ -210,9 +210,6 @@ snap: build-snap build-devel build-dist
210
$(BUILD_DIR)\deplister.exe: win32\build\deplister.c
211
$(CC) /Fo$(BUILD_DIR)\ /Fd$(BUILD_DIR)\ /Fp$(BUILD_DIR)\ /FR$(BUILD_DIR) /Fe$(BUILD_DIR)\deplister.exe win32\build\deplister.c imagehlp.lib
212
213
-msi-installer: dist
214
- $(BUILD_DIR)\php.exe ..\php-installer\build-installer.php "$(BUILD_DIR)" "$(PHPDLL)" "$(SAPI_TARGETS)" "$(EXT_TARGETS)" "$(PECL_TARGETS)"
215
-
216
# need to redirect, since INSTALL is a file in the root...
217
install: really-install install-sdk
218
0 commit comments