On Thu, Sep 29, 2011 at 03:41:38PM +0200, Дилян Палаузов wrote:
> * lib/crc32.c is included in both lib/libcyrus.a und
> lib/libcyrus_min.a, but the four crc32_ functions are only used
> within imap/libimap.a (in imap/message.c and map/mailbox.c). Is it
> fine, if lib/crc32.c is removed from both
On Sep 29, 2011, at 12:35 PM, Bron Gondwana wrote:
>>
>>
>
>> * What is Smakefile used for?
>
> Probably nothing any more.
>
It used to be used for our internal build process at Carnegie Mellon. We no
longer use it.
Thanks!
Dave
On Thu, Sep 29, 2011 at 03:41:38PM +0200, Дилян Палаузов wrote:
> Hello,
>
> I started working on Automake + cyrus imap and about the half of the
> work is done. I have some questions:
>
> * lib/crc32.c is included in both lib/libcyrus.a und
> lib/libcyrus_min.a, but the four crc32_ functions ar
Hello,
I started working on Automake + cyrus imap and about the half of the
work is done. I have some questions:
* lib/crc32.c is included in both lib/libcyrus.a und lib/libcyrus_min.a,
but the four crc32_ functions are only used within imap/libimap.a (in
imap/message.c and map/mailbox.c).