Author: arist Date: Wed Nov 14 23:58:22 2012 New Revision: 1409579 URL: http://svn.apache.org/viewvc?rev=1409579&view=rev Log: gnumake4_130_8f3bb53e08ce.patch # HG changeset patch # User Michael Stahl <m...@openoffice.org> # Date 1302888426 0 # Node ID 8f3bb53e08ce3f6db728abf38cb567d185693379 # Parent 80b1d47ae710fadb7f1ff3a10ec9da712f036562 gnumake4: reportdesign, dbaccess: remove unnecessary package headers
Modified: incubator/ooo/branches/gbuild/main/dbaccess/Library_dbaxml.mk incubator/ooo/branches/gbuild/main/dbaccess/Library_dbui.mk incubator/ooo/branches/gbuild/main/reportdesign/Library_rptui.mk incubator/ooo/branches/gbuild/main/reportdesign/Library_rptxml.mk Modified: incubator/ooo/branches/gbuild/main/dbaccess/Library_dbaxml.mk URL: http://svn.apache.org/viewvc/incubator/ooo/branches/gbuild/main/dbaccess/Library_dbaxml.mk?rev=1409579&r1=1409578&r2=1409579&view=diff ============================================================================== --- incubator/ooo/branches/gbuild/main/dbaccess/Library_dbaxml.mk (original) +++ incubator/ooo/branches/gbuild/main/dbaccess/Library_dbaxml.mk Wed Nov 14 23:58:22 2012 @@ -26,7 +26,6 @@ #************************************************************************* $(eval $(call gb_Library_Library,dbaxml)) -$(eval $(call gb_Library_add_package_headers,dbaxml,dbaccess_inc)) $(eval $(call gb_Library_add_precompiled_header,dbaxml,$(SRCDIR)/dbaccess/inc/pch/precompiled_dbaxml)) $(eval $(call gb_Library_set_componentfile,dbaxml,dbaccess/source/filter/xml/dbaxml)) Modified: incubator/ooo/branches/gbuild/main/dbaccess/Library_dbui.mk URL: http://svn.apache.org/viewvc/incubator/ooo/branches/gbuild/main/dbaccess/Library_dbui.mk?rev=1409579&r1=1409578&r2=1409579&view=diff ============================================================================== --- incubator/ooo/branches/gbuild/main/dbaccess/Library_dbui.mk (original) +++ incubator/ooo/branches/gbuild/main/dbaccess/Library_dbui.mk Wed Nov 14 23:58:22 2012 @@ -26,7 +26,6 @@ #************************************************************************* $(eval $(call gb_Library_Library,dbui)) -$(eval $(call gb_Library_add_package_headers,dbui,dbaccess_inc)) $(eval $(call gb_Library_add_precompiled_header,dbui,$(SRCDIR)/dbaccess/inc/pch/precompiled_dbui)) $(eval $(call gb_Library_set_componentfile,dbui,dbaccess/util/dbu)) Modified: incubator/ooo/branches/gbuild/main/reportdesign/Library_rptui.mk URL: http://svn.apache.org/viewvc/incubator/ooo/branches/gbuild/main/reportdesign/Library_rptui.mk?rev=1409579&r1=1409578&r2=1409579&view=diff ============================================================================== --- incubator/ooo/branches/gbuild/main/reportdesign/Library_rptui.mk (original) +++ incubator/ooo/branches/gbuild/main/reportdesign/Library_rptui.mk Wed Nov 14 23:58:22 2012 @@ -26,7 +26,6 @@ #************************************************************************* $(eval $(call gb_Library_Library,rptui)) -$(eval $(call gb_Library_add_package_headers,rptui,reportdesign_inc)) $(eval $(call gb_Library_add_precompiled_header,rptui,$(SRCDIR)/reportdesign/inc/pch/precompiled_rptui)) $(eval $(call gb_Library_set_componentfile,rptui,reportdesign/util/rptui)) Modified: incubator/ooo/branches/gbuild/main/reportdesign/Library_rptxml.mk URL: http://svn.apache.org/viewvc/incubator/ooo/branches/gbuild/main/reportdesign/Library_rptxml.mk?rev=1409579&r1=1409578&r2=1409579&view=diff ============================================================================== --- incubator/ooo/branches/gbuild/main/reportdesign/Library_rptxml.mk (original) +++ incubator/ooo/branches/gbuild/main/reportdesign/Library_rptxml.mk Wed Nov 14 23:58:22 2012 @@ -26,7 +26,6 @@ #************************************************************************* $(eval $(call gb_Library_Library,rptxml)) -$(eval $(call gb_Library_add_package_headers,rptxml,reportdesign_inc)) $(eval $(call gb_Library_add_precompiled_header,rptxml,$(SRCDIR)/reportdesign/inc/pch/precompiled_rptxml)) $(eval $(call gb_Library_set_componentfile,rptxml,reportdesign/source/filter/xml/rptxml))