[cogl/msvc-support] Seperate Intermediate folders for VS2008



commit 49e504c90d650fb5cc8d1d1663cb441c9341671e
Author: Chun-wei Fan <fanchunwei src gnome org>
Date:   Tue Oct 4 16:12:14 2011 +0800

    Seperate Intermediate folders for VS2008
    
    This will avoid weird VS build warnings and errors caused by files in use.

 build/win32/vs9/cogl.vsprops |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/build/win32/vs9/cogl.vsprops b/build/win32/vs9/cogl.vsprops
index f7a7896..ae7460a 100644
--- a/build/win32/vs9/cogl.vsprops
+++ b/build/win32/vs9/cogl.vsprops
@@ -4,7 +4,7 @@
 	Version="8.00"
 	Name="coglprops"
 	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]