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/exec/exec-xp.vcxproj | 8 ++++---- plugins/exec/exec.vcxproj | 8 ++++---- 2 files changed, 8 insertions(+), 8 deletions(-) (limited to 'plugins/exec') diff --git a/plugins/exec/exec-xp.vcxproj b/plugins/exec/exec-xp.vcxproj index 3d7d8ea6..a1c4ec8f 100644 --- a/plugins/exec/exec-xp.vcxproj +++ b/plugins/exec/exec-xp.vcxproj @@ -45,14 +45,14 @@ false hcexec - $(SolutionDir)build\$(PlatformName)\bin\ - $(SolutionDir)build\$(PlatformName)\obj\$(ProjectName)\ + $(HexChatBin) + $(SolutionDir)build\$(HexChatObj)$(ProjectName)\ false hcexec - $(SolutionDir)build\$(PlatformName)\bin\ - $(SolutionDir)build\$(PlatformName)\obj\$(ProjectName)\ + $(HexChatBin) + $(SolutionDir)build\$(HexChatObj)$(ProjectName)\ diff --git a/plugins/exec/exec.vcxproj b/plugins/exec/exec.vcxproj index e26b1c54..ae88a968 100644 --- a/plugins/exec/exec.vcxproj +++ b/plugins/exec/exec.vcxproj @@ -45,14 +45,14 @@ false hcexec - $(SolutionDir)build\$(PlatformName)\bin\ - $(SolutionDir)build\$(PlatformName)\obj\$(ProjectName)\ + $(HexChatBin) + $(SolutionDir)build\$(HexChatObj)$(ProjectName)\ false hcexec - $(SolutionDir)build\$(PlatformName)\bin\ - $(SolutionDir)build\$(PlatformName)\obj\$(ProjectName)\ + $(HexChatBin) + $(SolutionDir)build\$(HexChatObj)$(ProjectName)\ -- cgit 1.4.1