From: borutr Date: Sun, 17 Oct 2004 09:40:03 +0000 (+0000) Subject: * support/scripts/sdcc.nsi: cross compiling of WIN32 setup.exe on Linux X-Git-Url: https://git.gag.com/?a=commitdiff_plain;h=7c10ac7e90bbe4388df1271052c3b01cb1a230b1;p=fw%2Fsdcc * support/scripts/sdcc.nsi: cross compiling of WIN32 setup.exe on Linux as a part of nightly build git-svn-id: https://sdcc.svn.sourceforge.net/svnroot/sdcc/trunk/sdcc@3543 4a8a32a2-be11-0410-ad9d-d568d2c75423 --- diff --git a/ChangeLog b/ChangeLog index c7fa4c67..80928845 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2004-10-17 Borut Razem + + * support/scripts/sdcc.nsi: cross compiling of WIN32 setup.exe on Linux + as a part of nightly build + 2004-10-16 Vangelis Rokas * src/pic16/gen.c (struct _G): added field useWreg, is set to 1 when diff --git a/support/scripts/sdcc.nsi b/support/scripts/sdcc.nsi index 31a3380a..a7b90bd3 100644 --- a/support/scripts/sdcc.nsi +++ b/support/scripts/sdcc.nsi @@ -441,7 +441,7 @@ SectionEnd ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; !verbose 3 -!include "WinMessages.NSH" +!include "WinMessages.nsh" !verbose 4 ; AddToPath - Adds the given dir to the search path.