summaryrefslogtreecommitdiff
path: root/slideshow
diff options
context:
space:
mode:
authorNorbert Thiebaud <nthiebaud@gmail.com>2011-11-27 11:49:38 -0600
committerNorbert Thiebaud <nthiebaud@gmail.com>2011-11-27 11:49:38 -0600
commit992757cc5ebfb1df42636b8d3269cdbc10fc4148 (patch)
treed9b4da6f2e50d5444e3a7c68934fc6d4dd4ec43d /slideshow
parentbc78ac68c2492e63a680f68b524c4a51179ea83e (diff)
remove pre-compiled header support in gbuild and gbuildified module
Diffstat (limited to 'slideshow')
-rw-r--r--slideshow/Library_OGLTrans.mk2
-rw-r--r--slideshow/Library_slideshow.mk2
2 files changed, 0 insertions, 4 deletions
diff --git a/slideshow/Library_OGLTrans.mk b/slideshow/Library_OGLTrans.mk
index 15db2b99d575..ba977500de47 100644
--- a/slideshow/Library_OGLTrans.mk
+++ b/slideshow/Library_OGLTrans.mk
@@ -28,8 +28,6 @@
$(eval $(call gb_Library_Library,OGLTrans))
-$(eval $(call gb_Library_add_precompiled_header,OGLTrans,$(SRCDIR)/sd/inc/pch/precompiled_sd))
-
$(eval $(call gb_Library_set_include,OGLTrans,\
$$(INCLUDE) \
-I$(realpath $(SRCDIR)/slideshow/inc/pch) \
diff --git a/slideshow/Library_slideshow.mk b/slideshow/Library_slideshow.mk
index cb7a8e089796..f7888e967d4b 100644
--- a/slideshow/Library_slideshow.mk
+++ b/slideshow/Library_slideshow.mk
@@ -28,8 +28,6 @@
$(eval $(call gb_Library_Library,slideshow))
-$(eval $(call gb_Library_add_precompiled_header,slideshow,$(SRCDIR)/slideshow/inc/pch/precompiled_slideshow))
-
$(eval $(call gb_Library_set_include,slideshow,\
$$(INCLUDE) \
-I$(realpath $(SRCDIR)/slideshow/inc/pch) \