@@ -142,17 +142,6 @@ skip:
142
142
!insertmacro MUI_STARTMENU_WRITE_END
143
143
SectionEnd
144
144
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
-
156
145
Section " Manual" SecManual
157
146
SetOutPath " $INSTDIR"
158
147
File " ${objdir}\doc\nasmdoc.pdf"
@@ -172,13 +161,11 @@ SectionEnd
172
161
; Language strings
173
162
LangString DESC_SecNasm ${LANG_ENGLISH} " NASM assembler and disassember modules"
174
163
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)"
176
164
LangString DESC_SecVS8 ${LANG_ENGLISH} " Visual Studio 2008 NASM integration (rules file)"
177
165
178
166
; Assign language strings to sections
179
167
!insertmacro MUI_FUNCTION_DESCRIPTION_BEGIN
180
168
!insertmacro MUI_DESCRIPTION_TEXT ${SecNasm} $(DESC_SecNasm)
181
- !insertmacro MUI_DESCRIPTION_TEXT ${SecRdoff} $(DESC_SecRdoff)
182
169
!insertmacro MUI_DESCRIPTION_TEXT ${SecManual} $(DESC_SecManual)
183
170
!insertmacro MUI_DESCRIPTION_TEXT ${SecVS8} $(DESC_SecVS8)
184
171
!insertmacro MUI_FUNCTION_DESCRIPTION_END
0 commit comments