From 15bbf66efadf1b522303347c44b28450d92b3007 Mon Sep 17 00:00:00 2001 From: Tor Lillqvist Date: Mon, 13 Aug 2012 17:26:29 +0300 Subject: Revert "Bypass pdfwriter for non-desktop OSes without any Mozilla stuff for now" This reverts commit fd9c2cca78227f634e34790aa127cc31e4302a56. --- vcl/Library_vcl.mk | 11 +++-------- 1 file changed, 3 insertions(+), 8 deletions(-) (limited to 'vcl') diff --git a/vcl/Library_vcl.mk b/vcl/Library_vcl.mk index 4aa52ab42b5b..e6abe34112e6 100644 --- a/vcl/Library_vcl.mk +++ b/vcl/Library_vcl.mk @@ -211,6 +211,9 @@ $(eval $(call gb_Library_add_exception_objects,vcl,\ vcl/source/gdi/outmap \ vcl/source/gdi/pdfextoutdevdata \ vcl/source/gdi/pdffontcache \ + vcl/source/gdi/pdfwriter \ + vcl/source/gdi/pdfwriter_impl2 \ + vcl/source/gdi/pdfwriter_impl \ vcl/source/gdi/pngread \ vcl/source/gdi/pngwrite \ vcl/source/gdi/print2 \ @@ -284,14 +287,6 @@ $(eval $(call gb_Library_add_exception_objects,vcl,\ # optional parts -ifneq (,$(filter DESKTOP,$(BUILD_TYPE))) -$(eval $(call gb_Library_add_exception_objects,vcl,\ - vcl/source/gdi/pdfwriter \ - vcl/source/gdi/pdfwriter_impl2 \ - vcl/source/gdi/pdfwriter_impl \ -)) -endif - ## handle Graphite ifneq ($(ENABLE_GRAPHITE),) # add defines, graphite sources for all platforms -- cgit