summaryrefslogtreecommitdiff
path: root/modules/makefile.msc
diff options
context:
space:
mode:
authorOwen Taylor <otaylor@redhat.com>2004-11-22 20:31:11 +0000
committerOwen Taylor <otaylor@src.gnome.org>2004-11-22 20:31:11 +0000
commitf4bbca78a0c8acc3ce6792532ca1f86663b68d71 (patch)
tree372f3ded7d044af32599ece2167bc600b40b3c99 /modules/makefile.msc
parent878588edfd26a03c2765024cc38de6f4f16d7e8f (diff)
downloadpango-f4bbca78a0c8acc3ce6792532ca1f86663b68d71.tar.gz
Add Syriac module by Emil Soleyman-Zomalan. (#147779)
Mon Nov 22 15:21:11 2004 Owen Taylor <otaylor@redhat.com> * modules/syriac configure.in modules/Makefile.am modules/makefile.msc: Add Syriac module by Emil Soleyman-Zomalan. (#147779) * examples/Makefile.am examples/syriac.utf: Syriac example text.
Diffstat (limited to 'modules/makefile.msc')
-rw-r--r--modules/makefile.msc6
1 files changed, 5 insertions, 1 deletions
diff --git a/modules/makefile.msc b/modules/makefile.msc
index eef35ba9..e56edf6a 100644
--- a/modules/makefile.msc
+++ b/modules/makefile.msc
@@ -1,6 +1,6 @@
# modles for the ft2 backend, don't include 'basic'
# here it is built-in pangoft.dll, see ../pango/makefile.msc
-MODULES = arabic hangul hebrew indic thai
+MODULES = arabic hangul hebrew indic syriac thai
!IFNDEF MODULE
@@ -35,6 +35,10 @@ OBJECTS = hebrew-fc.obj hebrew-shaper.obj
OBJECTS = indic-fc.obj indic-ot.obj indic-ot-class-tables.obj mprefixups.obj
!ENDIF
+!IFDEF OBJ_syriac
+OBJECTS = syriac-fc.obj syriac-ot.obj
+!ENDIF
+
!IFDEF OBJ_thai
OBJECTS = thai-fc.obj thai-shaper.obj
!ENDIF