Skip to content

Commit

Permalink
Yet one /nologo
Browse files Browse the repository at this point in the history
  • Loading branch information
weltling committed Nov 2, 2017
1 parent 8a3e2a6 commit f5358c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion win32/build/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,7 @@ dist: all build-dist
snap: build-snap build-devel build-dist

$(BUILD_DIR)\deplister.exe: win32\build\deplister.c
$(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
$(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

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

0 comments on commit f5358c0

Please sign in to comment.