diff options
| author | Werner Koch <[email protected]> | 2001-07-30 19:46:07 +0200 |
|---|---|---|
| committer | Werner Koch <[email protected]> | 2001-07-30 19:46:07 +0200 |
| commit | 8c4d2ca60968377bbfa587ec0dd7bfd17e5baae8 (patch) | |
| tree | 63c96cd5979fd58d6cd354ce294580176cdcdbdf /complus/Makefile.am | |
| parent | Timos fixes (diff) | |
| download | gpgme-8c4d2ca60968377bbfa587ec0dd7bfd17e5baae8.tar.gz gpgme-8c4d2ca60968377bbfa587ec0dd7bfd17e5baae8.zip | |
Encryption basically works.
Removed system specific files becuase they are now part of Mingw32/CPD
Diffstat (limited to 'complus/Makefile.am')
| -rw-r--r-- | complus/Makefile.am | 29 |
1 files changed, 21 insertions, 8 deletions
diff --git a/complus/Makefile.am b/complus/Makefile.am index ae05e45a..9da5b4bf 100644 --- a/complus/Makefile.am +++ b/complus/Makefile.am @@ -19,18 +19,31 @@ ## Process this file with automake to produce Makefile.in -EXTRA_DIST = WINE-LICENSE WINE-AUTHORS +# 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. +EXTRA_DIST = gpgcom.idl gpgcom.tlb gpgcom.rc -# No need to install this becuase we are cross-compiling anyway. -noinst_PROGRAMS = gpgcom +# No need to install this because we are cross-compiling anyway. +noinst_PROGRAMS = gpgcom tgpgcom INCLUDES = -I$(top_srcdir)/jnlib -LDADD = -L ../jnlib -ljnlib +LDADD = ../gpgme/libgpgme.la -L ../jnlib -ljnlib -lole32 -loleaut32 +gpgcom_LDADD = gpgcom_res.o $(LDADD) -comheaders = obj_base.h basetsd.h guiddef.h wtypes.h +gpgcom_SOURCES = gpgcom.c main.h \ + debug.c utf8.c \ + igpgme.h igpgme.c -gpgcom_SOURCES = main.c main.h \ - $(comheaders) \ - ignupg.c ignupg.h +tgpgcom_SOURCES = tgpgcom.c\ + debug.c \ + igpgme.h +#regtlb_SOURCES = regtlb.c +#guidgen_SOURCES = guidgen.c + +gpgcom_res.o: gpgcom.rc + mingw32 windres $< gpgcom_res.o |
