[grisbi-cvs] [SCM] grisbi branch, master, updated. upstream_version_0_7_4-107-g5b185a5

Pierre Biava nobody at users.sourceforge.net
Sat Nov 27 10:03:01 CET 2010


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  5b185a57f73fb1f3e5676688203d60e69456524b (commit)
      from  244723bd0cd396452c0f2c8afaeeddb288306c74 (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 5b185a57f73fb1f3e5676688203d60e69456524b
Author: pbiava <pierre.biava at nerim.net>
Date:   Sat Nov 27 10:02:16 2010 +0100

    add lv lang for windows

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

Changes:
diff --git a/win32-msvc/CMakeLists.txt b/win32-msvc/CMakeLists.txt
index 04a421a..2f256c0 100644
--- a/win32-msvc/CMakeLists.txt
+++ b/win32-msvc/CMakeLists.txt
@@ -411,7 +411,7 @@ TARGET_LINK_LIBRARIES( grisbi
 
 set_target_properties ( grisbi
 	PROPERTIES ENABLE_EXPORTS 1
-)	
+)
 
 ADD_DEPENDENCIES (grisbi prepare_env prepare_mo)
 
@@ -487,7 +487,7 @@ ADD_CUSTOM_COMMAND(TARGET prepare_env
 	POST_BUILD
 	COMMAND IF NOT EXIST target\\$(PlatformName)\\$(ConfigurationName) mkdir target\\$(PlatformName)\\$(ConfigurationName)
 )
-	
+
 
 # ADD_CUSTOM_COMMAND(TARGET prepare_env
 	# POST_BUILD
@@ -543,13 +543,14 @@ set(
   ../po/fr.po
   ../po/he.po
   ../po/it.po
+  ../po/lv.po
   ../po/nl.po
   ../po/pl.po
   ../po/pt_BR.po
   ../po/ro.po
   ../po/ru.po
   ../po/zh_CN.po
-) 
+)
 
 # set (
   # tips_po_files
@@ -571,15 +572,15 @@ foreach (current_po ${po_files})
     ${current_po}
     NAME_WE
   )
-  
+
   set(mo_file target\\lib\\locale\\${lang}\\LC_MESSAGES\\${PACKAGE_NAME}.mo)
-  
+
   add_custom_command(TARGET prepare_mo
     POST_BUILD
 	COMMAND IF NOT EXIST target\\lib\\locale\\${lang} mkdir target\\lib\\locale\\${lang}
 	COMMAND IF NOT EXIST target\\lib\\locale\\${lang}\\LC_MESSAGES mkdir target\\lib\\locale\\${lang}\\LC_MESSAGES
   )
-	
+
   add_custom_command(TARGET prepare_mo
 	POST_BUILD
     # OUTPUT ${mo_file}
@@ -587,22 +588,22 @@ foreach (current_po ${po_files})
     DEPENDS ${current_po}
   )
  endforeach (current_po)
- 
+
  # foreach (current_po ${tips_po_files})
   # get_filename_component(
     # lang
     # ${current_po}
     # NAME_WE
   # )
-  
+
   # set(mo_file target\\lib\\locale\\${lang}\\LC_MESSAGES\\${PACKAGE_NAME}-tips.mo)
-  
+
   # add_custom_command(TARGET prepare_mo
     # POST_BUILD
 	# COMMAND IF NOT EXIST target\\lib\\locale\\${lang} mkdir target\\lib\\locale\\${lang}
 	# COMMAND IF NOT EXIST target\\lib\\locale\\${lang}\\LC_MESSAGES mkdir target\\lib\\locale\\${lang}\\LC_MESSAGES
   # )
-	
+
   # add_custom_command(TARGET prepare_mo
 	# POST_BUILD
   ##  OUTPUT ${mo_file}
@@ -610,7 +611,7 @@ foreach (current_po ${po_files})
     # DEPENDS ${current_po}
   # )
  # endforeach (current_po)
- 
+
  add_custom_command(TARGET prepare_mo
 	POST_BUILD
 	COMMAND IF NOT EXIST target\\$(PlatformName)\\$(ConfigurationName)\\lib mkdir target\\$(PlatformName)\\$(ConfigurationName)\\lib


hooks/post-receive
-- 
grisbi


More information about the cvs mailing list