summary refs log tree commit diff stats
path: root/src/htm
diff options
context:
space:
mode:
authorBerke Viktor <bviktor@hexchat.org>2012-11-04 23:26:43 +0100
committerBerke Viktor <bviktor@hexchat.org>2012-11-04 23:26:43 +0100
commit79fa1a0521b3e7fabed63a214cfc21600a74a4b4 (patch)
tree1c652638be7fbc5df38820a44c1f02c9020e75ed /src/htm
parent83189aadfead6ccdf42145abd8742ddfdb2ef61c (diff)
Move build files out of the source tree, make grep usage much easier
Diffstat (limited to 'src/htm')
-rw-r--r--src/htm/htm-xp.csproj4
-rw-r--r--src/htm/htm.csproj4
2 files changed, 4 insertions, 4 deletions
diff --git a/src/htm/htm-xp.csproj b/src/htm/htm-xp.csproj
index 975870b3..84fce8aa 100644
--- a/src/htm/htm-xp.csproj
+++ b/src/htm/htm-xp.csproj
@@ -35,7 +35,7 @@
     <PlatformTarget>x86</PlatformTarget>

     <DebugType>pdbonly</DebugType>

     <Optimize>true</Optimize>

-    <OutputPath>..\..\win32\build-xp\Win32\bin\</OutputPath>

+    <OutputPath>..\..\..\hexchat-build-xp\Win32\bin\</OutputPath>

     <DefineConstants>TRACE</DefineConstants>

     <ErrorReport>prompt</ErrorReport>

     <WarningLevel>4</WarningLevel>

@@ -61,7 +61,7 @@
   </PropertyGroup>

   <PropertyGroup />

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

-    <OutputPath>..\..\win32\build-xp\x64\bin\</OutputPath>

+    <OutputPath>..\..\..\hexchat-build-xp\x64\bin\</OutputPath>

     <DefineConstants>TRACE</DefineConstants>

     <Optimize>true</Optimize>

     <DebugType>pdbonly</DebugType>

diff --git a/src/htm/htm.csproj b/src/htm/htm.csproj
index d3bfac39..eea953d2 100644
--- a/src/htm/htm.csproj
+++ b/src/htm/htm.csproj
@@ -35,7 +35,7 @@
     <PlatformTarget>x86</PlatformTarget>

     <DebugType>pdbonly</DebugType>

     <Optimize>true</Optimize>

-    <OutputPath>..\..\win32\build\Win32\bin\</OutputPath>

+    <OutputPath>..\..\..\hexchat-build\Win32\bin\</OutputPath>

     <DefineConstants>TRACE</DefineConstants>

     <ErrorReport>prompt</ErrorReport>

     <WarningLevel>4</WarningLevel>

@@ -61,7 +61,7 @@
   </PropertyGroup>

   <PropertyGroup />

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

-    <OutputPath>..\..\win32\build\x64\bin\</OutputPath>

+    <OutputPath>..\..\..\hexchat-build\x64\bin\</OutputPath>

     <DefineConstants>TRACE</DefineConstants>

     <Optimize>true</Optimize>

     <DebugType>pdbonly</DebugType>