X-Git-Url: https://git.gag.com/?a=blobdiff_plain;ds=inline;f=support%2Fscripts%2Fsdcc.nsi;h=442b0259e21c3b31d602d5c5b0666c70b128c632;hb=8896255d6fe6aa1028acc4a62e1a7bc20fe5a02a;hp=e1034d818ebcf41b8f7dcc4dab6a4505ed178860;hpb=7b24096468476858bf146e008b3deacc6e76cef6;p=fw%2Fsdcc diff --git a/support/scripts/sdcc.nsi b/support/scripts/sdcc.nsi index e1034d81..442b0259 100644 --- a/support/scripts/sdcc.nsi +++ b/support/scripts/sdcc.nsi @@ -153,6 +153,7 @@ Section "SDCC application files" File "${SDCC_ROOT}\bin\sdcc.exe" File "${SDCC_ROOT}\bin\sdcclib.exe" File "${SDCC_ROOT}\bin\sdcpp.exe" + File "${SDCC_ROOT}\bin\readline5.dll" SectionEnd Section "ucSim application files" @@ -639,6 +640,8 @@ Section Uninstall Delete "$INSTDIR\bin\sdcc.exe" Delete "$INSTDIR\bin\sdcclib.exe" Delete "$INSTDIR\bin\sdcpp.exe" + Delete "$INSTDIR\bin\readline5.dll" + Delete "$INSTDIR\bin\s51.exe" Delete "$INSTDIR\bin\savr.exe"