libtool/demo
Gary V. Vaughan b5f5cb9c41 * demo/dlmain.c (_WIN32): The lt_symlist structure is now const,
so my original horrible temporary win32 hack no longer worked.
Here is a new horrible temporary hack to prevent helldl from SEGVing
on win32.  I will fix this properly when we figure out how to do
data exports from dlls.
1999-02-15 14:23:02 +00:00
..
.cvsignore Minor cosmetic fixe and CVS administrivia. 1998-10-27 16:09:56 +00:00
configure.in * *demo/Makefile.am: use $(MATHLIB) 1999-02-13 15:43:04 +00:00
dlmain.c * demo/dlmain.c (_WIN32): The lt_symlist structure is now const, 1999-02-15 14:23:02 +00:00
foo.c *** empty log message *** 1999-01-09 09:51:44 +00:00
foo.h *** empty log message *** 1999-01-13 21:39:14 +00:00
hello.c *** empty log message *** 1998-12-31 11:25:57 +00:00
main.c *** empty log message *** 1998-12-31 11:25:57 +00:00
Makefile.am * libtool.m4 (AC_CHECK_LIBM): do not set MATHLIB or AC_SUBST it, 1999-02-14 03:04:51 +00:00
README *** empty log message *** 1998-02-12 05:45:15 +00:00
run.test Initial revision 1997-04-01 19:18:28 +00:00

This is GNU hell, an example package that uses GNU libtool with an
Automake-generated environment to build a simple library and program.

Admittedly, it would be better if this was a more realistic example,
say, a program that actually did something useful, but we can't have
everything.

Send bug reports and comments about GNU hell to the libtool mailing
list <bug-libtool@gnu.org>.