diff options
author | Khaled Hosny <khaledhosny@eglug.org> | 2013-06-02 12:43:36 +0200 |
---|---|---|
committer | Khaled Hosny <khaledhosny@eglug.org> | 2013-06-03 15:11:54 +0200 |
commit | ee9fd88741202a95b47886116815b04f643459d4 (patch) | |
tree | eba42ac287ecafe41f6007b6c5891a2765e48dbc /vcl/Library_vcl.mk | |
parent | ea8422d42e838e7ddfeb8d9f77f3ecedecb29ce8 (diff) |
Get the new Core Text code to compile
Change-Id: I592158bd60afcbe756c6f0e11aa69a44768a0985
Diffstat (limited to 'vcl/Library_vcl.mk')
-rw-r--r-- | vcl/Library_vcl.mk | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/vcl/Library_vcl.mk b/vcl/Library_vcl.mk index d5496e3af991..b1f3f491ad0d 100644 --- a/vcl/Library_vcl.mk +++ b/vcl/Library_vcl.mk @@ -344,10 +344,9 @@ vcl_quartz_code= \ vcl/quartz/utils \ vcl_coretext_code= \ - vcl/coretext/salcoretextfontutils \ - vcl/coretext/salcoretextlayout \ - vcl/coretext/salcoretextstyle \ - vcl/coretext/salgdi \ + vcl/coretext/ctfonts \ + vcl/coretext/ctlayout \ + vcl/coretext/salgdi2 \ # GUIBASE specific stuff |