summary refs log tree commit diff stats
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
parent83189aadfead6ccdf42145abd8742ddfdb2ef61c (diff)
Move build files out of the source tree, make grep usage much easier
-rw-r--r--src/htm/htm-xp.csproj4
-rw-r--r--src/htm/htm.csproj4
-rw-r--r--win32/hexchat-xp.props2
-rw-r--r--win32/hexchat.props2
4 files changed, 6 insertions, 6 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>

diff --git a/win32/hexchat-xp.props b/win32/hexchat-xp.props
index 2d94ab14..68a5d827 100644
--- a/win32/hexchat-xp.props
+++ b/win32/hexchat-xp.props
@@ -36,7 +36,7 @@
     <Gtk>$(DepsRoot)\include\gtk-2.0;$(DepsRoot)\lib\gtk-2.0\include;$(DepsRoot)\include\atk-1.0;$(DepsRoot)\include\cairo;$(DepsRoot)\include\pango-1.0;$(DepsRoot)\include\gdk-pixbuf-2.0</Gtk>

     <Pixmaps>png_ulist_voice "$(SolutionDir)\..\src\pixmaps\ulist_voice.png" png_ulist_halfop "$(SolutionDir)\..\src\pixmaps\ulist_halfop.png" png_ulist_op "$(SolutionDir)\..\src\pixmaps\ulist_op.png" png_ulist_owner "$(SolutionDir)\..\src\pixmaps\ulist_owner.png" png_ulist_founder "$(SolutionDir)\..\src\pixmaps\ulist_founder.png" png_ulist_netop "$(SolutionDir)\..\src\pixmaps\ulist_netop.png" png_tray_fileoffer "$(SolutionDir)\..\src\pixmaps\tray_fileoffer.png" png_tray_highlight "$(SolutionDir)\..\src\pixmaps\tray_highlight.png" png_tray_message "$(SolutionDir)\..\src\pixmaps\tray_message.png" png_tree_channel "$(SolutionDir)\..\src\pixmaps\tree_channel.png" png_tree_dialog "$(SolutionDir)\..\src\pixmaps\tree_dialog.png" png_tree_server "$(SolutionDir)\..\src\pixmaps\tree_server.png" png_tree_util "$(SolutionDir)\..\src\pixmaps\tree_util.png" png_book "$(SolutionDir)\..\src\pixmaps\book.png" png_hexchat "$(SolutionDir)\..\src\pixmaps\hexchat.png"</Pixmaps>

     <DepLibs>gtk-win32-2.0.lib;gdk-win32-2.0.lib;atk-1.0.lib;gio-2.0.lib;gdk_pixbuf-2.0.lib;pangowin32-1.0.lib;pangocairo-1.0.lib;pango-1.0.lib;cairo.lib;gobject-2.0.lib;gmodule-2.0.lib;glib-2.0.lib;intl.lib;libxml2.lib;libeay32.lib;ssleay32.lib;wininet.lib;winmm.lib;ws2_32.lib</DepLibs>

-    <HexChatBuild>$(SolutionDir)build-xp</HexChatBuild>

+    <HexChatBuild>$(SolutionDir)..\..\hexchat-build-xp</HexChatBuild>

     <HexChatBin>$(HexChatBuild)\$(PlatformName)\bin\</HexChatBin>

     <HexChatObj>$(HexChatBuild)\$(PlatformName)\obj\</HexChatObj>

     <HexChatRel>$(HexChatBuild)\$(PlatformName)\rel</HexChatRel>

diff --git a/win32/hexchat.props b/win32/hexchat.props
index 2281c69f..6237cbb9 100644
--- a/win32/hexchat.props
+++ b/win32/hexchat.props
@@ -38,7 +38,7 @@
     <Gtk>$(DepsRoot)\include\gtk-2.0;$(DepsRoot)\lib\gtk-2.0\include;$(DepsRoot)\include\atk-1.0;$(DepsRoot)\include\cairo;$(DepsRoot)\include\pango-1.0;$(DepsRoot)\include\gdk-pixbuf-2.0</Gtk>

     <Pixmaps>png_ulist_voice "$(SolutionDir)\..\src\pixmaps\ulist_voice.png" png_ulist_halfop "$(SolutionDir)\..\src\pixmaps\ulist_halfop.png" png_ulist_op "$(SolutionDir)\..\src\pixmaps\ulist_op.png" png_ulist_owner "$(SolutionDir)\..\src\pixmaps\ulist_owner.png" png_ulist_founder "$(SolutionDir)\..\src\pixmaps\ulist_founder.png" png_ulist_netop "$(SolutionDir)\..\src\pixmaps\ulist_netop.png" png_tray_fileoffer "$(SolutionDir)\..\src\pixmaps\tray_fileoffer.png" png_tray_highlight "$(SolutionDir)\..\src\pixmaps\tray_highlight.png" png_tray_message "$(SolutionDir)\..\src\pixmaps\tray_message.png" png_tree_channel "$(SolutionDir)\..\src\pixmaps\tree_channel.png" png_tree_dialog "$(SolutionDir)\..\src\pixmaps\tree_dialog.png" png_tree_server "$(SolutionDir)\..\src\pixmaps\tree_server.png" png_tree_util "$(SolutionDir)\..\src\pixmaps\tree_util.png" png_book "$(SolutionDir)\..\src\pixmaps\book.png" png_hexchat "$(SolutionDir)\..\src\pixmaps\hexchat.png"</Pixmaps>

     <DepLibs>gtk-win32-2.0.lib;gdk-win32-2.0.lib;atk-1.0.lib;gio-2.0.lib;gdk_pixbuf-2.0.lib;pangowin32-1.0.lib;pangocairo-1.0.lib;pango-1.0.lib;cairo.lib;gobject-2.0.lib;gmodule-2.0.lib;glib-2.0.lib;libintl.lib;libxml2.lib;libeay32.lib;ssleay32.lib;wininet.lib;winmm.lib;ws2_32.lib</DepLibs>

-    <HexChatBuild>$(SolutionDir)build</HexChatBuild>

+    <HexChatBuild>$(SolutionDir)..\..\hexchat-build</HexChatBuild>

     <HexChatBin>$(HexChatBuild)\$(PlatformName)\bin\</HexChatBin>

     <HexChatObj>$(HexChatBuild)\$(PlatformName)\obj\</HexChatObj>

     <HexChatRel>$(HexChatBuild)\$(PlatformName)\rel</HexChatRel>