Move build files out of the source tree, make grep usage much easier

This commit is contained in:
Berke Viktor
2012-11-04 23:26:43 +01:00
parent 83189aadfe
commit 79fa1a0521
4 changed files with 6 additions and 6 deletions

View File

@@ -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>