From 3f2ff54778ff76118b7de3357168091bbc955041 Mon Sep 17 00:00:00 2001 From: Norbert Thiebaud Date: Sun, 27 Nov 2011 15:24:45 -0600 Subject: remove pch from the include list --- svx/Library_svx.mk | 1 - svx/Library_svxcore.mk | 3 +-- svx/Library_textconversiondlgs.mk | 1 - 3 files changed, 1 insertion(+), 4 deletions(-) (limited to 'svx') diff --git a/svx/Library_svx.mk b/svx/Library_svx.mk index 3754d8bc8840..9165c9ef0dcf 100644 --- a/svx/Library_svx.mk +++ b/svx/Library_svx.mk @@ -33,7 +33,6 @@ $(eval $(call gb_Library_set_componentfile,svx,svx/util/svx)) $(eval $(call gb_Library_set_include,svx,\ -I$(realpath $(SRCDIR)/svx/inc) \ -I$(realpath $(SRCDIR)/svx/source/inc) \ - -I$(realpath $(SRCDIR)/svx/inc/pch) \ $$(SOLARINC) \ )) diff --git a/svx/Library_svxcore.mk b/svx/Library_svxcore.mk index 0867c1e46049..5ae06ab17c75 100644 --- a/svx/Library_svxcore.mk +++ b/svx/Library_svxcore.mk @@ -44,14 +44,13 @@ $(eval $(call gb_Library_add_api,svxcore,\ $(eval $(call gb_Library_set_include,svxcore,\ -I$(realpath $(SRCDIR)/svx/inc) \ - -I$(realpath $(SRCDIR)/svx/inc/pch) \ -I$(realpath $(SRCDIR)/svx/source/inc) \ $$(INCLUDE) \ -I$(WORKDIR)/SdiTarget/svx/sdi \ )) #BOOST switch in customshapes -#dialog: +#dialog: #.IF "$(GUI)"=="WNT" #CFLAGS+= -DUNICODE -D_UNICODE #.ENDIF diff --git a/svx/Library_textconversiondlgs.mk b/svx/Library_textconversiondlgs.mk index 066fabb8fee8..2241b970559c 100644 --- a/svx/Library_textconversiondlgs.mk +++ b/svx/Library_textconversiondlgs.mk @@ -32,7 +32,6 @@ $(eval $(call gb_Library_set_componentfile,textconversiondlgs,svx/util/textconve $(eval $(call gb_Library_set_include,textconversiondlgs,\ -I$(realpath $(SRCDIR)/svx/inc) \ - -I$(realpath $(SRCDIR)/svx/inc/pch) \ $$(INCLUDE) \ )) -- cgit