libtool/tests/demo
Ralf Wildenhues 6df45ac3ae Fix symlist variable path to use _WIN32 instead of __WINDOWS__.
* libltdl/config/ltmain.m4sh, libltdl/libltdl/lt_system.h,
libltdl/m4/libtool.m4, tests/demo/foo.h, tests/pdemo/foo.h:
Change __WINDOWS__ to _WIN32.
Report by Charles Wilson.

Signed-off-by: Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2010-08-28 17:30:01 +02:00
..
.cvsignore spurious commit abort earlier :-( 2003-10-14 21:46:13 +00:00
.gitignore Add .gitignore files. 2008-04-16 21:31:03 +02:00
configure.ac * HACKING (Licensing Rules): Explain the various license texts 2007-03-25 12:12:44 +00:00
dlmain.c Uniform const'ness of symlist variable lt_preloaded_symbols. 2010-08-28 14:51:36 +02:00
foo.c * HACKING (Licensing Rules): Explain the various license texts 2007-03-25 12:12:44 +00:00
foo.h Fix symlist variable path to use _WIN32 instead of __WINDOWS__. 2010-08-28 17:30:01 +02:00
hell1.c * HACKING (Licensing Rules): Explain the various license texts 2007-03-25 12:12:44 +00:00
hell2.c * HACKING (Licensing Rules): Explain the various license texts 2007-03-25 12:12:44 +00:00
hello.c * HACKING (Licensing Rules): Explain the various license texts 2007-03-25 12:12:44 +00:00
main.c * HACKING (Licensing Rules): Explain the various license texts 2007-03-25 12:12:44 +00:00
Makefile.am * tests/cdemo, tests/depdemo, tests/fcdemo, tests/pdemo, 2008-01-31 16:19:18 +00:00
README spurious commit abort earlier :-( 2003-10-14 21:46:13 +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>.