[grisbi-cvs] [SCM] grisbi branch, master, updated. upstream_version_0_7_99-3-g25a9770

chtibzh nobody at users.sourceforge.net
Mon Jan 24 21:23:51 CET 2011


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "grisbi".

The branch, master has been updated
       via  25a9770ebce7c5b17bd7b6ed6fc9eb9714e988da (commit)
       via  f579fe6d88c3d4a23bf49ba9a2ec76e1544fd376 (commit)
       via  1c0f220c65aafbe0183e5c32a2597e9dda850c11 (commit)
      from  6055f26465df70b1ebdd0eb42ce837ff731bb67b (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 25a9770ebce7c5b17bd7b6ed6fc9eb9714e988da
Author: dch <didier.chevalier35 at gmail.com>
Date:   Mon Jan 24 21:22:56 2011 +0100

    add lib\locale et shared\categories in the installer

commit f579fe6d88c3d4a23bf49ba9a2ec76e1544fd376
Merge: 1c0f220c65aafbe0183e5c32a2597e9dda850c11 6055f26465df70b1ebdd0eb42ce837ff731bb67b
Author: dch <didier.chevalier35 at gmail.com>
Date:   Sun Jan 23 22:58:13 2011 +0100

    Merge branch 'master' of ssh://grisbi.git.sourceforge.net/gitroot/grisbi/grisbi

commit 1c0f220c65aafbe0183e5c32a2597e9dda850c11
Author: dch <didier.chevalier35 at gmail.com>
Date:   Sun Jan 23 22:55:47 2011 +0100

    Add lib/locale for translation support

-----------------------------------------------------------------------

Changes:
diff --git a/win32-mingw/windows_installer.nsi b/win32-mingw/windows_installer.nsi
index e1a12d4..6a534d4 100644
--- a/win32-mingw/windows_installer.nsi
+++ b/win32-mingw/windows_installer.nsi
@@ -20,7 +20,7 @@
 !define PRODUCT "Grisbi" ;Name of the project
 !define MAJOR "0"        ;Major version number
 !define MINOR "7"        ;Minor version number
-!define PATCH "98"        ;Patch version number
+!define PATCH "99"        ;Patch version number
 !define STAGE "mingw testing pre release"     ;Developement stage id (RC, beta, alpha)
 !define SMALL_STAGE "mingw_test_pre_rel" ;Small dev stage id without spaces
 !define EXE_PATH "target\Win32" ;Path to the exe file you want to pack
@@ -137,6 +137,11 @@ Section $(ProgFiles)
   File "${EXE_PATH}\*.dll"
   File ..\win32\grisbi.ico
   File ..\win32\grisbi.ico
+
+  SetOutPath "$INSTDIR\lib"
+  File /r /x Makefile.am /x Makefile.in /x *.lib "${EXE_PATH}\lib\*.*"
+  SetOutPath "$INSTDIR\share"
+  File /r ..\share\*.*
   
   ;Store installation folder
   WriteRegStr HKLM "Software\${FULLNAME}" "" $INSTDIR


hooks/post-receive
-- 
grisbi


More information about the cvs mailing list