diff options
Diffstat (limited to 'modules/makefile.msc')
-rw-r--r-- | modules/makefile.msc | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/modules/makefile.msc b/modules/makefile.msc index e56edf6a..5d5786f0 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 syriac thai +MODULES = arabic hangul hebrew indic syriac thai khmer !IFNDEF MODULE @@ -43,6 +43,10 @@ OBJECTS = syriac-fc.obj syriac-ot.obj OBJECTS = thai-fc.obj thai-shaper.obj !ENDIF +!IFDEF OBJ_khmer +OBJECTS = khmer_fc.obj +!ENDIF + !IFNDEF OBJECTS OBJECTS = $(MODULE)-fc.obj !ENDIF |