DavidWyand-GG 7dbfe6994d Engine directory for ticket #1 13 years ago
..
Makefile.am 7dbfe6994d Engine directory for ticket #1 13 years ago
README 7dbfe6994d Engine directory for ticket #1 13 years ago
configure.in 7dbfe6994d Engine directory for ticket #1 13 years ago
makefile.bcb3 7dbfe6994d Engine directory for ticket #1 13 years ago
makefile.dj 7dbfe6994d Engine directory for ticket #1 13 years ago
makefile.linux 7dbfe6994d Engine directory for ticket #1 13 years ago
makefile.mingw 7dbfe6994d Engine directory for ticket #1 13 years ago
makefile.mingwdll 7dbfe6994d Engine directory for ticket #1 13 years ago
makefile.qnx 7dbfe6994d Engine directory for ticket #1 13 years ago
makefile.unix 7dbfe6994d Engine directory for ticket #1 13 years ago
makefile.vcwin32 7dbfe6994d Engine directory for ticket #1 13 years ago

README

For conditions of distribution and use, see copyright notice in libmng.h
or the file LICENSE in the top-level directory of the source distribution.

This directory hosts the makefiles for a number of supported platforms.

If you're using a system with POSIX shell capabilities, you can use the
'configure' script in the top-level directory, or generate it by running
'autogen.sh' if you have the necessary tools installed.

Otherwise, copy the module for your environment (or the closest thing)
into the libmng source-directory and change it to your needs. If you
create a new file for a platform not on the list send it to me (gerard @
libmng.com) and I'll be happy to include it in the next release!


Current files:

makefile.bcb3 - Borland C++ Builder
makefile.vcwin32 - Microsoft Visual C++
makefile.unix - generic Unix
makefile.linux - Linux ELF (builds shared library)
makefile.dj - DJGPP
makefile.mingw - builds a static library for mingw32
makefile.mingwdll - builds a dynamic library for mingw32
makefile.irix - builds a static library for SGI/IRIX (6.5.21)

Makefile.am, configure.in and acinclude.m4 (if present) - automake/autoconf source