Kaydet (Commit) f16f3668 authored tarafından David Tardon's avatar David Tardon

stop delivering libcdr headers

Change-Id: I2baf55f41bc4f2fa934db3580103cebaeb60155c
üst df7b8637
......@@ -1384,6 +1384,10 @@ $(eval $(call gb_Helper_register_static_libraries,PLAINLIBS, \
))
define gb_LinkTarget__use_cdr
$(call gb_LinkTarget_set_include,$(1),\
-I$(call gb_UnpackedTarball_get_dir,libcdr)/inc \
$$(INCLUDE) \
)
$(call gb_LinkTarget_use_package,$(1),\
libcdr \
)
......
......@@ -9,13 +9,6 @@
$(eval $(call gb_ExternalPackage_ExternalPackage,libcdr,libcdr))
$(eval $(call gb_ExternalPackage_add_unpacked_files,libcdr,inc/external/libcdr,\
inc/libcdr/libcdr.h \
inc/libcdr/CDRDocument.h \
inc/libcdr/CDRStringVector.h \
inc/libcdr/CMXDocument.h \
))
$(eval $(call gb_ExternalPackage_use_external_project,libcdr,libcdr))
ifeq ($(COM),MSC)
......
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