summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAntoine Leca <antoine-freetype@leca-marti.org>2004-04-12 18:09:00 +0000
committerAntoine Leca <antoine-freetype@leca-marti.org>2004-04-12 18:09:00 +0000
commit497cc7c4bfa1a5eb1a08d81242848afc0a1c4624 (patch)
treef510c0223ed8e19cdbfce0e2917216168023ccbc
parent161438c5b67881251d437c0664b2844aa775b779 (diff)
downloadfreetype2-497cc7c4bfa1a5eb1a08d81242848afc0a1c4624.tar.gz
Jamfile to bring in the new lzw module.
My first try at this exercise, please report problems, I lack experience! Antoine
-rw-r--r--src/lzw/Jamfile9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/lzw/Jamfile b/src/lzw/Jamfile
new file mode 100644
index 000000000..995cbb98c
--- /dev/null
+++ b/src/lzw/Jamfile
@@ -0,0 +1,9 @@
+# FreeType 2 src/lzw Jamfile (C) 2004 David Turner
+#
+
+SubDir FT2_TOP $(FT2_SRC_DIR) lzw ;
+
+Library $(FT2_LIB) : ftlzw.c ;
+
+# end of src/lzw Jamfile
+