aboutsummaryrefslogtreecommitdiff
path: root/nx-X11/extras/freetype2/src/pfr/Jamfile
diff options
context:
space:
mode:
Diffstat (limited to 'nx-X11/extras/freetype2/src/pfr/Jamfile')
-rw-r--r--nx-X11/extras/freetype2/src/pfr/Jamfile21
1 files changed, 21 insertions, 0 deletions
diff --git a/nx-X11/extras/freetype2/src/pfr/Jamfile b/nx-X11/extras/freetype2/src/pfr/Jamfile
new file mode 100644
index 000000000..4c38a2de9
--- /dev/null
+++ b/nx-X11/extras/freetype2/src/pfr/Jamfile
@@ -0,0 +1,21 @@
+# FreeType 2 src/pfr Jamfile (c) 2002 David Turner
+#
+
+SubDir FT2_TOP $(FT2_SRC_DIR) pfr ;
+
+{
+ local _sources ;
+
+ if $(FT2_MULTI)
+ {
+ _sources = pfrdrivr pfrgload pfrload pfrobjs pfrcmap pfrsbit ;
+ }
+ else
+ {
+ _sources = pfr ;
+ }
+
+ Library $(FT2_LIB) : $(_sources).c ;
+}
+
+# end of src/pfr Jamfile