nasm.nsi: add additional rdf2bin aliases

Add additiona rdf2bin aliases to nasm.nsi

Signed-off-by: H. Peter Anvin <hpa@zytor.com>
This commit is contained in:
H. Peter Anvin 2009-07-05 18:24:30 -07:00
parent 662b3fe3a4
commit 3692a63e0c

View file

@ -57,7 +57,9 @@ Section "${PACKAGE_NAME}"
File "rdoff/ldrdf.exe"
File "rdoff/rdf2bin.exe"
File "rdoff/rdf2com.exe"
File "rdoff/rdf2ith.exe"
File "rdoff/rdf2ihx.exe"
File "rdoff/rdf2srec.exe"
File "rdoff/rdfdump.exe"
File "rdoff/rdflib.exe"
File "rdoff/rdx.exe"
@ -91,7 +93,9 @@ Section "Uninstall"
Delete /rebootok "$INSTDIR\rdx.exe"
Delete /rebootok "$INSTDIR\rdflib.exe"
Delete /rebootok "$INSTDIR\rdfdump.exe"
Delete /rebootok "$INSTDIR\rdf2srec.exe"
Delete /rebootok "$INSTDIR\rdf2ihx.exe"
Delete /rebootok "$INSTDIR\rdf2ith.exe"
Delete /rebootok "$INSTDIR\rdf2com.exe"
Delete /rebootok "$INSTDIR\rdf2bin.exe"
Delete /rebootok "$INSTDIR\ndisasm.exe"