public inbox for cygwin@cygwin.com
 help / color / mirror / Atom feed
* [ANN] Updated dllhelpers package
@ 2002-02-10 18:29 Charles Wilson
  0 siblings, 0 replies; only message in thread
From: Charles Wilson @ 2002-02-10 18:29 UTC (permalink / raw)
  To: cygwin

I've added a few new examples to dllhelpers.  Get 'em here:

http://www.neuro.gatech.edu/users/cwilson/cygutils/V1.1/dll-stuff/

The new examples are:

(1) c_autotools:   building a C DLL with autotools
(2) cxx_autotools: building a C++ DLL with autotools

These require the "devel" versions of the autotools, and use the 
auto-import features supported by those packages

(3) c_autotools_old: building a C DLL with autotools
(4) cxx_autotools_old: building a C++ DLL with autotools

These require the "stable" versions of the autotools, and do not use 
auto-import features (which means that the dreaded __declspec() macros 
and wierd compile-time definitions are back).  They are HEAVILY based on 
  the goat book:
   http://sources.redhat.com/autobook/autobook/autobook_242.html#SEC242
libtool-1.4.2 DOES handle a lot of the ugliness for you, but the new 
"devel" features exploited by the first two examples are MUCH cleaner.

--Chuck


--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Bug reporting:         http://cygwin.com/bugs.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2002-02-11  2:29 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2002-02-10 18:29 [ANN] Updated dllhelpers package Charles Wilson

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).