1
0
mirror of https://github.com/nmap/nmap.git synced 2026-01-05 14:09:02 +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:
fyodor
2009-01-24 02:02:38 +00:00
parent 127e05713b
commit c3dd2ca0f9

View File

@@ -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"