README 1.1 KB

123456789101112131415161718192021222324252627
  1. For conditions of distribution and use, see copyright notice in libmng.h
  2. or the file LICENSE in the top-level directory of the source distribution.
  3. This directory hosts the makefiles for a number of supported platforms.
  4. If you're using a system with POSIX shell capabilities, you can use the
  5. 'configure' script in the top-level directory, or generate it by running
  6. 'autogen.sh' if you have the necessary tools installed.
  7. Otherwise, copy the module for your environment (or the closest thing)
  8. into the libmng source-directory and change it to your needs. If you
  9. create a new file for a platform not on the list send it to me (gerard @
  10. libmng.com) and I'll be happy to include it in the next release!
  11. Current files:
  12. makefile.bcb3 - Borland C++ Builder
  13. makefile.vcwin32 - Microsoft Visual C++
  14. makefile.unix - generic Unix
  15. makefile.linux - Linux ELF (builds shared library)
  16. makefile.dj - DJGPP
  17. makefile.mingw - builds a static library for mingw32
  18. makefile.mingwdll - builds a dynamic library for mingw32
  19. makefile.irix - builds a static library for SGI/IRIX (6.5.21)
  20. Makefile.am, configure.in and acinclude.m4 (if present) - automake/autoconf source