diff options
author | Werner Koch <[email protected]> | 2007-01-08 12:05:07 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 2007-01-08 12:05:07 +0000 |
commit | fca9d331d2c7a825c132a756a97a74325b381b2c (patch) | |
tree | 5fbb98cc93ebf18320c9d1d39d89de451ab09935 /complus | |
parent | 2007-01-05 Marcus Brinkmann <[email protected]> (diff) | |
download | gpgme-fca9d331d2c7a825c132a756a97a74325b381b2c.tar.gz gpgme-fca9d331d2c7a825c132a756a97a74325b381b2c.zip |
Fixes for building without gpgsm and for W32
Diffstat (limited to 'complus')
-rw-r--r-- | complus/Makefile.am | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/complus/Makefile.am b/complus/Makefile.am index 1965b9ff..f893d282 100644 --- a/complus/Makefile.am +++ b/complus/Makefile.am @@ -19,11 +19,11 @@ ## Process this file with automake to produce Makefile.in -# Because there is no free IDL compiler for OLE, we have to distribute -# a binary typelibrary. To generate a new one, copy the idl file to a -# system with an install MIDL and run the command -# midl /nocpp gpgcom.idl -# Sorry, there is no other way yet. +# Because WIDL does not yet fully support generation of typelibs, we +# have to distribute a binary type library. To generate a new one, +# copy the idl file to a system with an install MIDL and run the +# command "midl /nocpp gpgcom.idl". Sorry, there is no other way yet. + EXTRA_DIST = gpgcom.idl gpgcom.tlb gpgcom.rc vbtest.html vbtest.vbs README # No need to install this because we are cross-compiling anyway. |