Kaydet (Commit) 88e806d7 authored tarafından Tor Lillqvist's avatar Tor Lillqvist

Link with GLyphy also for Windows

(We don't actually use it yet for anything, though.)

Change-Id: Id246a2a4853ba4d6dc09372b9cebcbb983363d36
üst 5b5ab82d
...@@ -738,6 +738,12 @@ $(eval $(call gb_Library_use_system_win32_libs,vcl,\ ...@@ -738,6 +738,12 @@ $(eval $(call gb_Library_use_system_win32_libs,vcl,\
$(eval $(call gb_Library_add_nativeres,vcl,vcl/salsrc)) $(eval $(call gb_Library_add_nativeres,vcl,vcl/salsrc))
endif endif
ifeq ($(OS), WNT)
$(eval $(call gb_Library_use_externals,vcl,\
glyphy \
))
endif
ifeq ($(OS), $(filter LINUX %BSD SOLARIS, $(OS))) ifeq ($(OS), $(filter LINUX %BSD SOLARIS, $(OS)))
$(eval $(call gb_Library_add_libs,vcl,\ $(eval $(call gb_Library_add_libs,vcl,\
-lm $(DLOPEN_LIBS) \ -lm $(DLOPEN_LIBS) \
......
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