Kaydet (Commit) 0d5420e5 authored tarafından Tor Lillqvist's avatar Tor Lillqvist

Use the gdiplus headers from Wine when cross-compiling to Windows

üst 9b5d883f
......@@ -42,12 +42,17 @@ endif
$(eval $(call gb_Library_add_package_headers,vcl,vcl_inc))
$(eval $(call gb_Library_add_package_headers,vcl,vcl_afmhash))
ifeq ($(OS)$(COM),WNTGCC)
GDIPLUSINCLUDE=-I$(OUTDIR)/inc/external/gdiplus
endif
$(eval $(call gb_Library_set_include,vcl,\
$$(INCLUDE) \
-I$(realpath $(SRCDIR)/vcl/inc) \
-I$(realpath $(SRCDIR)/vcl/inc/pch) \
-I$(SRCDIR)/solenv/inc \
-I$(OUTDIR)/inc \
$(GDIPLUSINCLUDE) \
-I$(WORKDIR)/CustomTarget/vcl/unx/generic/fontmanager \
))
ifeq ($(GUIBASE),unx)
......
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