From b227a512012454297b5bc3eeecc5eba8907b675c Mon Sep 17 00:00:00 2001 From: Wez Furlong Date: Sun, 5 Jun 2005 02:33:26 +0000 Subject: make "nmake install" more verbose. --- win32/build/Makefile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'win32') diff --git a/win32/build/Makefile b/win32/build/Makefile index 20d81693ef..d249efa1be 100644 --- a/win32/build/Makefile +++ b/win32/build/Makefile @@ -134,8 +134,11 @@ install: really-install really-install: @if not exist $(PHP_PREFIX) mkdir $(PHP_PREFIX) + @echo Installing files under $(PHP_PREFIX) @copy $(BUILD_DIR)\*.exe $(PHP_PREFIX) /y >nul @copy $(BUILD_DIR)\*.dll $(PHP_PREFIX) /y >nul - $(PHP_PREFIX)\php.exe -n -dextension_dir=$(PHP_PREFIX) win32/build/registersyslog.php $(PHP_PREFIX)\$(PHPDLL) + @echo Registering event source with syslog (requires admin rights) + @echo It's okay for this step to fail: + -$(PHP_PREFIX)\php.exe -n -dextension_dir=$(PHP_PREFIX) win32/build/registersyslog.php $(PHP_PREFIX)\$(PHPDLL) -- cgit v1.2.1