summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorH. Peter Anvin <hpa@zytor.com>2009-07-05 18:24:30 -0700
committerH. Peter Anvin <hpa@zytor.com>2009-07-05 18:24:30 -0700
commit3692a63e0ce705aff3fd8204cd91cc40b2aafa39 (patch)
treeb6acc3eb2756329a7bdfa59653642a3c5afb2b98
parent662b3fe3a4bf19d9ba527bc245a03133d0a2808c (diff)
downloadnasm-3692a63e0ce705aff3fd8204cd91cc40b2aafa39.tar.gz
nasm.nsi: add additional rdf2bin aliases
Add additiona rdf2bin aliases to nasm.nsi Signed-off-by: H. Peter Anvin <hpa@zytor.com>
-rw-r--r--nasm.nsi4
1 files changed, 4 insertions, 0 deletions
diff --git a/nasm.nsi b/nasm.nsi
index 84972aea..83d75080 100644
--- a/nasm.nsi
+++ b/nasm.nsi
@@ -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"