Kaydet (Commit) 15b95b22 authored tarafından Eike Rathke's avatar Eike Rathke

LanguageTag Windows build

üst 284bc79c
......@@ -442,7 +442,8 @@ endef
else # !SYSTEM_GLIB
$(eval $(call gb_Helper_register_libraries,PLAINLIBS_OOO, \
glib \
glib-2.0 \
gmodule-2.0 \
))
define gb_LinkTarget__use_glib
......@@ -453,6 +454,7 @@ $(call gb_LinkTarget_set_include,$(1),\
$(call gb_LinkTarget_use_libraries,$(1),\
glib-2.0 \
gmodule-2.0 \
)
endef
......
......@@ -129,8 +129,11 @@ gb_Library_FILENAMES := $(patsubst z:z%,z:zlib%,$(gb_Library_FILENAMES))
# change the names of all import libraries that don't have an "i" prefix as in our standard naming schema
gb_Library_NOILIBFILENAMES := $(gb_Library_PLAINLIBS_NONE)
gb_Library_NOILIBFILENAMES += \
glib-2.0 \
gmodule-2.0 \
graphite2_off \
icudt icuin icule icuuc \
langtag \
lcms2 \
msvcprt \
nspr4 \
......
......@@ -57,4 +57,6 @@ $(eval $(call gb_Library_use_external,i18nisolang1,glib))
$(eval $(call gb_Library_use_external,i18nisolang1,liblangtag))
$(eval $(call gb_Library_use_external,i18nisolang1,libxml2))
# vim: set noet sw=4 ts=4:
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