[svn] GPGol - r122 - trunk/src

svn author marcus cvs at cvs.gnupg.org
Sat Oct 22 14:39:28 CEST 2005


Author: marcus
Date: 2005-10-22 14:39:27 +0200 (Sat, 22 Oct 2005)
New Revision: 122

Modified:
   trunk/src/Makefile.am
Log:
Add comment about the static library situation.

Modified: trunk/src/Makefile.am
===================================================================
--- trunk/src/Makefile.am	2005-10-21 13:24:47 UTC (rev 121)
+++ trunk/src/Makefile.am	2005-10-22 12:39:27 UTC (rev 122)
@@ -48,7 +48,10 @@
 
 # W32API 3.2 comes with an unusable libmapi32.a.  We build our own
 # version.  Note the omission of -k (--kill-at) from the DLLTOOL
-# command line.
+# command line.  We also create our own virtual copies to the _static_
+# versions of GPGME and gpg-error, because we want to link to them
+# statically, and not dynamically (otherwise Outlook would not find
+# them).
 gpgol_DEPENDENCIES = libmapi32.a libgpgme.a libgpg-error.a
 
 libmapi32.a: mapi32.def




More information about the Gnupg-commits mailing list