[clutter/msvc-support] clutter.vsprops: Seperate intermediate folders



commit 59f6f1246fa9580a309bfadb6e497c0286cc0d6c
Author: Chun-wei Fan <fanchunwei src gnome org>
Date:   Tue Jul 19 15:30:03 2011 +0800

    clutter.vsprops: Seperate intermediate folders
    
    This will also prevent errors/warnings due to .pdb's and .idb's in use,
    where they can't be written into

 build/win32/vs9/clutter.vsprops |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/build/win32/vs9/clutter.vsprops b/build/win32/vs9/clutter.vsprops
index 01e5d9f..f659273 100644
--- a/build/win32/vs9/clutter.vsprops
+++ b/build/win32/vs9/clutter.vsprops
@@ -4,7 +4,7 @@
 	Version="8.00"
 	Name="clutterprops"
 	OutputDirectory="$(SolutionDir)$(ConfigurationName)\$(PlatformName)\bin"
-	IntermediateDirectory="$(SolutionDir)$(ConfigurationName)\$(PlatformName)\obj"
+	IntermediateDirectory="$(SolutionDir)$(ConfigurationName)\$(PlatformName)\obj\$(ProjectName)"
 	>
 	<Tool
 		Name="VCCLCompilerTool"



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]