[nasm:master] nsis: remove references to RDOFF tools

nasm-bot for H. Peter Anvin hpa at zytor.com
Tue Nov 8 18:23:32 PST 2022


Commit-ID:  d794e0e593be662f67079b9f8bc3999c381ce4a5
Gitweb:     http://repo.or.cz/w/nasm.git?a=commitdiff;h=d794e0e593be662f67079b9f8bc3999c381ce4a5
Author:     H. Peter Anvin <hpa at zytor.com>
AuthorDate: Tue, 8 Nov 2022 18:22:25 -0800
Committer:  H. Peter Anvin <hpa at zytor.com>
CommitDate: Tue, 8 Nov 2022 18:22:25 -0800

nsis: remove references to RDOFF tools

The rdoff tools are gone; obviously we can't expect to install them.

Signed-off-by: H. Peter Anvin <hpa at zytor.com>


---
 nsis/nasm.nsi | 13 -------------
 1 file changed, 13 deletions(-)

diff --git a/nsis/nasm.nsi b/nsis/nasm.nsi
index ad368e57..674c9aba 100644
--- a/nsis/nasm.nsi
+++ b/nsis/nasm.nsi
@@ -142,17 +142,6 @@ skip:
     !insertmacro MUI_STARTMENU_WRITE_END
 SectionEnd
 
-Section "RDOFF" SecRdoff
-    File "${objdir}\rdoff\ldrdf.exe"
-    File "${objdir}\rdoff\rdf2bin.exe"
-    File "${objdir}\rdoff\rdf2com.exe"
-    File "${objdir}\rdoff\rdf2ith.exe"
-    File "${objdir}\rdoff\rdf2ihx.exe"
-    File "${objdir}\rdoff\rdf2srec.exe"
-    File "${objdir}\rdoff\rdfdump.exe"
-    File "${objdir}\rdoff\rdflib.exe"
-SectionEnd
-
 Section "Manual" SecManual
     SetOutPath "$INSTDIR"
     File "${objdir}\doc\nasmdoc.pdf"
@@ -172,13 +161,11 @@ SectionEnd
     ;Language strings
     LangString DESC_SecNasm ${LANG_ENGLISH}     "NASM assembler and disassember modules"
     LangString DESC_SecManual ${LANG_ENGLISH}   "Complete NASM manual (pdf file)"
-    LangString DESC_SecRdoff ${LANG_ENGLISH}    "RDOFF utilities (you may not need it if you don't know what is it)"
     LangString DESC_SecVS8 ${LANG_ENGLISH}      "Visual Studio 2008 NASM integration (rules file)"
 
     ;Assign language strings to sections
     !insertmacro MUI_FUNCTION_DESCRIPTION_BEGIN
     !insertmacro MUI_DESCRIPTION_TEXT ${SecNasm} $(DESC_SecNasm)
-    !insertmacro MUI_DESCRIPTION_TEXT ${SecRdoff} $(DESC_SecRdoff)
     !insertmacro MUI_DESCRIPTION_TEXT ${SecManual} $(DESC_SecManual)
     !insertmacro MUI_DESCRIPTION_TEXT ${SecVS8} $(DESC_SecVS8)
     !insertmacro MUI_FUNCTION_DESCRIPTION_END


More information about the Nasm-commits mailing list