diff options
author | Norbert Thiebaud <nthiebaud@gmail.com> | 2011-11-27 15:24:45 -0600 |
---|---|---|
committer | Norbert Thiebaud <nthiebaud@gmail.com> | 2011-11-27 15:24:45 -0600 |
commit | 3f2ff54778ff76118b7de3357168091bbc955041 (patch) | |
tree | 601e358120589466b0f54a02fd1940dfe4919cb8 /svx | |
parent | b33971cb124de2bea5332d6adb802bd84eb57652 (diff) |
remove pch from the include list
Diffstat (limited to 'svx')
-rw-r--r-- | svx/Library_svx.mk | 1 | ||||
-rw-r--r-- | svx/Library_svxcore.mk | 3 | ||||
-rw-r--r-- | svx/Library_textconversiondlgs.mk | 1 |
3 files changed, 1 insertions, 4 deletions
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) \ )) |