From 2d40aacd34f9a3c69977396484c956774eba4d9d Mon Sep 17 00:00:00 2001 From: david Date: Fri, 1 Mar 2013 05:09:36 +0000 Subject: [PATCH] Remove MSBUILDDISABLENODEREUSE that doesn't seem to actually work. --- mswin32/Makefile | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/mswin32/Makefile b/mswin32/Makefile index e93ce24ca..278931f5f 100644 --- a/mswin32/Makefile +++ b/mswin32/Makefile @@ -10,11 +10,8 @@ NMAP_MSWIN32_AUX = ../../nmap-mswin32-aux winbuild: nmap.rc nsis/Nmap.nsi LICENSE # VCExpress.exe is devenv.com with the commercial Visual Studio suite instead of VC++ Express -# MSBUILDDISABLENODEREUSE prevents zombie msbuild.exe processes that -# break subsequent builds. - MSBUILDDISABLENODEREUSE=1 \ - && "$(VCEXPRESS)" nmap.sln /build release /log $(LOGLOC) \ - && "$(VCEXPRESS)" nmap.sln /build release /project nmap-update /log $(LOGLOC) + "$(VCEXPRESS)" nmap.sln /build release /log $(LOGLOC) + "$(VCEXPRESS)" nmap.sln /build release /project nmap-update /log $(LOGLOC) $(MAKENSIS) winpcap/winpcap-nmap.nsi rm -rf nmap-$(NMAP_VERSION) rm -f nmap-$(NMAP_VERSION)-win32.zip