summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrian Gladman <brg@gladman.plus.com>2010-03-03 10:31:37 +0000
committerBrian Gladman <brg@gladman.plus.com>2010-03-03 10:31:37 +0000
commit7b10030105885b15cfce1ba4bd31d09e1b81d9ec (patch)
treeaefde227c81824d2cf4f875b88d9a8b45c8767f1
parentd7ca41bfa8ea2f3aee02664bbbca5d010b8ff323 (diff)
downloadyasm-7b10030105885b15cfce1ba4bd31d09e1b81d9ec.tar.gz
Adjust YASM integration into Visual Studio 2010 slightly
svn path=/trunk/yasm/; revision=2298
-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 4f2cc764..24d8972a 100644
--- a/Mkfiles/vc10/vsyasm.props
+++ b/Mkfiles/vc10/vsyasm.props
@@ -12,7 +12,7 @@
<ItemDefinitionGroup>
<YASM>
<Debug>False</Debug>
- <ObjectFileName>$(IntDir)$(TargetName)</ObjectFileName>
+ <ObjectFileName>$(IntDir)</ObjectFileName>
<PreProc>0</PreProc>
<Parser>0</Parser>
<CommandLineTemplate>vsyasm -Xvc -f $(Platform) [AllOptions] [AdditionalOptions] [Inputs]</CommandLineTemplate>