diff options
author | Caolán McNamara <caolanm@redhat.com> | 2011-08-04 15:22:38 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2011-08-04 15:22:38 +0100 |
commit | 1cd4bd6322eca39d6f92d845366b7979fb47a6f1 (patch) | |
tree | 31c2f7ddba448d17a0d50e9955464c0e7baf8a19 | |
parent | dc1e658c2e051ee96a2537de5f4044b3d4093590 (diff) |
and get this building under windows
-rw-r--r-- | vcl/Library_vcl.mk | 1 | ||||
-rw-r--r-- | vcl/Library_vclplug_gen.mk | 4 |
2 files changed, 2 insertions, 3 deletions
diff --git a/vcl/Library_vcl.mk b/vcl/Library_vcl.mk index 625a51b6f8..67ccf44fae 100644 --- a/vcl/Library_vcl.mk +++ b/vcl/Library_vcl.mk @@ -287,7 +287,6 @@ $(eval $(call gb_Library_add_exception_objects,vcl,\ )) else $(eval $(call gb_Library_add_linked_libs,vcl,\ - graphite2_off \ version \ )) endif diff --git a/vcl/Library_vclplug_gen.mk b/vcl/Library_vclplug_gen.mk index aae1ed97a3..29ebb4d808 100644 --- a/vcl/Library_vclplug_gen.mk +++ b/vcl/Library_vclplug_gen.mk @@ -30,8 +30,8 @@ $(eval $(call gb_Library_Library,vclplug_gen)) $(eval $(call gb_Library_set_include,vclplug_gen,\ $$(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 \ )) |