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/dirent/dirent-xp.vcxproj | 8 ++++---- src/dirent/dirent.vcxproj | 8 ++++---- 2 files changed, 8 insertions(+), 8 deletions(-) (limited to 'src/dirent') diff --git a/src/dirent/dirent-xp.vcxproj b/src/dirent/dirent-xp.vcxproj index 0df2bf7e..5159f76f 100644 --- a/src/dirent/dirent-xp.vcxproj +++ b/src/dirent/dirent-xp.vcxproj @@ -50,13 +50,13 @@ $(ProjectName)-win32 - $(SolutionDir)build\$(PlatformName)\bin\ - $(SolutionDir)build\$(PlatformName)\obj\$(ProjectName)\ + $(HexChatBin) + $(SolutionDir)build\$(HexChatObj)$(ProjectName)\ $(ProjectName)-win32 - $(SolutionDir)build\$(PlatformName)\bin\ - $(SolutionDir)build\$(PlatformName)\obj\$(ProjectName)\ + $(HexChatBin) + $(SolutionDir)build\$(HexChatObj)$(ProjectName)\ diff --git a/src/dirent/dirent.vcxproj b/src/dirent/dirent.vcxproj index 4e985a64..35624428 100644 --- a/src/dirent/dirent.vcxproj +++ b/src/dirent/dirent.vcxproj @@ -50,13 +50,13 @@ $(ProjectName)-win32 - $(SolutionDir)build\$(PlatformName)\bin\ - $(SolutionDir)build\$(PlatformName)\obj\$(ProjectName)\ + $(HexChatBin) + $(SolutionDir)build\$(HexChatObj)$(ProjectName)\ $(ProjectName)-win32 - $(SolutionDir)build\$(PlatformName)\bin\ - $(SolutionDir)build\$(PlatformName)\obj\$(ProjectName)\ + $(HexChatBin) + $(SolutionDir)build\$(HexChatObj)$(ProjectName)\ -- cgit 1.4.1