Attempt to fix vcl build on Windows
This commit is contained in:
parent
845c261d8c
commit
9ff135581c
5 changed files with 9 additions and 16 deletions
|
@ -37,7 +37,7 @@ $(eval $(call gb_SrsTarget_SrsTarget,vcl/source/src))
|
|||
|
||||
$(eval $(call gb_SrsTarget_set_include,vcl/source/src,\
|
||||
$$(INCLUDE) \
|
||||
-I$(SRCDIR)/vcl/inc \
|
||||
-I$(realpath $(SRCDIR)/vcl/inc) \
|
||||
))
|
||||
|
||||
$(eval $(call gb_SrsTarget_add_files,vcl/source/src,\
|
||||
|
|
|
@ -33,8 +33,8 @@ $(eval $(call gb_Library_add_precompiled_header,desktop_detector,$(SRCDIR)/vcl/i
|
|||
|
||||
$(eval $(call gb_Library_set_include,desktop_detector,\
|
||||
$$(INCLUDE) \
|
||||
-I$(SRCDIR)/vcl/inc \
|
||||
-I$(SRCDIR)/vcl/inc/pch \
|
||||
-I$(realpath $(SRCDIR)/vcl/inc) \
|
||||
-I$(realpath $(SRCDIR)/vcl/inc/pch) \
|
||||
-I$(SRCDIR)/solenv/inc \
|
||||
-I$(OUTDIR)/inc/offuh \
|
||||
-I$(OUTDIR)/inc \
|
||||
|
|
|
@ -40,12 +40,12 @@ $(eval $(call gb_Library_add_package_headers,vcl,vcl_afmhash))
|
|||
|
||||
$(eval $(call gb_Library_set_include,vcl,\
|
||||
$$(INCLUDE) \
|
||||
-I$(SRCDIR)/vcl/inc \
|
||||
-I$(SRCDIR)/vcl/inc/pch \
|
||||
-I$(realpath $(SRCDIR)/vcl/inc) \
|
||||
-I$(realpath $(SRCDIR)/vcl/inc/pch) \
|
||||
-I$(SRCDIR)/solenv/inc \
|
||||
-I$(OUTDIR)/inc/offuh \
|
||||
-I$(OUTDIR)/inc \
|
||||
-I$(WORKDIR)/CustomTarget/vcl/unx/generic/fontmanager \
|
||||
-I$(WORKDIR)/CustomTarget/vcl/unx/generic/fontmanager \
|
||||
))
|
||||
ifeq ($(GUIBASE),unx)
|
||||
$(eval $(call gb_Library_set_cxxflags,vcl,\
|
||||
|
@ -80,13 +80,6 @@ $(eval $(call gb_Library_add_linked_libs,vcl,\
|
|||
$(gb_STDLIBS) \
|
||||
))
|
||||
|
||||
ifneq ($(ENABLE_GRAPHITE),)
|
||||
ifeq ($(OS),WNT)
|
||||
$(eval $(call gb_Library_add_linked_libs,vcl,\
|
||||
graphite_dll \
|
||||
))
|
||||
endif
|
||||
endif
|
||||
ifeq ($(GUIBASE),unx)
|
||||
$(eval $(call gb_Library_add_linked_libs,vcl,\
|
||||
freetype \
|
||||
|
|
|
@ -29,8 +29,8 @@ $(eval $(call gb_StaticLibrary_StaticLibrary,vclmain))
|
|||
|
||||
$(eval $(call gb_StaticLibrary_set_include,vclmain,\
|
||||
$$(INCLUDE) \
|
||||
-I$(SRCDIR)/vcl/inc \
|
||||
-I$(SRCDIR)/vcl/inc/pch \
|
||||
-I$(realpath $(SRCDIR)/vcl/inc) \
|
||||
-I$(realpath $(SRCDIR)/vcl/inc/pch) \
|
||||
-I$(SRCDIR)/solenv/inc \
|
||||
-I$(OUTDIR)/inc/offuh \
|
||||
-I$(OUTDIR)/inc \
|
||||
|
|
|
@ -29,7 +29,7 @@ $(eval $(call gb_WinResTarget_WinResTarget,vcl/src))
|
|||
|
||||
$(eval $(call gb_WinResTarget_set_include,vcl/src,\
|
||||
$$(INCLUDE) \
|
||||
-I$(SRCDIR)/vcl/inc \
|
||||
-I$(realpath $(SRCDIR)/vcl/inc) \
|
||||
))
|
||||
|
||||
$(eval $(call gb_WinResTarget_add_file,vcl/src,\
|
||||
|
|
Loading…
Reference in a new issue