From 61c3b9395ff167f2f1716e7c8fd59082c6e5ba49 Mon Sep 17 00:00:00 2001 From: Chun-wei Fan Date: Fri, 4 Nov 2011 12:01:51 +0800 Subject: [PATCH] Fix cally-atkevents-example VS projects Refer to $(srcroot)\clutter so that the correct Cally headers can be referenced --- build/win32/vs10/cally-atkevents-example.vcxproj | 4 ++++ build/win32/vs9/cally-atkevents-example.vcproj | 4 ++++ 2 files changed, 8 insertions(+) diff --git a/build/win32/vs10/cally-atkevents-example.vcxproj b/build/win32/vs10/cally-atkevents-example.vcxproj index de73895..dfbb812 100644 --- a/build/win32/vs10/cally-atkevents-example.vcxproj +++ b/build/win32/vs10/cally-atkevents-example.vcxproj @@ -71,6 +71,7 @@ Disabled + ..\..\..\clutter;%(AdditionalIncludeDirectories) _DEBUG;$(CallyTestDefs);%(PreprocessorDefinitions) true EnableFastChecks @@ -90,6 +91,7 @@ Disabled + ..\..\..\clutter;%(AdditionalIncludeDirectories) _DEBUG;$(CallyTestDefs);%(PreprocessorDefinitions) true EnableFastChecks @@ -114,6 +116,7 @@ MaxSpeed true + ..\..\..\clutter;%(AdditionalIncludeDirectories) $(CallyTestDefs);%(PreprocessorDefinitions) MultiThreadedDLL true @@ -133,6 +136,7 @@ + ..\..\..\clutter;%(AdditionalIncludeDirectories) $(CallyTestDefs);%(PreprocessorDefinitions) MultiThreadedDLL diff --git a/build/win32/vs9/cally-atkevents-example.vcproj b/build/win32/vs9/cally-atkevents-example.vcproj index ca5829c..d6bbed3 100644 --- a/build/win32/vs9/cally-atkevents-example.vcproj +++ b/build/win32/vs9/cally-atkevents-example.vcproj @@ -31,6 +31,7 @@