summaryrefslogtreecommitdiff
path: root/sd
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 /sd
parentbc78ac68c2492e63a680f68b524c4a51179ea83e (diff)
remove pre-compiled header support in gbuild and gbuildified module
Diffstat (limited to 'sd')
-rw-r--r--sd/Library_sd.mk2
-rw-r--r--sd/Library_sdd.mk2
-rw-r--r--sd/Library_sdfilt.mk2
-rw-r--r--sd/Library_sdui.mk2
4 files changed, 0 insertions, 8 deletions
diff --git a/sd/Library_sd.mk b/sd/Library_sd.mk
index 9d5309183559..17250d0a9577 100644
--- a/sd/Library_sd.mk
+++ b/sd/Library_sd.mk
@@ -28,8 +28,6 @@
$(eval $(call gb_Library_Library,sd))
-$(eval $(call gb_Library_add_precompiled_header,sd,$(SRCDIR)/sd/inc/pch/precompiled_sd))
-
$(eval $(call gb_SdiTarget_SdiTarget,sd/sdi/sdslots,sd/sdi/sdslots))
$(eval $(call gb_SdiTarget_set_include,sd/sdi/sdslots,\
diff --git a/sd/Library_sdd.mk b/sd/Library_sdd.mk
index 08c8c8a70ffc..73b515df5bd6 100644
--- a/sd/Library_sdd.mk
+++ b/sd/Library_sdd.mk
@@ -28,8 +28,6 @@
$(eval $(call gb_Library_Library,sdd))
-$(eval $(call gb_Library_add_precompiled_header,sdd,$(SRCDIR)/sd/inc/pch/precompiled_sd))
-
$(eval $(call gb_Library_set_include,sdd,\
$$(INCLUDE) \
-I$(realpath $(SRCDIR)/sd/inc) \
diff --git a/sd/Library_sdfilt.mk b/sd/Library_sdfilt.mk
index d4f8c35d59cf..be907a7b5c8f 100644
--- a/sd/Library_sdfilt.mk
+++ b/sd/Library_sdfilt.mk
@@ -28,8 +28,6 @@
$(eval $(call gb_Library_Library,sdfilt))
-$(eval $(call gb_Library_add_precompiled_header,sdfilt,$(SRCDIR)/sd/inc/pch/precompiled_sd))
-
$(eval $(call gb_Library_set_include,sdfilt,\
$$(INCLUDE) \
-I$(realpath $(SRCDIR)/sd/inc) \
diff --git a/sd/Library_sdui.mk b/sd/Library_sdui.mk
index 4305fe2fa19b..0a048a966f5a 100644
--- a/sd/Library_sdui.mk
+++ b/sd/Library_sdui.mk
@@ -28,8 +28,6 @@
$(eval $(call gb_Library_Library,sdui))
-$(eval $(call gb_Library_add_precompiled_header,sdui,$(SRCDIR)/sd/inc/pch/precompiled_sd))
-
$(eval $(call gb_Library_set_include,sdui,\
$$(INCLUDE) \
-I$(realpath $(SRCDIR)/sd/inc) \