Kaydet (Commit) 00b2e13d authored tarafından Michael Stahl's avatar Michael Stahl

sd: how the hell did that ever work:

The sd library uses SDI headers, but the corresponding targets
were not declared anywhere.
üst de90369c
...@@ -30,6 +30,22 @@ $(eval $(call gb_Library_Library,sd)) ...@@ -30,6 +30,22 @@ $(eval $(call gb_Library_Library,sd))
$(eval $(call gb_Library_add_precompiled_header,sd,$(SRCDIR)/sd/inc/pch/precompiled_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,\
-I$(realpath $(SRCDIR)/sd/inc) \
-I$(realpath $(SRCDIR)/sd/sdi) \
$$(INCLUDE) \
))
$(eval $(call gb_SdiTarget_SdiTarget,sd/sdi/sdgslots,sd/sdi/sdgslots))
$(eval $(call gb_SdiTarget_set_include,sd/sdi/sdgslots,\
-I$(realpath $(SRCDIR)/sd/inc) \
-I$(realpath $(SRCDIR)/sd/sdi) \
$$(INCLUDE) \
))
$(eval $(call gb_Library_add_sdi_headers,sd,\ $(eval $(call gb_Library_add_sdi_headers,sd,\
sd/sdi/sdgslots \ sd/sdi/sdgslots \
sd/sdi/sdslots \ sd/sdi/sdslots \
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment