From: borutr Date: Thu, 7 Sep 2006 09:10:32 +0000 (+0000) Subject: * support/scripts/sdcc.nsi: added SDCDB executables in a separate X-Git-Url: https://git.gag.com/?a=commitdiff_plain;h=936090f8104a5c82a7b790fb8c70b9e744bd0d39;hp=c295cb1801e51adf80fe38235d41085aca7ca064;p=fw%2Fsdcc * support/scripts/sdcc.nsi: added SDCDB executables in a separate section git-svn-id: https://sdcc.svn.sourceforge.net/svnroot/sdcc/trunk/sdcc@4368 4a8a32a2-be11-0410-ad9d-d568d2c75423 --- diff --git a/ChangeLog b/ChangeLog index f2b7699d..4f53037e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2006-09-07 Borut Razem + + * support/scripts/sdcc.nsi: added SDCDB executables in a separate + section + 2006-09-06 Borut Razem * support/scripts/sdcc.nsi: fixed Error: unterminated string parsing diff --git a/support/scripts/sdcc.nsi b/support/scripts/sdcc.nsi index 05c119aa..d9e5319f 100644 --- a/support/scripts/sdcc.nsi +++ b/support/scripts/sdcc.nsi @@ -60,9 +60,9 @@ SetCompressor /SOLID lzma !system "unix2dos ${SDCC_ROOT}\doc\ChangeLog_head.txt" = 0 !system "unix2dos ${SDCC_ROOT}\doc\README.TXT" = 0 -InstType "Full (Bin, ucSim, Doc, Lib, Src)" -InstType "Medium (Bin, ucSim, Doc, Lib)" -InstType "Compact (Bin, ucSim, Doc)" +InstType "Full (Bin, ucSim, SDCDB, Doc, Lib, Src)" +InstType "Medium (Bin, ucSim, SDCDB, Doc, Lib)" +InstType "Compact (Bin, ucSim, SDCDB, Doc)" ;-------------------------------- ;Variables @@ -164,6 +164,13 @@ Section "ucSim application files" File "${SDCC_ROOT}\bin\sz80.exe" SectionEnd +Section "SDCDB files" + SectionIn 1 2 3 + File "${SDCC_ROOT}\bin\sdcdb.exe" + File "${SDCC_ROOT}\bin\sdcdb.el" + File "${SDCC_ROOT}\bin\sdcdbsrc.el" +SectionEnd + Section "SDCC documentation" SectionIn 1 2 3 SetOutPath "$INSTDIR\doc"