summaryrefslogtreecommitdiff
path: root/vcl/Library_vcl.mk
diff options
context:
space:
mode:
authorChris Sherlock <chris.sherlock79@gmail.com>2014-04-15 00:13:51 +1000
committerChris Sherlock <chris.sherlock79@gmail.com>2014-04-16 07:33:58 +1000
commitd92ee5d8bebdd6f120c7478127a1be5f78d4b1af (patch)
tree9bae335954f2182e786f97db10d865df21d5ac77 /vcl/Library_vcl.mk
parent5a35cb3e7fdb67f4f75435ab8869f8d973ae5daf (diff)
Split outdev3.cxx
Split outdev3.cxx into font and text functions Change-Id: I535dbbce055246865d4d5b62fb1ea5b991fb4663
Diffstat (limited to 'vcl/Library_vcl.mk')
-rw-r--r--vcl/Library_vcl.mk3
1 files changed, 2 insertions, 1 deletions
diff --git a/vcl/Library_vcl.mk b/vcl/Library_vcl.mk
index b6660074c8e6..b1fd7e8d52fe 100644
--- a/vcl/Library_vcl.mk
+++ b/vcl/Library_vcl.mk
@@ -242,7 +242,8 @@ $(eval $(call gb_Library_add_exception_objects,vcl,\
vcl/source/outdev/blend \
vcl/source/outdev/mask \
vcl/source/outdev/bitmap \
- vcl/source/outdev/outdev3 \
+ vcl/source/outdev/font \
+ vcl/source/outdev/text \
vcl/source/outdev/pixel \
vcl/source/outdev/rect \
vcl/source/outdev/line \