From: Brian Gladman Date: Mon, 24 May 2010 08:37:45 +0000 (-0000) Subject: change vsyasm property sheet to use an absolute path to vsyasm (as msbuild requires) X-Git-Tag: v1.1.0~21 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=e5b53cf7e6411391c62c3a1e52c3115bc22b5247;p=yasm change vsyasm property sheet to use an absolute path to vsyasm (as msbuild requires) svn path=/trunk/yasm/; revision=2328 --- diff --git a/Mkfiles/vc10/vsyasm.props b/Mkfiles/vc10/vsyasm.props index c7a97495..c8f8472e 100644 --- a/Mkfiles/vc10/vsyasm.props +++ b/Mkfiles/vc10/vsyasm.props @@ -15,7 +15,7 @@ $(IntDir) 0 0 - vsyasm -Xvc -f $(Platform) [AllOptions] [AdditionalOptions] [Inputs] + "C:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\bin\vsyasm" -Xvc -f $(Platform) [AllOptions] [AdditionalOptions] [Inputs] %(ObjectFile) Assembling %(Filename)%(Extension) false