summaryrefslogtreecommitdiff
path: root/src/cache/Jamfile
diff options
context:
space:
mode:
authorDavid Turner <david@freetype.org>2002-11-06 22:32:54 +0000
committerDavid Turner <david@freetype.org>2002-11-06 22:32:54 +0000
commit60b32e16e75cd3387160487693a24b61b08684b6 (patch)
treee3182c99d56b3586ff8426ed1ca23c17ba8d5bb5 /src/cache/Jamfile
parent54b0bca50c7bdfb8e820b2b4081b1f9b96d58bca (diff)
downloadfreetype2-60b32e16e75cd3387160487693a24b61b08684b6.tar.gz
2002-11-05 David Turner <david@freetype.org>
* include/freetype/config/ftoption.h, src/gzip/ftgzip.c: added support for the FT_CONFIG_OPTION_SYSTEM_ZLIB option, used to specify the use of system-wide zlib. Note that this macro, as well as FT_CONFIG_OPTION_BYTECODE_INTERPRETER, is not #undef-ed anymore. This allows the build system to define them depending on the configuration (typically by adding -D flags at compile time). * src/sfnt/ttcmap0.c (tt_face_build_cmaps): removed compiler warnings in optimized mode relative to the "volatile" local variables. This was not a compiler bug after all, but the fact that a pointer to a volatile variable is not the same than a volatile pointer to a variable :-) the fix was to change "volatile FT_Byte* p" into "FT_Byte* volatile p" * src/pfr/pfrload.c, src/pfr/pfrdrivr.c, src/gzip/inftrees.c: removed compiler warnings in optimized modes * src/gzip/*.[hc]: modified our ZLib copy in order to prevent exporting any zlib function names outside of the component. This prevents linking problems on some platforms, when applications want to link FreeType _and_ ZLib together. 2002-11-05 Juliusz <jch@pps.jussieu.fr> * src/psaux/psobjs.c (ps_table_add): modified increment loop in order to implement exponential behaviour
Diffstat (limited to 'src/cache/Jamfile')
-rw-r--r--src/cache/Jamfile4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/cache/Jamfile b/src/cache/Jamfile
index 3148f558e..099fd5e36 100644
--- a/src/cache/Jamfile
+++ b/src/cache/Jamfile
@@ -1,9 +1,7 @@
# FreeType 2 src/cache Jamfile (c) 2001 David Turner
#
-SubDir FT2_TOP src cache ;
-
-SubDirHdrs [ FT2_SubDir src cache ] ;
+SubDir FT2_TOP $(FT2_SRC_DIR) cache ;
# The file <freetype/ftcache.h> contains some macro definitions that are
# later used in #include statements related to the cache sub-system. It