[cogl/msvc-support-1.8] VS2008 support: Separate intermediate folders



commit 12bc0bf33421dd3d63cdbcd2d8afa5ea60da3eb6
Author: Chun-wei Fan <fanchunwei src gnome org>
Date:   Tue Oct 4 16:37:11 2011 +0800

    VS2008 support: Separate intermediate folders
    
    This will avoid strange errors/warnings during compilation due to 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]