From 22dcb59510b45546e7bac3695eca03eae1a71c14 Mon Sep 17 00:00:00 2001 From: thrust26 Date: Sun, 5 Jan 2020 23:35:42 +0100 Subject: [PATCH] reorganize paths for windows code generation --- src/windows/Stella.vcxproj | 26 ++++++++++++++++---------- 1 file changed, 16 insertions(+), 10 deletions(-) diff --git a/src/windows/Stella.vcxproj b/src/windows/Stella.vcxproj index a3f520dbb..e67fcea77 100644 --- a/src/windows/Stella.vcxproj +++ b/src/windows/Stella.vcxproj @@ -96,15 +96,15 @@ <_ProjectFileVersion>10.0.30319.1 - Debug\ - Debug\ + $(Platform)\$(Configuration)\ + $(Platform)\$(Configuration)\ true $(Platform)\$(Configuration)\ $(Platform)\$(Configuration)\ true - Release\ + $(Platform)\$(Configuration)\ Release\ - Release\ + $(Platform)\$(Configuration)\ Release\ $(Platform)\$(Configuration)\ $(Platform)\$(Configuration)\ @@ -165,13 +165,14 @@ Level4 EditAndContinue - $(IntDir)%(RelativeDir) + $(IntDir)obj\win\%(RelativeDir) StreamingSIMDExtensions stdcpp17 true 4100;4127;4146;4244;%(DisableSpecificWarnings) CompileAsCpp NoListing + $(IntDir)asm\win\%(RelativeDir) SDL2.lib;SDL2main.lib;SDL2main.lib;%(AdditionalDependencies) @@ -201,12 +202,13 @@ Level4 ProgramDatabase - $(IntDir)%(RelativeDir) + $(IntDir)obj\win\%(RelativeDir) stdcpp17 true 4100;4127;4146;4244;%(DisableSpecificWarnings) CompileAsCpp NoListing + $(IntDir)asm\win\%(RelativeDir) SDL2.lib;SDL2main.lib;SDL2main.lib;%(AdditionalDependencies) @@ -233,13 +235,14 @@ Level4 ProgramDatabase - $(IntDir)%(RelativeDir) + $(IntDir)obj\win\%(RelativeDir) StreamingSIMDExtensions stdcpp17 true 4100;4127;4146;4244;%(DisableSpecificWarnings) CompileAsCpp NoListing + $(IntDir)asm\win\%(RelativeDir) SDL2.lib;SDL2main.lib;SDL2main.lib;%(AdditionalDependencies) @@ -267,13 +270,14 @@ Level4 ProgramDatabase - $(IntDir)%(RelativeDir) + $(IntDir)obj\win\%(RelativeDir) StreamingSIMDExtensions stdcpp17 true 4100;4127;4146;4244;%(DisableSpecificWarnings) CompileAsCpp NoListing + $(IntDir)asm\win\%(RelativeDir) SDL2.lib;SDL2main.lib;SDL2main.lib;%(AdditionalDependencies) @@ -305,12 +309,13 @@ Level4 None - $(IntDir)%(RelativeDir) + $(IntDir)obj\win\%(RelativeDir) stdcpp17 true 4100;4127;4146;4244;%(DisableSpecificWarnings) CompileAsCpp NoListing + $(IntDir)asm\win\%(RelativeDir) SDL2.lib;SDL2main.lib;%(AdditionalDependencies) @@ -342,12 +347,13 @@ Level4 ProgramDatabase - $(IntDir)%(RelativeDir) + $(IntDir)obj\win\%(RelativeDir) stdcpp17 true 4100;4127;4146;4244;%(DisableSpecificWarnings) CompileAsCpp All + $(IntDir)asm\win\%(RelativeDir) SDL2.lib;SDL2main.lib;%(AdditionalDependencies)