Kaydet (Commit) 2381af92 authored tarafından Fridrich Štrba's avatar Fridrich Štrba

trying to fix mingw build

Change-Id: I86c06fc3f7dcd0a24898a602a60c10abdc588b81
üst 097c9f29
......@@ -47,6 +47,12 @@ $(eval $(call gb_Library_add_defs,uwinapi,\
$(eval $(call gb_Library_add_cobjects,uwinapi,\
sal/systools/win32/uwinapi/snprintf \
sal/systools/win32/uwinapi/snwprintf \
))
ifeq ($(COM),MSC)
$(eval $(call gb_Library_add_cobjects,uwinapi,\
sal/systools/win32/uwinapi/legacy \
))
......@@ -54,6 +60,7 @@ $(eval $(call gb_Library_add_ldflags,uwinapi,\
/DEF:$(SRCDIR)/sal/systools/win32/uwinapi/uwinapi.def \
))
endif
# 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