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