Zlib version:     1.2.3
LibPNG version:   1.2.12
Freetype version: 2.2.1

Zlib details:
- Compiler: MSVC2003
- Run-time library: Multithreaded
- Calling convention: __stdcall (ZLIB_WINAPI - add as compile option!)

LibPNG details:
- Compiler: MSVC2003
- Run-time library: Multithreaded
- Calling convention: __cdecl

Freetype details:
- Compiler: MSVC2003
- Run-time library: Multithreaded
- Calling convention: __stdcall (FREETYPE_WINAPI)

- Freetype Modules:
  src/bdf/bdf.c           -- BDF font driver
  src/cff/cff.c           -- CFF/OpenType font driver
  src/sfnt/sfnt.c         -- SFNT files support
  src/truetype/truetype.c -- TrueType font driver
- Freetype auxiliary libraries:
  src/raster/raster.c     -- monochrome rasterizer
  src/smooth/smooth.c     -- anti-aliasing rasterizer
  src/pshinter/pshinter.c -- PS hinting module
  src/psnames/psnames.c   -- PostScript glyph names support