[git] Wincetools - branch, kdepimcetools, updated. be9c655efafbfe911133d62e1cad6f44f214e323

by Andre Heinecke cvs at cvs.gnupg.org
Fri Feb 11 12:09:46 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 "UNNAMED PROJECT".

The branch, kdepimcetools has been updated
       via  be9c655efafbfe911133d62e1cad6f44f214e323 (commit)
      from  fa7053a66ec86d46a9b5d963abe83b84c420b929 (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 be9c655efafbfe911133d62e1cad6f44f214e323
Author: Andre Heinecke <aheinecke at intevation.de>
Date:   Fri Feb 11 10:47:56 2011 +0000

    Use the loader again...

diff --git a/loader/CMakeLists.txt b/loader/CMakeLists.txt
index b79053d..f9a166f 100644
--- a/loader/CMakeLists.txt
+++ b/loader/CMakeLists.txt
@@ -17,7 +17,7 @@ add_executable(kmail-mobile-loader WIN32 himemce.c compat.c
   kernel32_kernel_private.h kernel32_process.c kernel32_module.c
   ntdll_error.c ntdll_loader.c ntdll_virtual.c
   server_protocol.h server_mapping.c splashscreen.cpp kmail-mobile.rc)
-#set_target_properties(kmail-mobile-loader PROPERTIES COMPILE_FLAGS -DUSE_LOADER)
+set_target_properties(kmail-mobile-loader PROPERTIES COMPILE_FLAGS -DUSE_LOADER)
 target_link_libraries(kmail-mobile-loader aygshell)
 install(TARGETS kmail-mobile-loader DESTINATION bin)
 
@@ -27,7 +27,7 @@ add_executable(notes-mobile-loader WIN32 himemce.c compat.c
   ntdll_error.c ntdll_loader.c ntdll_virtual.c
   server_protocol.h server_mapping.c splashscreen.cpp notes-mobile.rc)
 target_link_libraries(notes-mobile-loader aygshell)
-#set_target_properties(notes-mobile-loader PROPERTIES COMPILE_FLAGS -DUSE_LOADER)
+set_target_properties(notes-mobile-loader PROPERTIES COMPILE_FLAGS -DUSE_LOADER)
 install(TARGETS notes-mobile-loader DESTINATION bin)
 
 add_executable(kaddressbook-mobile-loader WIN32 himemce.c compat.c
@@ -36,7 +36,7 @@ add_executable(kaddressbook-mobile-loader WIN32 himemce.c compat.c
   ntdll_error.c ntdll_loader.c ntdll_virtual.c
   server_protocol.h server_mapping.c splashscreen.cpp kaddressbook-mobile.rc)
 target_link_libraries(kaddressbook-mobile-loader aygshell)
-#set_target_properties(kaddressbook-mobile-loader PROPERTIES COMPILE_FLAGS -DUSE_LOADER)
+set_target_properties(kaddressbook-mobile-loader PROPERTIES COMPILE_FLAGS -DUSE_LOADER)
 install(TARGETS kaddressbook-mobile-loader DESTINATION bin)
 
 add_executable(korganizer-mobile-loader WIN32 himemce.c compat.c
@@ -45,7 +45,7 @@ add_executable(korganizer-mobile-loader WIN32 himemce.c compat.c
   ntdll_error.c ntdll_loader.c ntdll_virtual.c
   server_protocol.h server_mapping.c splashscreen.cpp korganizer-mobile.rc)
 target_link_libraries(korganizer-mobile-loader aygshell)
-#set_target_properties(korganizer-mobile-loader PROPERTIES COMPILE_FLAGS -DUSE_LOADER)
+set_target_properties(korganizer-mobile-loader PROPERTIES COMPILE_FLAGS -DUSE_LOADER)
 install(TARGETS korganizer-mobile-loader DESTINATION bin)
 
 add_executable(tasks-mobile-loader WIN32 himemce.c compat.c
@@ -54,7 +54,7 @@ add_executable(tasks-mobile-loader WIN32 himemce.c compat.c
   ntdll_error.c ntdll_loader.c ntdll_virtual.c
   server_protocol.h server_mapping.c splashscreen.cpp tasks-mobile.rc)
 target_link_libraries(tasks-mobile-loader aygshell)
-#set_target_properties(tasks-mobile-loader PROPERTIES COMPILE_FLAGS -DUSE_LOADER)
+set_target_properties(tasks-mobile-loader PROPERTIES COMPILE_FLAGS -DUSE_LOADER)
 install(TARGETS tasks-mobile-loader DESTINATION bin)
 
 add_executable(kleopatra-loader WIN32 himemce.c compat.c

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

Summary of changes:
 loader/CMakeLists.txt |   10 +++++-----
 1 files changed, 5 insertions(+), 5 deletions(-)


hooks/post-receive
-- 
UNNAMED PROJECT
http://git.gnupg.org




More information about the Gnupg-commits mailing list