[grisbi-cvs] [SCM] grisbi branch, pbiava_integration_mac_osx, updated. upstream_version_0_7_3-28-g0402360
Gunee
nobody at users.sourceforge.net
Mon Sep 13 21:54:00 CEST 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, pbiava_integration_mac_osx has been updated
via 04023603e9d206b4f4920c6d7fdeb7e4666a66c7 (commit)
from 758e99a581c64cc76a943d1b27e3bc794ba1faab (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 04023603e9d206b4f4920c6d7fdeb7e4666a66c7
Author: William OLLIVIER <guneemwelloeux at users.sourceforge.net>
Date: Mon Sep 13 21:52:56 2010 +0200
Fixed windows makefile
-----------------------------------------------------------------------
Changes:
diff --git a/win32-msvc/CMakeLists.txt b/win32-msvc/CMakeLists.txt
index 275d08e..10f3eb2 100644
--- a/win32-msvc/CMakeLists.txt
+++ b/win32-msvc/CMakeLists.txt
@@ -98,18 +98,18 @@ SET (grisbi_source
../src/affichage_liste.h
../src/barre_outils.c
../src/barre_outils.h
- ../bet_config.c
- ../bet_config.h
- ../bet_data.c
- ../bet_data.h
- ../bet_data_finance.c
- ../bet_data_finance.h
- ../bet_finance_ui.c
- ../bet_finance_ui.h
- ../bet_future.c
- ../bet_future.h
- ../bet_hist.c
- ../bet_hist.h
+ ../src/bet_config.c
+ ../src/bet_config.h
+ ../src/bet_data.c
+ ../src/bet_data.h
+ ../src/bet_data_finance.c
+ ../src/bet_data_finance.h
+ ../src/bet_finance_ui.c
+ ../src/bet_finance_ui.h
+ ../src/bet_future.c
+ ../src/bet_future.h
+ ../src/bet_hist.c
+ ../src/bet_hist.h
../src/bet_tab.c
../src/bet_tab.h
../src/categories_onglet.c
@@ -551,12 +551,12 @@ set(
../po/zh_CN.po
)
-set (
- tips_po_files
- ../help/tips/de.po
- ../help/tips/es.po
- ../help/tips/fr.po
-)
+# set (
+ # tips_po_files
+ # ../help/tips/de.po
+ # ../help/tips/es.po
+ # ../help/tips/fr.po
+# )
set (msgfmt msgfmt.exe)
@@ -588,28 +588,28 @@ foreach (current_po ${po_files})
)
endforeach (current_po)
- foreach (current_po ${tips_po_files})
- get_filename_component(
- lang
- ${current_po}
- NAME_WE
- )
+ # 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)
+ # 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
+ # 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}
- COMMAND ${msgfmt} -c ${current_po} -o ${mo_file}
- DEPENDS ${current_po}
- )
- endforeach (current_po)
+ # add_custom_command(TARGET prepare_mo
+ # POST_BUILD
+ ## OUTPUT ${mo_file}
+ # COMMAND ${msgfmt} -c ${current_po} -o ${mo_file}
+ # DEPENDS ${current_po}
+ # )
+ # endforeach (current_po)
add_custom_command(TARGET prepare_mo
POST_BUILD
hooks/post-receive
--
grisbi
More information about the cvs
mailing list