summary refs log tree commit diff stats
path: root/src/dirent
diff options
context:
space:
mode:
authorBerke Viktor <bviktor@hexchat.org>2012-10-02 18:21:16 +0200
committerBerke Viktor <bviktor@hexchat.org>2012-10-02 18:21:16 +0200
commitde70630cef07d2a502d41bccb63fdcb43c7a044e (patch)
tree847818215affbdb34a535b041f0e37244d1b56b9 /src/dirent
parent75fa95d3a3ecac4371f05c86bc2f8fb79814acd4 (diff)
Oops, wrong find'n'replace
Diffstat (limited to 'src/dirent')
-rw-r--r--src/dirent/dirent-xp.vcxproj4
-rw-r--r--src/dirent/dirent.vcxproj4
2 files changed, 4 insertions, 4 deletions
diff --git a/src/dirent/dirent-xp.vcxproj b/src/dirent/dirent-xp.vcxproj
index 5159f76f..b8292a03 100644
--- a/src/dirent/dirent-xp.vcxproj
+++ b/src/dirent/dirent-xp.vcxproj
@@ -51,12 +51,12 @@
   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">

     <TargetName>$(ProjectName)-win32</TargetName>

     <OutDir>$(HexChatBin)</OutDir>

-    <IntDir>$(SolutionDir)build\$(HexChatObj)$(ProjectName)\</IntDir>

+    <IntDir>$(HexChatObj)$(ProjectName)\</IntDir>

   </PropertyGroup>

   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">

     <TargetName>$(ProjectName)-win32</TargetName>

     <OutDir>$(HexChatBin)</OutDir>

-    <IntDir>$(SolutionDir)build\$(HexChatObj)$(ProjectName)\</IntDir>

+    <IntDir>$(HexChatObj)$(ProjectName)\</IntDir>

   </PropertyGroup>

   <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">

     <ClCompile>

diff --git a/src/dirent/dirent.vcxproj b/src/dirent/dirent.vcxproj
index 35624428..2790cc24 100644
--- a/src/dirent/dirent.vcxproj
+++ b/src/dirent/dirent.vcxproj
@@ -51,12 +51,12 @@
   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">

     <TargetName>$(ProjectName)-win32</TargetName>

     <OutDir>$(HexChatBin)</OutDir>

-    <IntDir>$(SolutionDir)build\$(HexChatObj)$(ProjectName)\</IntDir>

+    <IntDir>$(HexChatObj)$(ProjectName)\</IntDir>

   </PropertyGroup>

   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">

     <TargetName>$(ProjectName)-win32</TargetName>

     <OutDir>$(HexChatBin)</OutDir>

-    <IntDir>$(SolutionDir)build\$(HexChatObj)$(ProjectName)\</IntDir>

+    <IntDir>$(HexChatObj)$(ProjectName)\</IntDir>

   </PropertyGroup>

   <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">

     <ClCompile>