From da595cf817cc49428796b6466b4ab3e686a2f811 Mon Sep 17 00:00:00 2001 From: Cyberbeing Date: Tue, 30 Sep 2014 17:04:51 -0700 Subject: [PATCH] Fix build with Yasm 1.3.0 --- src/YASM.props | 12 +++++++++++- src/YASM.targets | 1 + src/YASM.xml | 5 +++++ 3 files changed, 17 insertions(+), 1 deletion(-) diff --git a/src/YASM.props b/src/YASM.props index cff18a3c1..9f117d4db 100644 --- a/src/YASM.props +++ b/src/YASM.props @@ -11,12 +11,22 @@ - yasm -X vc -f $(Platform) [Debug] [Defines] [IncludePaths] -o "$(IntDir)%(Filename).obj" "%(FullPath)" + yasm -X vc [Platform] [Debug] [Defines] [IncludePaths] -o "$(IntDir)%(Filename).obj" "%(FullPath)" $(IntDir)%(Filename).obj YASM: Assembling %(Filename)%(Extension) False + + + win32 + + + + + win64 + + True diff --git a/src/YASM.targets b/src/YASM.targets index ab488d396..b6c857ed5 100644 --- a/src/YASM.targets +++ b/src/YASM.targets @@ -45,6 +45,7 @@ +