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 @@ +