mirror of
https://github.com/nmap/nmap.git
synced 2026-05-13 08:46:45 +00:00
Remove MSBUILDDISABLENODEREUSE that doesn't seem to actually work.
This commit is contained in:
parent
5583156725
commit
2d40aacd34
1 changed files with 2 additions and 5 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue