Skip to content

Commit 5a3688f

Browse files
committed
Merge branch 'PHP-7.1' into PHP-7.2
* PHP-7.1: Yet one /nologo
2 parents da9da57 + ba50b27 commit 5a3688f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

win32/build/Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -214,7 +214,7 @@ dist: all build-dist
214214
snap: build-snap build-devel build-dist
215215

216216
$(BUILD_DIR)\deplister.exe: win32\build\deplister.c
217-
$(CC) /Fo$(BUILD_DIR)\ /Fd$(BUILD_DIR)\ /Fp$(BUILD_DIR)\ /FR$(BUILD_DIR) /Fe$(BUILD_DIR)\deplister.exe win32\build\deplister.c imagehlp.lib
217+
$(CC) /nologo /Fo$(BUILD_DIR)\ /Fd$(BUILD_DIR)\ /Fp$(BUILD_DIR)\ /FR$(BUILD_DIR) /Fe$(BUILD_DIR)\deplister.exe win32\build\deplister.c imagehlp.lib
218218

219219
# need to redirect, since INSTALL is a file in the root...
220220
install: really-install install-sdk

0 commit comments

Comments
 (0)