[git] Wincetools - branch, kdepimcetools, updated. 8691bd49a7c88aa8909e395aec3ba9d75f8db098

by Andreas Holzammer cvs at cvs.gnupg.org
Mon Jan 31 10:02:20 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  8691bd49a7c88aa8909e395aec3ba9d75f8db098 (commit)
      from  8ab1608b4c98ac0fe9f14070c574523df01d8f84 (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 8691bd49a7c88aa8909e395aec3ba9d75f8db098
Author: Andreas Holzammer <andreas.holzammer at kdab.com>
Date:   Mon Jan 31 09:41:53 2011 +0100

    use for kleopatra also the laoder

diff --git a/loader/CMakeLists.txt b/loader/CMakeLists.txt
index 73ad9f8..e384053 100644
--- a/loader/CMakeLists.txt
+++ b/loader/CMakeLists.txt
@@ -52,6 +52,14 @@ add_executable(tasks-mobile-loader WIN32 himemce.c compat.c
 target_link_libraries(tasks-mobile-loader aygshell)
 install(TARGETS tasks-mobile-loader DESTINATION bin)
 
+add_executable(kleopatra-loader WIN32 himemce.c compat.c
+  my_winternl.h
+  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 kleopatra.rc)
+target_link_libraries(kleopatra-loader aygshell)
+install(TARGETS kleopatra-loader DESTINATION bin)
+
 add_library(splashscreen SHARED dummy.cpp splashscreen.rc)
 SET_TARGET_PROPERTIES(splashscreen PROPERTIES LINK_FLAGS /NOENTRY)
 install(TARGETS splashscreen DESTINATION bin)
diff --git a/loader/icons/kleopatra.ico b/loader/icons/kleopatra.ico
new file mode 100644
index 0000000..81f1890
Binary files /dev/null and b/loader/icons/kleopatra.ico differ
diff --git a/loader/kleopatra.rc b/loader/kleopatra.rc
new file mode 100644
index 0000000..72e257b
--- /dev/null
+++ b/loader/kleopatra.rc
@@ -0,0 +1 @@
+KLEOPATRA_MOBILE_ICON ICON "icons\kleopatra.ico"

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

Summary of changes:
 loader/CMakeLists.txt      |    8 ++++++++
 loader/icons/kleopatra.ico |  Bin 0 -> 16958 bytes
 loader/kleopatra.rc        |    1 +
 3 files changed, 9 insertions(+), 0 deletions(-)
 create mode 100644 loader/icons/kleopatra.ico
 create mode 100644 loader/kleopatra.rc


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




More information about the Gnupg-commits mailing list