summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrian Gladman <brg@gladman.plus.com>2010-05-24 08:37:45 +0000
committerBrian Gladman <brg@gladman.plus.com>2010-05-24 08:37:45 +0000
commite5b53cf7e6411391c62c3a1e52c3115bc22b5247 (patch)
tree5796aac111a681742fb313da81caacfc5d4c5917
parent104dba1981b5df6363aa69fe3da5cae83b481a30 (diff)
downloadyasm-e5b53cf7e6411391c62c3a1e52c3115bc22b5247.tar.gz
change vsyasm property sheet to use an absolute path to vsyasm (as msbuild requires)
svn path=/trunk/yasm/; revision=2328
-rw-r--r--Mkfiles/vc10/vsyasm.props2
1 files changed, 1 insertions, 1 deletions
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 @@
<ObjectFile>$(IntDir)</ObjectFile>
<PreProc>0</PreProc>
<Parser>0</Parser>
- <CommandLineTemplate>vsyasm -Xvc -f $(Platform) [AllOptions] [AdditionalOptions] [Inputs]</CommandLineTemplate>
+ <CommandLineTemplate>"C:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\bin\vsyasm" -Xvc -f $(Platform) [AllOptions] [AdditionalOptions] [Inputs]</CommandLineTemplate>
<Outputs>%(ObjectFile)</Outputs>
<ExecutionDescription>Assembling %(Filename)%(Extension)</ExecutionDescription>
<ShowOnlyRuleProperties>false</ShowOnlyRuleProperties>