summaryrefslogtreecommitdiff
path: root/basegfx/Library_basegfx.mk
diff options
context:
space:
mode:
authorJoseph Powers <jpowers27@cox.net>2011-11-04 20:30:50 -0700
committerJoseph Powers <jpowers27@cox.net>2011-11-05 07:12:39 -0700
commitabb87485415b941d81324b91ebe018849e7b8b47 (patch)
treee17e90809a8d83c4e3815e0d15a648772a4e786b /basegfx/Library_basegfx.mk
parent33cbf8066bc64c3ff2052f59c04838aceb847220 (diff)
precompiled_basegfx.hxx is empty, so don't include it.
Diffstat (limited to 'basegfx/Library_basegfx.mk')
-rw-r--r--basegfx/Library_basegfx.mk6
1 files changed, 2 insertions, 4 deletions
diff --git a/basegfx/Library_basegfx.mk b/basegfx/Library_basegfx.mk
index 022c436a0e24..8353ff69673b 100644
--- a/basegfx/Library_basegfx.mk
+++ b/basegfx/Library_basegfx.mk
@@ -2,7 +2,7 @@
#*************************************************************************
#
# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
-#
+#
# Copyright 2000, 2011 Oracle and/or its affiliates.
#
# OpenOffice.org - a multi-platform office productivity suite
@@ -30,8 +30,6 @@ $(eval $(call gb_Library_Library,basegfx))
$(eval $(call gb_Library_add_package_headers,basegfx,basegfx_inc))
-$(eval $(call gb_Library_add_precompiled_header,basegfx,$(SRCDIR)/basegfx/inc/pch/precompiled_basegfx))
-
$(eval $(call gb_Library_set_include,basegfx,\
-I$(realpath $(SRCDIR)/basegfx/inc) \
-I$(realpath $(SRCDIR)/basegfx/source/inc) \
@@ -43,7 +41,7 @@ $(eval $(call gb_Library_add_defs,basegfx,\
-DBASEGFX_DLLIMPLEMENTATION \
))
-# Work around gcc bug 41847 present at least in
+# Work around gcc bug 41847 present at least in
# the Android x-compiler 4.4.3.
# -Warray-bounds appeared in 4.3
ifeq ($(COM),GCC)