aseprite/third_party
2010-08-25 16:20:30 -03:00
..
freetype Add CMakeLists.txt files. 2010-08-10 21:49:32 -03:00
gtest Add gtest source code. 2010-08-25 15:53:05 -03:00
jpeg Add CMakeLists.txt files. 2010-08-10 21:49:32 -03:00
libart_lgpl Add CMakeLists.txt files. 2010-08-10 21:49:32 -03:00
libpng Add CMakeLists.txt files. 2010-08-10 21:49:32 -03:00
loadpng Add CMakeLists.txt files. 2010-08-10 21:49:32 -03:00
tinyxml Fix warnings in GCC (unused variables, size_t and int comparisons, unhandled enum cases in switch, etc.). 2010-08-11 23:42:03 -03:00
vaca Move common definitions in cflags to the main CMakeLists.txt file. 2010-08-25 16:20:30 -03:00
zlib Add CMakeLists.txt files. 2010-08-10 21:49:32 -03:00
CMakeLists.txt Add -D_CRT_SECURE_NO_WARNINGS to third party code so we don't get warnings about "insecure" C functions with MSVC compiler. 2010-08-25 16:18:46 -03:00
README.txt Moved vaca/README.txt comments to third_party/README.txt. 2010-03-10 17:17:24 -03:00

Here are third-party libraries from other people with necessary
componentes for ASE only, I removed some unnecessary files.

gfli/

  Routines to load/save FLI/FLC files.  This is a shortened and
  modified version of gfli 1.3 (I fix some bugs with color chunks),
  you can get the entire package from:

    http://www.gimp.org/	(search in the plug-ins)

jpeg/

  Routines to load/save JPEG files.  This is a shortened version of
  jpeg 6b, you can get the entire package from:

    http://www.ijg.org/

libart_lgpl/

  Routines to handle paths.  This is a shortened version of libart
  2.3.3, you can get the entire package from:

    http://www.levien.com/libart/

libgd/

  Routines to manage images.  This is a shortened version of libgd
  2.0.35, you can get the entire package from:

    http://www.libgd.org/

libpng/

  Routines to load/save PNG files.  This is a shortened version of
  libpng 1.2.20, you can get the entire package from:

    http://www.libpng.org/

lua/

  Routines to do scripting. This is a shortened and modified version
  of lua 5.0, you can get the entire package from:

    http://www.lua.org/

  Also, this version has a patch to make the operator != works like ~=

vaca/

  This directory contains some code that is an attempt to merge Jinete
  source code (the original ASE GUI library which uses Allegro) and Vaca
  library (a Win32 wrapper).

  Some of this code should be merge to Vaca trunk in the near future.
  See Vaca home page for more information:

    http://vaca.sourceforge.net/

zlib/

  Used by libpng. This is a shortened version of zlib 1.2.3.

    http://www.zlib.net/

----------------------------------------------------------------------
			                              David A. Capello