]> granicus.if.org Git - yasm/commitdiff
change vsyasm property sheet to use an absolute path to vsyasm (as msbuild requires)
authorBrian Gladman <brg@gladman.plus.com>
Mon, 24 May 2010 08:37:45 +0000 (08:37 -0000)
committerBrian Gladman <brg@gladman.plus.com>
Mon, 24 May 2010 08:37:45 +0000 (08:37 -0000)
svn path=/trunk/yasm/; revision=2328

Mkfiles/vc10/vsyasm.props

index c7a9749541425e5c0c3c579a00a00d93f1481a14..c8f8472e30ea74e6a44c26bfd574cff7dd3620dc 100644 (file)
@@ -15,7 +15,7 @@
       <ObjectFile>$(IntDir)</ObjectFile>\r
       <PreProc>0</PreProc>\r
       <Parser>0</Parser>\r
-      <CommandLineTemplate>vsyasm -Xvc -f $(Platform) [AllOptions] [AdditionalOptions] [Inputs]</CommandLineTemplate>\r
+      <CommandLineTemplate>"C:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\bin\vsyasm" -Xvc -f $(Platform) [AllOptions] [AdditionalOptions] [Inputs]</CommandLineTemplate>\r
       <Outputs>%(ObjectFile)</Outputs>\r
       <ExecutionDescription>Assembling %(Filename)%(Extension)</ExecutionDescription>\r
       <ShowOnlyRuleProperties>false</ShowOnlyRuleProperties>\r