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 /scripting | |
parent | b33971cb124de2bea5332d6adb802bd84eb57652 (diff) |
remove pch from the include list
Diffstat (limited to 'scripting')
-rw-r--r-- | scripting/Library_basprov.mk | 1 | ||||
-rw-r--r-- | scripting/Library_dlgprov.mk | 1 | ||||
-rw-r--r-- | scripting/Library_protocolhandler.mk | 1 | ||||
-rw-r--r-- | scripting/Library_scriptframe.mk | 1 | ||||
-rw-r--r-- | scripting/Library_stringresource.mk | 1 | ||||
-rw-r--r-- | scripting/Library_vbaevents.mk | 1 |
6 files changed, 0 insertions, 6 deletions
diff --git a/scripting/Library_basprov.mk b/scripting/Library_basprov.mk index b39d05cd7131..fc693a709d1f 100644 --- a/scripting/Library_basprov.mk +++ b/scripting/Library_basprov.mk @@ -32,7 +32,6 @@ $(eval $(call gb_Library_set_componentfile,basprov,scripting/source/basprov/basp $(eval $(call gb_Library_set_include,basprov,\ $$(INCLUDE) \ - -I$(realpath $(SRCDIR)/scripting/inc/pch) \ -I$(realpath $(SRCDIR)/scripting/source/inc) \ )) diff --git a/scripting/Library_dlgprov.mk b/scripting/Library_dlgprov.mk index 5a88b8b1e6bd..a02080cd0f56 100644 --- a/scripting/Library_dlgprov.mk +++ b/scripting/Library_dlgprov.mk @@ -32,7 +32,6 @@ $(eval $(call gb_Library_set_componentfile,dlgprov,scripting/source/dlgprov/dlgp $(eval $(call gb_Library_set_include,dlgprov,\ $$(INCLUDE) \ - -I$(realpath $(SRCDIR)/scripting/inc/pch) \ -I$(realpath $(SRCDIR)/scripting/source/inc) \ )) diff --git a/scripting/Library_protocolhandler.mk b/scripting/Library_protocolhandler.mk index ace2b99af8f3..3876a9357f14 100644 --- a/scripting/Library_protocolhandler.mk +++ b/scripting/Library_protocolhandler.mk @@ -32,7 +32,6 @@ $(eval $(call gb_Library_set_componentfile,protocolhandler,scripting/source/prot $(eval $(call gb_Library_set_include,protocolhandler,\ $$(INCLUDE) \ - -I$(realpath $(SRCDIR)/scripting/inc/pch) \ -I$(realpath $(SRCDIR)/scripting/source/inc) \ )) diff --git a/scripting/Library_scriptframe.mk b/scripting/Library_scriptframe.mk index 4a8d87772e4f..c2e4dbe6b5bb 100644 --- a/scripting/Library_scriptframe.mk +++ b/scripting/Library_scriptframe.mk @@ -32,7 +32,6 @@ $(eval $(call gb_Library_set_componentfile,scriptframe,scripting/util/scriptfram $(eval $(call gb_Library_set_include,scriptframe,\ $$(INCLUDE) \ - -I$(realpath $(SRCDIR)/scripting/inc/pch) \ -I$(realpath $(SRCDIR)/scripting/source/inc) \ )) diff --git a/scripting/Library_stringresource.mk b/scripting/Library_stringresource.mk index c5787d6fd957..0e75a20164a9 100644 --- a/scripting/Library_stringresource.mk +++ b/scripting/Library_stringresource.mk @@ -32,7 +32,6 @@ $(eval $(call gb_Library_set_componentfile,stringresource,scripting/source/strin $(eval $(call gb_Library_set_include,stringresource,\ $$(INCLUDE) \ - -I$(realpath $(SRCDIR)/scripting/inc/pch) \ -I$(realpath $(SRCDIR)/scripting/source/inc) \ )) diff --git a/scripting/Library_vbaevents.mk b/scripting/Library_vbaevents.mk index 0d8c0a4bd32a..43b9981d4e7a 100644 --- a/scripting/Library_vbaevents.mk +++ b/scripting/Library_vbaevents.mk @@ -32,7 +32,6 @@ $(eval $(call gb_Library_set_componentfile,vbaevents,scripting/source/vbaevents/ $(eval $(call gb_Library_set_include,vbaevents,\ $$(INCLUDE) \ - -I$(realpath $(SRCDIR)/scripting/inc/pch) \ -I$(realpath $(SRCDIR)/scripting/source/inc) \ )) |