diff options
author | Caolán McNamara <caolanm@redhat.com> | 2011-08-18 14:35:02 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2011-08-18 15:48:30 +0100 |
commit | 670245be8d872e7d8bab60cef5348bf86c80b845 (patch) | |
tree | eaef9e888dd7a35dd664f5d512dc2042834cd71c /vcl | |
parent | f17a2a006388d33d26adf9038795550361c0d62b (diff) |
move unix only stuff to unx
Diffstat (limited to 'vcl')
-rw-r--r-- | vcl/Library_vcl.mk | 10 | ||||
-rw-r--r-- | vcl/unx/generic/glyphs/gcach_ftyp.cxx (renamed from vcl/source/glyphs/gcach_ftyp.cxx) | 0 | ||||
-rw-r--r-- | vcl/unx/generic/glyphs/gcach_ftyp.hxx (renamed from vcl/source/glyphs/gcach_ftyp.hxx) | 0 | ||||
-rw-r--r-- | vcl/unx/generic/glyphs/gcach_layout.cxx (renamed from vcl/source/glyphs/gcach_layout.cxx) | 0 | ||||
-rw-r--r-- | vcl/unx/generic/glyphs/gcach_rbmp.cxx (renamed from vcl/source/glyphs/gcach_rbmp.cxx) | 0 | ||||
-rw-r--r-- | vcl/unx/generic/glyphs/glyphcache.cxx (renamed from vcl/source/glyphs/glyphcache.cxx) | 0 | ||||
-rw-r--r-- | vcl/unx/generic/glyphs/graphite_serverfont.cxx (renamed from vcl/source/glyphs/graphite_serverfont.cxx) | 0 |
7 files changed, 5 insertions, 5 deletions
diff --git a/vcl/Library_vcl.mk b/vcl/Library_vcl.mk index 66d003c9d63d..ec44923adbaa 100644 --- a/vcl/Library_vcl.mk +++ b/vcl/Library_vcl.mk @@ -283,7 +283,7 @@ $(eval $(call gb_Library_add_exception_objects,vcl,\ # handle X11 platforms, which have additional files and possibly system graphite ifeq ($(GUIBASE),unx) $(eval $(call gb_Library_add_exception_objects,vcl,\ - vcl/source/glyphs/graphite_serverfont \ + vcl/unx/generic/glyphs/graphite_serverfont \ )) else $(eval $(call gb_Library_add_linked_libs,vcl,\ @@ -402,10 +402,10 @@ $(eval $(call gb_Library_add_defs,vcl,\ $(if $(ENABLE_CUPS),-DENABLE_CUPS) \ )) $(eval $(call gb_Library_add_exception_objects,vcl,\ - vcl/source/glyphs/gcach_ftyp \ - vcl/source/glyphs/gcach_layout \ - vcl/source/glyphs/gcach_rbmp \ - vcl/source/glyphs/glyphcache \ + vcl/unx/generic/glyphs/gcach_ftyp \ + vcl/unx/generic/glyphs/gcach_layout \ + vcl/unx/generic/glyphs/gcach_rbmp \ + vcl/unx/generic/glyphs/glyphcache \ vcl/unx/generic/fontmanager/fontcache \ vcl/unx/generic/fontmanager/fontconfig \ vcl/unx/generic/fontmanager/fontmanager \ diff --git a/vcl/source/glyphs/gcach_ftyp.cxx b/vcl/unx/generic/glyphs/gcach_ftyp.cxx index c38bc3701e61..c38bc3701e61 100644 --- a/vcl/source/glyphs/gcach_ftyp.cxx +++ b/vcl/unx/generic/glyphs/gcach_ftyp.cxx diff --git a/vcl/source/glyphs/gcach_ftyp.hxx b/vcl/unx/generic/glyphs/gcach_ftyp.hxx index e70b29debcbc..e70b29debcbc 100644 --- a/vcl/source/glyphs/gcach_ftyp.hxx +++ b/vcl/unx/generic/glyphs/gcach_ftyp.hxx diff --git a/vcl/source/glyphs/gcach_layout.cxx b/vcl/unx/generic/glyphs/gcach_layout.cxx index 1ed28907771e..1ed28907771e 100644 --- a/vcl/source/glyphs/gcach_layout.cxx +++ b/vcl/unx/generic/glyphs/gcach_layout.cxx diff --git a/vcl/source/glyphs/gcach_rbmp.cxx b/vcl/unx/generic/glyphs/gcach_rbmp.cxx index 71784f5dd083..71784f5dd083 100644 --- a/vcl/source/glyphs/gcach_rbmp.cxx +++ b/vcl/unx/generic/glyphs/gcach_rbmp.cxx diff --git a/vcl/source/glyphs/glyphcache.cxx b/vcl/unx/generic/glyphs/glyphcache.cxx index e910dc056d07..e910dc056d07 100644 --- a/vcl/source/glyphs/glyphcache.cxx +++ b/vcl/unx/generic/glyphs/glyphcache.cxx diff --git a/vcl/source/glyphs/graphite_serverfont.cxx b/vcl/unx/generic/glyphs/graphite_serverfont.cxx index a062b0ff6975..a062b0ff6975 100644 --- a/vcl/source/glyphs/graphite_serverfont.cxx +++ b/vcl/unx/generic/glyphs/graphite_serverfont.cxx |