mirror of
https://github.com/nmap/nmap.git
synced 2026-09-21 15:46:45 +00:00
Remove msvcr71.dll stuff since I'm not sure we need it and my new py2exe doesn't copy it over
This commit is contained in:
parent
127e05713b
commit
c3dd2ca0f9
1 changed files with 0 additions and 3 deletions
|
|
@ -240,7 +240,6 @@ Section "Zenmap (GUI Frontend)" SecZenmap
|
|||
File ..\nmap-${VERSION}\zenmap.exe
|
||||
File ..\nmap-${VERSION}\ZENMAP_README
|
||||
File ..\nmap-${VERSION}\COPYING_HIGWIDGETS
|
||||
File ..\nmap-${VERSION}\msvcr71.dll
|
||||
File ..\nmap-${VERSION}\python26.dll
|
||||
File /r ..\nmap-${VERSION}\share
|
||||
File /r ..\nmap-${VERSION}\py2exe
|
||||
|
|
@ -258,7 +257,6 @@ Section "Ndiff" SecNdiff
|
|||
SetOverwrite on
|
||||
File ..\nmap-${VERSION}\ndiff.exe
|
||||
File ..\nmap-${VERSION}\NDIFF_README
|
||||
File ..\nmap-${VERSION}\msvcr71.dll
|
||||
File ..\nmap-${VERSION}\python26.dll
|
||||
File /r ..\nmap-${VERSION}\py2exe
|
||||
SectionEnd
|
||||
|
|
@ -338,7 +336,6 @@ Section "Uninstall"
|
|||
Delete "$INSTDIR\winpcap-nmap*.exe"
|
||||
Delete "$INSTDIR\zenmap.exe"
|
||||
Delete "$INSTDIR\ndiff.exe"
|
||||
Delete "$INSTDIR\msvcr71.dll"
|
||||
Delete "$INSTDIR\python26.dll"
|
||||
Delete "$INSTDIR\NDIFF_README"
|
||||
Delete "$INSTDIR\ZENMAP_README"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue