Skip to content

Commit f5358c0

Browse files
committed
Yet one /nologo
1 parent 8a3e2a6 commit f5358c0

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
@@ -208,7 +208,7 @@ dist: all build-dist
208208
snap: build-snap build-devel build-dist
209209

210210
$(BUILD_DIR)\deplister.exe: win32\build\deplister.c
211-
$(PHP_CL) /Fo$(BUILD_DIR)\ /Fd$(BUILD_DIR)\ /Fp$(BUILD_DIR)\ /FR$(BUILD_DIR) /Fe$(BUILD_DIR)\deplister.exe win32\build\deplister.c imagehlp.lib
211+
$(PHP_CL) /nologo /Fo$(BUILD_DIR)\ /Fd$(BUILD_DIR)\ /Fp$(BUILD_DIR)\ /FR$(BUILD_DIR) /Fe$(BUILD_DIR)\deplister.exe win32\build\deplister.c imagehlp.lib
212212

213213
msi-installer: dist
214214
$(BUILD_DIR)\php.exe ..\php-installer\build-installer.php "$(BUILD_DIR)" "$(PHPDLL)" "$(SAPI_TARGETS)" "$(EXT_TARGETS)" "$(PECL_TARGETS)"

0 commit comments

Comments
 (0)