* support/scripts/sdcc.nsi: cross compiling of WIN32 setup.exe on Linux
authorborutr <borutr@4a8a32a2-be11-0410-ad9d-d568d2c75423>
Sun, 17 Oct 2004 09:40:03 +0000 (09:40 +0000)
committerborutr <borutr@4a8a32a2-be11-0410-ad9d-d568d2c75423>
Sun, 17 Oct 2004 09:40:03 +0000 (09:40 +0000)
as a part of nightly build

git-svn-id: https://sdcc.svn.sourceforge.net/svnroot/sdcc/trunk/sdcc@3543 4a8a32a2-be11-0410-ad9d-d568d2c75423

ChangeLog
support/scripts/sdcc.nsi

index c7fa4c679ed54bbbf5b16891b5195a76f1f4b8a2..809288453ceb3bb167e08c465d9b05bc70422b95 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2004-10-17 Borut Razem <borut.razem AT siol.net>
+
+       * support/scripts/sdcc.nsi: cross compiling of WIN32 setup.exe on Linux
+       as a part of nightly build
+
 2004-10-16 Vangelis Rokas <vrokas AT otenet.gr>
 
        * src/pic16/gen.c (struct _G): added field useWreg, is set to 1 when
index 31a3380a37a5579f4462ce3f4c77f5098381eabf..a7b90bd31aea5a5804cebbb3c7cbd45f06775c8f 100644 (file)
@@ -441,7 +441,7 @@ SectionEnd
 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
 
 !verbose 3
-!include "WinMessages.NSH"
+!include "WinMessages.nsh"
 !verbose 4
 
 ; AddToPath - Adds the given dir to the search path.