summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNorbert Thiebaud <nthiebaud@gmail.com>2011-04-28 19:31:23 -0500
committerNorbert Thiebaud <nthiebaud@gmail.com>2011-04-28 19:31:23 -0500
commitbb59200ed81ee9cb3c19394835ed67b19bba5554 (patch)
tree35dbfb892e6cfd6623db03a0519edcc25dc9e459
parent624f37951076b0f6b4e720d44c01eaf8359ee4ed (diff)
Remove unnecessary include in sc build
-rw-r--r--sc/AllLangResTarget_sc.mk1
-rw-r--r--sc/Library_sc.mk1
-rw-r--r--sc/Library_scd.mk1
-rw-r--r--sc/Library_scui.mk5
4 files changed, 2 insertions, 6 deletions
diff --git a/sc/AllLangResTarget_sc.mk b/sc/AllLangResTarget_sc.mk
index 611df16231fd..9c880136947f 100644
--- a/sc/AllLangResTarget_sc.mk
+++ b/sc/AllLangResTarget_sc.mk
@@ -30,7 +30,6 @@ $(eval $(call gb_SrsTarget_SrsTarget,sc/res))
$(eval $(call gb_SrsTarget_set_include,sc/res,\
$$(INCLUDE) \
- -I$(OUTDIR)/inc \
-I$(WORKDIR)/inc/sc \
-I$(realpath $(SRCDIR)/sc/inc) \
-I$(realpath $(SRCDIR)/sc/source/ui/inc) \
diff --git a/sc/Library_sc.mk b/sc/Library_sc.mk
index 59d6617ae470..d32c432f42d2 100644
--- a/sc/Library_sc.mk
+++ b/sc/Library_sc.mk
@@ -37,7 +37,6 @@ $(eval $(call gb_Library_set_include,sc,\
-I$(WORKDIR)/Misc/sc/ \
$$(INCLUDE) \
-I$(OUTDIR)/inc/offuh \
- -I$(OUTDIR)/inc \
))
$(eval $(call gb_Library_set_defs,sc,\
diff --git a/sc/Library_scd.mk b/sc/Library_scd.mk
index 9dcb7d17f4e8..0331df2f9733 100644
--- a/sc/Library_scd.mk
+++ b/sc/Library_scd.mk
@@ -31,7 +31,6 @@ $(eval $(call gb_Library_set_include,scd,\
-I$(WORKDIR)/Misc/sc/ \
$$(INCLUDE) \
-I$(OUTDIR)/inc/offuh \
- -I$(OUTDIR)/inc \
))
$(eval $(call gb_Library_set_defs,scd,\
diff --git a/sc/Library_scui.mk b/sc/Library_scui.mk
index f774d3df00b1..1e0ef6b09e26 100644
--- a/sc/Library_scui.mk
+++ b/sc/Library_scui.mk
@@ -22,15 +22,14 @@
$(eval $(call gb_Library_Library,scui))
$(eval $(call gb_Library_set_include,scui,\
- -I$(realpath $(SRCDIR)/sc/inc) \
- -I$(realpath $(SRCDIR)/sc/inc/pch) \
-I$(realpath $(SRCDIR)/sc/source/core/inc) \
-I$(realpath $(SRCDIR)/sc/source/filter/inc) \
-I$(realpath $(SRCDIR)/sc/source/ui/inc) \
+ -I$(realpath $(SRCDIR)/sc/inc) \
+ -I$(realpath $(SRCDIR)/sc/inc/pch) \
-I$(WORKDIR)/SdiTarget/sc/sdi \
-I$(WORKDIR)/Misc/sc \
$$(INCLUDE) \
- -I$(OUTDIR)/inc/sc \
-I$(OUTDIR)/inc/offuh \
))