summaryrefslogtreecommitdiff
path: root/vcl/Library_vcl.mk
diff options
context:
space:
mode:
authorChris Sherlock <chris.sherlock79@gmail.com>2014-04-15 01:06:48 +1000
committerChris Sherlock <chris.sherlock79@gmail.com>2014-04-16 07:33:58 +1000
commitaa5b97fa3d8970813c3fd7c9fc88cd38db80482e (patch)
tree8879d79e105e6e71230feba9bc850331ab53744a /vcl/Library_vcl.mk
parentd92ee5d8bebdd6f120c7478127a1be5f78d4b1af (diff)
Split outdev5.cxx and outdev6.cxx
outdev5.cxx deals with curved shapes, so renamed to curvedshapes.cxx Moved polygon functions to polygon.cxx, transparency functions to transparent.cxx, a few miscellaneous functions to outdev.cxx and as the rest of the functions are wallpaper functions then renamed outdev6.cxx to wallpaper.cxx Change-Id: I62a0b66d4d66740fb5f70ecb558db1ad3bf76eb5
Diffstat (limited to 'vcl/Library_vcl.mk')
-rw-r--r--vcl/Library_vcl.mk6
1 files changed, 3 insertions, 3 deletions
diff --git a/vcl/Library_vcl.mk b/vcl/Library_vcl.mk
index b1fd7e8d52fe..6851f0cc8b65 100644
--- a/vcl/Library_vcl.mk
+++ b/vcl/Library_vcl.mk
@@ -234,6 +234,7 @@ $(eval $(call gb_Library_add_exception_objects,vcl,\
vcl/source/gdi/metric \
vcl/source/gdi/octree \
vcl/source/gdi/oldprintadaptor \
+ vcl/source/outdev/outdev \
vcl/source/outdev/tworect \
vcl/source/outdev/bezier \
vcl/source/outdev/polygon \
@@ -250,9 +251,8 @@ $(eval $(call gb_Library_add_exception_objects,vcl,\
vcl/source/outdev/polyline \
vcl/source/outdev/hatch \
vcl/source/outdev/gradient \
- vcl/source/outdev/outdev5 \
- vcl/source/outdev/outdev6 \
- vcl/source/outdev/outdev \
+ vcl/source/outdev/curvedshapes \
+ vcl/source/outdev/wallpaper \
vcl/source/outdev/outdevnative \
vcl/source/outdev/outmap \
vcl/source/gdi/pdfextoutdevdata \