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 --- plugins/hextray/hextray.vcxproj | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'plugins/hextray/hextray.vcxproj') diff --git a/plugins/hextray/hextray.vcxproj b/plugins/hextray/hextray.vcxproj index 9c3f7366..765e5124 100644 --- a/plugins/hextray/hextray.vcxproj +++ b/plugins/hextray/hextray.vcxproj @@ -44,13 +44,13 @@ false - $(SolutionDir)build\$(PlatformName)\bin\ - $(SolutionDir)build\$(PlatformName)\obj\$(ProjectName)\ + $(HexChatBin) + $(SolutionDir)build\$(HexChatObj)$(ProjectName)\ false - $(SolutionDir)build\$(PlatformName)\bin\ - $(SolutionDir)build\$(PlatformName)\obj\$(ProjectName)\ + $(HexChatBin) + $(SolutionDir)build\$(HexChatObj)$(ProjectName)\ -- cgit 1.4.1