Add the vcl/coretext source files

Change-Id: Ifa700d0dc9a5545254a4c04284dd3c3ad46f92cb
This commit is contained in:
Tor Lillqvist
2013-10-31 20:00:25 +02:00
committed by Jan Holesovsky
parent 7d92c0db2b
commit 2d8a981192

View File

@@ -262,6 +262,9 @@
BE82BE4318228BD200A447B5 /* virdev.cxx */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; name = virdev.cxx; path = ../../vcl/source/gdi/virdev.cxx; sourceTree = "<group>"; };
BE82BE4418228BD200A447B5 /* wall.cxx */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; name = wall.cxx; path = ../../vcl/source/gdi/wall.cxx; sourceTree = "<group>"; };
BE82BE4718228CA600A447B5 /* impbmp.hxx */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.h; name = impbmp.hxx; path = ../../vcl/inc/impbmp.hxx; sourceTree = "<group>"; };
BE82BE4B1822D10F00A447B5 /* ctfonts.cxx */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; name = ctfonts.cxx; path = ../../vcl/coretext/ctfonts.cxx; sourceTree = "<group>"; };
BE82BE4D1822D10F00A447B5 /* ctlayout.cxx */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; name = ctlayout.cxx; path = ../../vcl/coretext/ctlayout.cxx; sourceTree = "<group>"; };
BE82BE4E1822D10F00A447B5 /* salgdi2.cxx */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; name = salgdi2.cxx; path = ../../vcl/coretext/salgdi2.cxx; sourceTree = "<group>"; };
/* End PBXFileReference section */
/* Begin PBXFrameworksBuildPhase section */
@@ -478,6 +481,7 @@
BE82BDB51822617500A447B5 /* vcl */ = {
isa = PBXGroup;
children = (
BE82BE4A1822D0E900A447B5 /* coretext */,
BE82BDF11822626C00A447B5 /* gdi */,
BE82BDF01822625C00A447B5 /* headless */,
BE82BE4618228C6A00A447B5 /* inc */,
@@ -672,6 +676,16 @@
name = inc;
sourceTree = "<group>";
};
BE82BE4A1822D0E900A447B5 /* coretext */ = {
isa = PBXGroup;
children = (
BE82BE4B1822D10F00A447B5 /* ctfonts.cxx */,
BE82BE4D1822D10F00A447B5 /* ctlayout.cxx */,
BE82BE4E1822D10F00A447B5 /* salgdi2.cxx */,
);
name = coretext;
sourceTree = "<group>";
};
/* End PBXGroup section */
/* Begin PBXNativeTarget section */