From e44f0b92b0dad6093b174cde34186d4d47719401 Mon Sep 17 00:00:00 2001 From: Thomas Goyne Date: Wed, 23 May 2018 08:21:04 +0200 Subject: [PATCH] Use absolute paths for the default dependencies paths --- build/DefaultConfiguration.props | 23 ++++++++++++----------- 1 file changed, 12 insertions(+), 11 deletions(-) diff --git a/build/DefaultConfiguration.props b/build/DefaultConfiguration.props index 785021381..504b2637e 100644 --- a/build/DefaultConfiguration.props +++ b/build/DefaultConfiguration.props @@ -49,16 +49,17 @@ updates.aegisub.org /trunk - ..\..\vendor\boost - ..\..\vendor\ffms2 - ..\..\vendor\ffmpeg - ..\..\vendor\fftw - ..\..\vendor\freetype2 - ..\..\vendor\fribidi - ..\..\vendor\googletest - ..\..\vendor\icu\source - ..\..\vendor\libass - ..\..\vendor\wxWidgets - ..\..\vendor\wxWidgets\src\zlib + $([System.IO.Path]::GetFullPath($(MSBuildThisFileDirectory)..\vendor)) + $(VendorRoot)\boost + $(VendorRoot)\ffms2 + $(VendorRoot)\ffmpeg + $(VendorRoot)\fftw + $(VendorRoot)\freetype2 + $(VendorRoot)\fribidi + $(VendorRoot)\googletest + $(VendorRoot)\icu\source + $(VendorRoot)\libass + $(VendorRoot)\wxWidgets + $(VendorRoot)\wxWidgets\src\zlib