[cpp-sp COMMIT] in /branches/REL_2: .gitignore plugins/plugins-lite.vcxproj
noreply at shibboleth.net
noreply at shibboleth.net
Fri May 25 23:24:48 BST 2012
Author: scantor
Date: Fri May 25 23:24:47 2012
New Revision: 3681
URL: http://svn.shibboleth.net/view/cpp-sp?rev=3681&view=rev
Log:
Fix build directory
Modified:
branches/REL_2/.gitignore
branches/REL_2/plugins/plugins-lite.vcxproj
Modified: branches/REL_2/.gitignore
URL: http://svn.shibboleth.net/view/cpp-sp/branches/REL_2/.gitignore?rev=3681&r1=3680&r2=3681&view=diff
==============================================================================
--- branches/REL_2/.gitignore (original)
+++ branches/REL_2/.gitignore Fri May 25 23:24:47 2012
@@ -168,8 +168,8 @@
/plugins/Makefile
/plugins/Makefile.in
/plugins/*.user
-/plugins/Debug
-/plugins/Release
+/plugins/*Debug
+/plugins/*Release
/plugins/x64
/plugins/.deps
/plugins/.libs
Modified: branches/REL_2/plugins/plugins-lite.vcxproj
URL: http://svn.shibboleth.net/view/cpp-sp/branches/REL_2/plugins/plugins-lite.vcxproj?rev=3681&r1=3680&r2=3681&view=diff
==============================================================================
--- branches/REL_2/plugins/plugins-lite.vcxproj (original)
+++ branches/REL_2/plugins/plugins-lite.vcxproj Fri May 25 23:24:47 2012
@@ -64,11 +64,11 @@
<_ProjectFileVersion>10.0.30319.1</_ProjectFileVersion>
<LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">true</LinkIncremental>
<OutDir Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">$(SolutionDir)$(Platform)\$(Configuration)\</OutDir>
- <IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">$(Platform)\$(Configuration)\</IntDir>
+ <IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">$(Platform)\$(ProjectName)-$(Configuration)\</IntDir>
<LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">true</LinkIncremental>
<LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">false</LinkIncremental>
<OutDir Condition="'$(Configuration)|$(Platform)'=='Release|x64'">$(SolutionDir)$(Platform)\$(Configuration)\</OutDir>
- <IntDir Condition="'$(Configuration)|$(Platform)'=='Release|x64'">$(Platform)\$(Configuration)\</IntDir>
+ <IntDir Condition="'$(Configuration)|$(Platform)'=='Release|x64'">$(Platform)\$(ProjectName)-$(Configuration)\</IntDir>
<LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Release|x64'">false</LinkIncremental>
<CodeAnalysisRuleSet Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">AllRules.ruleset</CodeAnalysisRuleSet>
<CodeAnalysisRules Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" />
@@ -86,6 +86,8 @@
<TargetExt Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">.so</TargetExt>
<TargetExt Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">.so</TargetExt>
<TargetExt Condition="'$(Configuration)|$(Platform)'=='Release|x64'">.so</TargetExt>
+ <IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">$(ProjectName)-$(Configuration)\</IntDir>
+ <IntDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">$(ProjectName)-$(Configuration)\</IntDir>
</PropertyGroup>
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
<ClCompile>
@@ -197,4 +199,4 @@
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
<ImportGroup Label="ExtensionTargets">
</ImportGroup>
-</Project>
+</Project>
More information about the commits
mailing list