Skip to content

Commit d794e0e

Browse files
author
H. Peter Anvin
committed
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 <[email protected]>
1 parent 15a02b5 commit d794e0e

File tree

1 file changed

+0
-13
lines changed

1 file changed

+0
-13
lines changed

nsis/nasm.nsi

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -142,17 +142,6 @@ skip:
142142
!insertmacro MUI_STARTMENU_WRITE_END
143143
SectionEnd
144144

145-
Section "RDOFF" SecRdoff
146-
File "${objdir}\rdoff\ldrdf.exe"
147-
File "${objdir}\rdoff\rdf2bin.exe"
148-
File "${objdir}\rdoff\rdf2com.exe"
149-
File "${objdir}\rdoff\rdf2ith.exe"
150-
File "${objdir}\rdoff\rdf2ihx.exe"
151-
File "${objdir}\rdoff\rdf2srec.exe"
152-
File "${objdir}\rdoff\rdfdump.exe"
153-
File "${objdir}\rdoff\rdflib.exe"
154-
SectionEnd
155-
156145
Section "Manual" SecManual
157146
SetOutPath "$INSTDIR"
158147
File "${objdir}\doc\nasmdoc.pdf"
@@ -172,13 +161,11 @@ SectionEnd
172161
;Language strings
173162
LangString DESC_SecNasm ${LANG_ENGLISH} "NASM assembler and disassember modules"
174163
LangString DESC_SecManual ${LANG_ENGLISH} "Complete NASM manual (pdf file)"
175-
LangString DESC_SecRdoff ${LANG_ENGLISH} "RDOFF utilities (you may not need it if you don't know what is it)"
176164
LangString DESC_SecVS8 ${LANG_ENGLISH} "Visual Studio 2008 NASM integration (rules file)"
177165

178166
;Assign language strings to sections
179167
!insertmacro MUI_FUNCTION_DESCRIPTION_BEGIN
180168
!insertmacro MUI_DESCRIPTION_TEXT ${SecNasm} $(DESC_SecNasm)
181-
!insertmacro MUI_DESCRIPTION_TEXT ${SecRdoff} $(DESC_SecRdoff)
182169
!insertmacro MUI_DESCRIPTION_TEXT ${SecManual} $(DESC_SecManual)
183170
!insertmacro MUI_DESCRIPTION_TEXT ${SecVS8} $(DESC_SecVS8)
184171
!insertmacro MUI_FUNCTION_DESCRIPTION_END

0 commit comments

Comments
 (0)