From 567270d5a713d7b9dd3e2f89aaab5b07db4fb55c Mon Sep 17 00:00:00 2001 From: Berke Viktor Date: Tue, 2 Oct 2012 18:15:49 +0200 Subject: Remove hardcoding as much as possible --- src/common/common-xp.vcxproj | 8 ++++---- src/common/common.vcxproj | 8 ++++---- 2 files changed, 8 insertions(+), 8 deletions(-) (limited to 'src/common') diff --git a/src/common/common-xp.vcxproj b/src/common/common-xp.vcxproj index 2546b11e..89e7878a 100644 --- a/src/common/common-xp.vcxproj +++ b/src/common/common-xp.vcxproj @@ -108,12 +108,12 @@ - $(SolutionDir)build\$(PlatformName)\bin\ - $(SolutionDir)build\$(PlatformName)\obj\$(ProjectName)\ + $(HexChatBin) + $(SolutionDir)build\$(HexChatObj)$(ProjectName)\ - $(SolutionDir)build\$(PlatformName)\bin\ - $(SolutionDir)build\$(PlatformName)\obj\$(ProjectName)\ + $(HexChatBin) + $(SolutionDir)build\$(HexChatObj)$(ProjectName)\ diff --git a/src/common/common.vcxproj b/src/common/common.vcxproj index 7a531fc2..44954c05 100644 --- a/src/common/common.vcxproj +++ b/src/common/common.vcxproj @@ -108,12 +108,12 @@ - $(SolutionDir)build\$(PlatformName)\bin\ - $(SolutionDir)build\$(PlatformName)\obj\$(ProjectName)\ + $(HexChatBin) + $(SolutionDir)build\$(HexChatObj)$(ProjectName)\ - $(SolutionDir)build\$(PlatformName)\bin\ - $(SolutionDir)build\$(PlatformName)\obj\$(ProjectName)\ + $(HexChatBin) + $(SolutionDir)build\$(HexChatObj)$(ProjectName)\ -- cgit 1.4.1