summaryrefslogtreecommitdiff
path: root/modules/makefile.msc
diff options
context:
space:
mode:
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