From 7b62a1130713f49536b11a8fa41819b3983f8e6d Mon Sep 17 00:00:00 2001 From: Iain Patterson Date: Sat, 21 Dec 2013 17:12:10 +0000 Subject: [PATCH] Tidy up build directories. Build object files in tmp// and link executables in out//. Now switching architectures doesn't require a full rebuild and the working directoryis a bit cleaner. --- nssm.sln | 24 +++++++++--------- nssm.vcproj | 72 ++++++++++++++++++++++++++--------------------------- 2 files changed, 48 insertions(+), 48 deletions(-) diff --git a/nssm.sln b/nssm.sln index a59b655..f79be77 100644 --- a/nssm.sln +++ b/nssm.sln @@ -5,20 +5,20 @@ Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "nssm", "nssm.vcproj", "{329 EndProject Global GlobalSection(SolutionConfigurationPlatforms) = preSolution - Debug|Win32 = Debug|Win32 - Debug|x64 = Debug|x64 - Release|Win32 = Release|Win32 - Release|x64 = Release|x64 + Release|win64 = Release|win64 + Release|win32 = Release|win32 + Debug|win64 = Debug|win64 + Debug|win32 = Debug|win32 EndGlobalSection GlobalSection(ProjectConfigurationPlatforms) = postSolution - {32995E05-606F-4D83-A2E6-C2B361B34DF1}.Debug|Win32.ActiveCfg = Debug|Win32 - {32995E05-606F-4D83-A2E6-C2B361B34DF1}.Debug|Win32.Build.0 = Debug|Win32 - {32995E05-606F-4D83-A2E6-C2B361B34DF1}.Debug|x64.ActiveCfg = Debug|x64 - {32995E05-606F-4D83-A2E6-C2B361B34DF1}.Debug|x64.Build.0 = Debug|x64 - {32995E05-606F-4D83-A2E6-C2B361B34DF1}.Release|Win32.ActiveCfg = Release|Win32 - {32995E05-606F-4D83-A2E6-C2B361B34DF1}.Release|Win32.Build.0 = Release|Win32 - {32995E05-606F-4D83-A2E6-C2B361B34DF1}.Release|x64.ActiveCfg = Release|x64 - {32995E05-606F-4D83-A2E6-C2B361B34DF1}.Release|x64.Build.0 = Release|x64 + {32995E05-606F-4D83-A2E6-C2B361B34DF1}.Release|win64.ActiveCfg = Release|x64 + {32995E05-606F-4D83-A2E6-C2B361B34DF1}.Release|win64.Build.0 = Release|x64 + {32995E05-606F-4D83-A2E6-C2B361B34DF1}.Release|win32.ActiveCfg = Release|Win32 + {32995E05-606F-4D83-A2E6-C2B361B34DF1}.Release|win32.Build.0 = Release|Win32 + {32995E05-606F-4D83-A2E6-C2B361B34DF1}.Debug|win64.ActiveCfg = Debug|x64 + {32995E05-606F-4D83-A2E6-C2B361B34DF1}.Debug|win64.Build.0 = Debug|x64 + {32995E05-606F-4D83-A2E6-C2B361B34DF1}.Debug|win32.ActiveCfg = Debug|Win32 + {32995E05-606F-4D83-A2E6-C2B361B34DF1}.Debug|win32.Build.0 = Debug|Win32 EndGlobalSection GlobalSection(SolutionProperties) = preSolution HideSolutionNode = FALSE diff --git a/nssm.vcproj b/nssm.vcproj index 8398979..803bb43 100755 --- a/nssm.vcproj +++ b/nssm.vcproj @@ -20,8 +20,8 @@ @@ -264,7 +264,7 @@ AdditionalDependencies="shlwapi.lib" LinkIncremental="1" SuppressStartupBanner="true" - ProgramDatabaseFile=".\Release/nssm.pdb" + ProgramDatabaseFile="$(OutDir)/$(ProjectName).pdb" SubSystem="1" RandomizedBaseAddress="1" DataExecutionPrevention="0" @@ -282,7 +282,7 @@ @@ -356,7 +356,7 @@ AdditionalDependencies="shlwapi.lib" LinkIncremental="1" SuppressStartupBanner="true" - ProgramDatabaseFile=".\Release/nssm.pdb" + ProgramDatabaseFile="$(OutDir)/$(ProjectName).pdb" SubSystem="1" RandomizedBaseAddress="1" DataExecutionPrevention="0" @@ -374,7 +374,7 @@