diff --git a/docs/internals/build-system.html b/docs/internals/build-system.html new file mode 100644 index 000000000..b80f2c160 --- /dev/null +++ b/docs/internals/build-system.html @@ -0,0 +1,359 @@ + + + + + + + FreeType 2 Internals - I/O Frames + + + + + +
+

+FreeType 2.0 Build System

+ +
+

+© 2000 David Turner (david@freetype.org)
+© 2000 The FreeType Development Team +(devel@freetype.org) +

+ +


+


+
  +

Introduction:

+ + +


+ +

I. Features and Background:

+ + +


+ +

II. Host Platform Detection

+ + +


+ +

III. Building the library

+ + +


+ +

IIV. Managing the list of modules

+ + +


+ +

V. Building the demonstration programs

+ + +


+ diff --git a/docs/internals/demo-programs.png b/docs/internals/demo-programs.png new file mode 100644 index 000000000..692b27771 Binary files /dev/null and b/docs/internals/demo-programs.png differ diff --git a/docs/internals/drivers-list.png b/docs/internals/drivers-list.png new file mode 100644 index 000000000..b5a52748a Binary files /dev/null and b/docs/internals/drivers-list.png differ diff --git a/docs/internals/library-compilation.png b/docs/internals/library-compilation.png new file mode 100644 index 000000000..a12505b01 Binary files /dev/null and b/docs/internals/library-compilation.png differ diff --git a/docs/internals/platform-detection.png b/docs/internals/platform-detection.png new file mode 100644 index 000000000..9a504b45e Binary files /dev/null and b/docs/internals/platform-detection.png differ