summaryrefslogtreecommitdiff
path: root/devel/ft2build.h
diff options
context:
space:
mode:
authorDavid Turner <david@freetype.org>2003-02-25 21:45:29 +0000
committerDavid Turner <david@freetype.org>2003-02-25 21:45:29 +0000
commit641afc9c8871ed8044011929b1b1785ef3ccee0a (patch)
tree844494ddfe9dc964e4953dce694f48b47ba8e232 /devel/ft2build.h
parentb848b682742ce509f1da529e7e759006726806ff (diff)
downloadfreetype2-641afc9c8871ed8044011929b1b1785ef3ccee0a.tar.gz
adding development directoryVER-2-1-4-RC2
Diffstat (limited to 'devel/ft2build.h')
-rw-r--r--devel/ft2build.h41
1 files changed, 41 insertions, 0 deletions
diff --git a/devel/ft2build.h b/devel/ft2build.h
new file mode 100644
index 000000000..da8b65555
--- /dev/null
+++ b/devel/ft2build.h
@@ -0,0 +1,41 @@
+/***************************************************************************/
+/* */
+/* ft2build.h */
+/* */
+/* FreeType 2 build and setup macros. */
+/* (Generic version) */
+/* */
+/* Copyright 1996-2001 by */
+/* David Turner, Robert Wilhelm, and Werner Lemberg. */
+/* */
+/* This file is part of the FreeType project, and may only be used, */
+/* modified, and distributed under the terms of the FreeType project */
+/* license, LICENSE.TXT. By continuing to use, modify, or distribute */
+/* this file you indicate that you have read the license and */
+/* understand and accept it fully. */
+/* */
+/***************************************************************************/
+
+
+ /*
+ * this is a development version of <ft2build.h> that is used
+ * to build the library in debug mode. Its only difference with
+ * the reference is that is forces the use of the local "ftoption.h"
+ * which contains different settings for all configuration macros
+ *
+ * to use it, you must define the environment variable FT2_BUILD_INCLUDE
+ * to point to the directory containing these two files ("ft2build.h" and
+ * "ftoption.h"), then invoke Jam as usual
+ */
+
+#ifndef __FT2_BUILD_GENERIC_H__
+#define __FT2_BUILD_GENERIC_H__
+
+#define FT_CONFIG_OPTIONS_H <ftoption.h>
+
+#include <freetype/config/ftheader.h>
+
+#endif /* __FT2_BUILD_GENERIC_H__ */
+
+
+/* END */