freetype2/config/unix
Werner Lemberg bd5ae40006 Run g++ on the FreeType library. This should make the use of code in
C++ programs easier:

  Renamed FT_WordXX to FT_UIntXX.

  Changed a lot of void* to FT_Byte* if related to i/o streams -- FreeType
  always accesses streams byte-wise, so this makes sense IMHO.

  Added a lot of #ifdef __cplusplus to header files (and removed a few).

  Other minor syntax fixes (mostly casts).

  Replaced the variable `private' with `private_dict' -- `private' is
  reserved in C++.
2000-07-05 04:32:02 +00:00
..
aclocal.m4 Added pre-liminary autoconf support files for Unix. Note that these don't work 2000-04-10 12:11:33 +00:00
config.guess applying formatting again 2000-06-25 06:47:11 +00:00
config.sub applying formatting again 2000-06-25 06:47:11 +00:00
configure.in Added pre-liminary autoconf support files for Unix. Note that these don't work 2000-04-10 12:11:33 +00:00
detect.mk A complete revision of FreeType 2's GNU makefiles (of the library): 2000-06-11 03:46:57 +00:00
ftconfig.in Run g++ on the FreeType library. This should make the use of code in 2000-07-05 04:32:02 +00:00
ftsystem.c Formatting; adding some tracing code. 2000-06-02 21:31:32 +00:00
install-sh Added pre-liminary autoconf support files for Unix. Note that these don't work 2000-04-10 12:11:33 +00:00
ltconfig Added pre-liminary autoconf support files for Unix. Note that these don't work 2000-04-10 12:11:33 +00:00
ltmain.sh Added pre-liminary autoconf support files for Unix. Note that these don't work 2000-04-10 12:11:33 +00:00
mkinstalldirs Added pre-liminary autoconf support files for Unix. Note that these don't work 2000-04-10 12:11:33 +00:00
net.m4 Added pre-liminary autoconf support files for Unix. Note that these don't work 2000-04-10 12:11:33 +00:00
unix-dev.mk A complete revision of FreeType 2's GNU makefiles (of the library): 2000-06-11 03:46:57 +00:00
unix-gcc.mk A complete revision of FreeType 2's GNU makefiles (of the library): 2000-06-11 03:46:57 +00:00
unix.in Added pre-liminary autoconf support files for Unix. Note that these don't work 2000-04-10 12:11:33 +00:00
unix.mk A complete revision of FreeType 2's GNU makefiles (of the library): 2000-06-11 03:46:57 +00:00