From 23b97982c719f7b01bd98484bcc062f7fec33ffa Mon Sep 17 00:00:00 2001 From: Enrico Giordani Date: Wed, 2 Dec 2015 16:48:03 +0100 Subject: [PATCH] [Build] Added platform in the destination folder path for the x86 build. --- msvs/RedisBenchmark/RedisBenchmark.vcxproj | 4 ++++ msvs/RedisCheckAof/RedisCheckAof.vcxproj | 4 ++++ msvs/RedisCheckDump/RedisCheckDump.vcxproj | 4 ++++ msvs/RedisCli/RedisCli.vcxproj | 4 ++++ msvs/RedisServer.vcxproj | 4 ++++ msvs/hiredis/hiredis.vcxproj | 4 ++++ msvs/lua/lua/lua.vcxproj | 4 ++++ src/Win32_Interop/Win32_Interop.vcxproj | 9 ++++++++- 8 files changed, 36 insertions(+), 1 deletion(-) diff --git a/msvs/RedisBenchmark/RedisBenchmark.vcxproj b/msvs/RedisBenchmark/RedisBenchmark.vcxproj index 213c01f5..19063383 100644 --- a/msvs/RedisBenchmark/RedisBenchmark.vcxproj +++ b/msvs/RedisBenchmark/RedisBenchmark.vcxproj @@ -73,6 +73,8 @@ false redis-benchmark + $(SolutionDir)$(Platform)\$(Configuration)\ + $(Platform)\$(Configuration)\ false @@ -81,6 +83,8 @@ false redis-benchmark + $(SolutionDir)$(Platform)\$(Configuration)\ + $(Platform)\$(Configuration)\ diff --git a/msvs/RedisCheckAof/RedisCheckAof.vcxproj b/msvs/RedisCheckAof/RedisCheckAof.vcxproj index 44560957..1f927177 100644 --- a/msvs/RedisCheckAof/RedisCheckAof.vcxproj +++ b/msvs/RedisCheckAof/RedisCheckAof.vcxproj @@ -72,12 +72,16 @@ redis-check-aof false + $(SolutionDir)$(Platform)\$(Configuration)\ + $(Platform)\$(Configuration)\ redis-check-aof redis-check-aof + $(SolutionDir)$(Platform)\$(Configuration)\ + $(Platform)\$(Configuration)\ diff --git a/msvs/RedisCheckDump/RedisCheckDump.vcxproj b/msvs/RedisCheckDump/RedisCheckDump.vcxproj index 4a9b2bda..e89fe5b5 100644 --- a/msvs/RedisCheckDump/RedisCheckDump.vcxproj +++ b/msvs/RedisCheckDump/RedisCheckDump.vcxproj @@ -72,12 +72,16 @@ redis-check-dump false + $(SolutionDir)$(Platform)\$(Configuration)\ + $(Platform)\$(Configuration)\ redis-check-dump redis-check-dump + $(SolutionDir)$(Platform)\$(Configuration)\ + $(Platform)\$(Configuration)\ diff --git a/msvs/RedisCli/RedisCli.vcxproj b/msvs/RedisCli/RedisCli.vcxproj index fc428aa0..7fbc3b60 100644 --- a/msvs/RedisCli/RedisCli.vcxproj +++ b/msvs/RedisCli/RedisCli.vcxproj @@ -72,12 +72,16 @@ redis-cli false + $(SolutionDir)$(Platform)\$(Configuration)\ + $(Platform)\$(Configuration)\ redis-cli redis-cli + $(SolutionDir)$(Platform)\$(Configuration)\ + $(Platform)\$(Configuration)\ diff --git a/msvs/RedisServer.vcxproj b/msvs/RedisServer.vcxproj index 61de593b..115ce90c 100644 --- a/msvs/RedisServer.vcxproj +++ b/msvs/RedisServer.vcxproj @@ -70,6 +70,8 @@ false redis-server false + $(SolutionDir)$(Platform)\$(Configuration)\ + $(Platform)\$(Configuration)\ false @@ -81,6 +83,8 @@ false redis-server false + $(SolutionDir)$(Platform)\$(Configuration)\ + $(Platform)\$(Configuration)\ diff --git a/msvs/hiredis/hiredis.vcxproj b/msvs/hiredis/hiredis.vcxproj index 55eccb6b..0622958e 100644 --- a/msvs/hiredis/hiredis.vcxproj +++ b/msvs/hiredis/hiredis.vcxproj @@ -71,12 +71,16 @@ hiredis + $(SolutionDir)$(Platform)\$(Configuration)\ + $(Platform)\$(Configuration)\ hiredis hiredis + $(SolutionDir)$(Platform)\$(Configuration)\ + $(Platform)\$(Configuration)\ diff --git a/msvs/lua/lua/lua.vcxproj b/msvs/lua/lua/lua.vcxproj index af271e40..b1871308 100644 --- a/msvs/lua/lua/lua.vcxproj +++ b/msvs/lua/lua/lua.vcxproj @@ -76,6 +76,8 @@ true .lib + $(SolutionDir)$(Platform)\$(Configuration)\ + $(Platform)\$(Configuration)\ false @@ -84,6 +86,8 @@ false .lib + $(SolutionDir)$(Platform)\$(Configuration)\ + $(Platform)\$(Configuration)\ diff --git a/src/Win32_Interop/Win32_Interop.vcxproj b/src/Win32_Interop/Win32_Interop.vcxproj index 5925a843..93fc44bd 100644 --- a/src/Win32_Interop/Win32_Interop.vcxproj +++ b/src/Win32_Interop/Win32_Interop.vcxproj @@ -152,7 +152,14 @@ link.exe -dll -noentry resources/EventLog.res -out:$(TargetDir)EventLog.dll - + + $(SolutionDir)$(Platform)\$(Configuration)\ + $(Platform)\$(Configuration)\ + + + $(SolutionDir)$(Platform)\$(Configuration)\ + $(Platform)\$(Configuration)\ +