summary refs log tree commit diff stats
path: root/win32
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 /win32
parent75fa95d3a3ecac4371f05c86bc2f8fb79814acd4 (diff)
Oops, wrong find'n'replace
Diffstat (limited to 'win32')
-rw-r--r--win32/copy/copy-xp.vcxproj4
-rw-r--r--win32/copy/copy.vcxproj4
-rw-r--r--win32/installer/installer-xp.vcxproj4
-rw-r--r--win32/installer/installer.vcxproj4
-rw-r--r--win32/nls/nls-xp.vcxproj4
-rw-r--r--win32/nls/nls.vcxproj4
6 files changed, 12 insertions, 12 deletions
diff --git a/win32/copy/copy-xp.vcxproj b/win32/copy/copy-xp.vcxproj
index 745291c9..a52e6197 100644
--- a/win32/copy/copy-xp.vcxproj
+++ b/win32/copy/copy-xp.vcxproj
@@ -43,11 +43,11 @@
   <PropertyGroup Label="UserMacros" />

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

     <OutDir>$(HexChatBin)</OutDir>

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

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

   </PropertyGroup>

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

     <OutDir>$(HexChatBin)</OutDir>

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

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

   </PropertyGroup>

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

     <ClCompile>

diff --git a/win32/copy/copy.vcxproj b/win32/copy/copy.vcxproj
index f382e311..ac121416 100644
--- a/win32/copy/copy.vcxproj
+++ b/win32/copy/copy.vcxproj
@@ -43,11 +43,11 @@
   <PropertyGroup Label="UserMacros" />

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

     <OutDir>$(HexChatBin)</OutDir>

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

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

   </PropertyGroup>

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

     <OutDir>$(HexChatBin)</OutDir>

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

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

   </PropertyGroup>

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

     <ClCompile>

diff --git a/win32/installer/installer-xp.vcxproj b/win32/installer/installer-xp.vcxproj
index a9adfbe5..f2a46f3f 100644
--- a/win32/installer/installer-xp.vcxproj
+++ b/win32/installer/installer-xp.vcxproj
@@ -43,11 +43,11 @@
   <PropertyGroup Label="UserMacros" />

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

     <OutDir>$(HexChatBin)</OutDir>

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

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

   </PropertyGroup>

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

     <OutDir>$(HexChatBin)</OutDir>

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

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

   </PropertyGroup>

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

     <ClCompile>

diff --git a/win32/installer/installer.vcxproj b/win32/installer/installer.vcxproj
index 34db26b9..15fc19bb 100644
--- a/win32/installer/installer.vcxproj
+++ b/win32/installer/installer.vcxproj
@@ -43,11 +43,11 @@
   <PropertyGroup Label="UserMacros" />

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

     <OutDir>$(HexChatBin)</OutDir>

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

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

   </PropertyGroup>

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

     <OutDir>$(HexChatBin)</OutDir>

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

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

   </PropertyGroup>

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

     <ClCompile>

diff --git a/win32/nls/nls-xp.vcxproj b/win32/nls/nls-xp.vcxproj
index cf366fed..760be1f3 100644
--- a/win32/nls/nls-xp.vcxproj
+++ b/win32/nls/nls-xp.vcxproj
@@ -43,11 +43,11 @@
   <PropertyGroup Label="UserMacros" />

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

     <OutDir>$(HexChatBin)</OutDir>

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

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

   </PropertyGroup>

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

     <OutDir>$(HexChatBin)</OutDir>

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

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

   </PropertyGroup>

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

     <ClCompile>

diff --git a/win32/nls/nls.vcxproj b/win32/nls/nls.vcxproj
index 521510a7..6af798eb 100644
--- a/win32/nls/nls.vcxproj
+++ b/win32/nls/nls.vcxproj
@@ -43,11 +43,11 @@
   <PropertyGroup Label="UserMacros" />

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

     <OutDir>$(HexChatBin)</OutDir>

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

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

   </PropertyGroup>

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

     <OutDir>$(HexChatBin)</OutDir>

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

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

   </PropertyGroup>

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

     <ClCompile>