diff --git a/build/win32/vs10/clutter.props b/build/win32/vs10/clutter.props
index 194fe794f..c49440baf 100644
--- a/build/win32/vs10/clutter.props
+++ b/build/win32/vs10/clutter.props
@@ -10,9 +10,10 @@
$(LibBuildDefines);_DEBUG;CLUTTER_ENABLE_DEBUG
$(LibBuildDefines);G_DISABLE_ASSERT;G_DISABLE_CHECKS;G_DISABLE_CAST_CHECKS
$(BaseBuildDef);G_LOG_DOMAIN="Clutter";CLUTTER_PREFIX="../";CLUTTER_LIBDIR="../lib";CLUTTER_DATADIR="../share";CLUTTER_LOCALEDIR="../share/locale";CLUTTER_SYSCONFDIR="../etc"
- $(BaseWinBuildDef);PREFIXDIR="/some/dummy/dir"
+ CLUTTER_DISABLE_DEPRECATION_WARNINGS;GLIB_DISABLE_DEPRECATION_WARNINGS
+ $(BaseWinBuildDef);PREFIXDIR="/some/dummy/dir;$(ClutterDisableDeprecationWarnings)"
$(BaseBuildDef);TESTS_DATADIR="../share/clutter-$(ClutterApiVersion)/data"
- $(BaseBuildDef);TESTS_DATA_DIR=\"../share/clutter-$(ClutterApiVersion)/data\"
+ $(BaseBuildDef);TESTS_DATA_DIR=\"../share/clutter-$(ClutterApiVersion)/data\;$(ClutterDisableDeprecationWarnings)"
if exist ..\..\..\config.h goto DONE_CONFIG_H
@@ -386,6 +387,9 @@ copy ..\..\..\doc\cookbook\examples\*.png $(CopyDir)\share\clutter-$(ClutterApiV
$(TestProgDef)
+
+ $(ClutterDisableDeprecationWarnings)
+
$(TestPerfProgDef)
diff --git a/build/win32/vs10/test-cogl-perf.vcxproj b/build/win32/vs10/test-cogl-perf.vcxproj
index 0efea013d..4d4d8b121 100644
--- a/build/win32/vs10/test-cogl-perf.vcxproj
+++ b/build/win32/vs10/test-cogl-perf.vcxproj
@@ -71,7 +71,7 @@
Disabled
- _DEBUG;$(BaseWinBuildDef);%(PreprocessorDefinitions)
+ _DEBUG;$(BaseWinBuildDef);$(ClutterDisableDeprecationWarnings);%(PreprocessorDefinitions)
true
EnableFastChecks
MultiThreadedDebugDLL
@@ -89,7 +89,7 @@
Disabled
- _DEBUG;$(BaseWinBuildDef);%(PreprocessorDefinitions)
+ _DEBUG;$(BaseWinBuildDef);$(ClutterDisableDeprecationWarnings);%(PreprocessorDefinitions)
true
EnableFastChecks
MultiThreadedDebugDLL
@@ -113,7 +113,7 @@
MaxSpeed
true
- $(BaseWinBuildDef);%(PreprocessorDefinitions)
+ $(BaseWinBuildDef);$(ClutterDisableDeprecationWarnings);%(PreprocessorDefinitions)
MultiThreadedDLL
true
@@ -131,7 +131,7 @@
- $(BaseWinBuildDef);%(PreprocessorDefinitions)
+ $(BaseWinBuildDef);$(ClutterDisableDeprecationWarnings);%(PreprocessorDefinitions)
MultiThreadedDLL
diff --git a/build/win32/vs10/test-picking.vcxproj b/build/win32/vs10/test-picking.vcxproj
index 2ad32b168..af5c40741 100644
--- a/build/win32/vs10/test-picking.vcxproj
+++ b/build/win32/vs10/test-picking.vcxproj
@@ -71,7 +71,7 @@
Disabled
- _DEBUG;$(BaseWinBuildDef);%(PreprocessorDefinitions)
+ _DEBUG;$(BaseWinBuildDef);$(ClutterDisableDeprecationWarnings);%(PreprocessorDefinitions)
true
EnableFastChecks
MultiThreadedDebugDLL
@@ -90,7 +90,7 @@
Disabled
- _DEBUG;$(BaseWinBuildDef);%(PreprocessorDefinitions)
+ _DEBUG;$(BaseWinBuildDef);$(ClutterDisableDeprecationWarnings);%(PreprocessorDefinitions)
true
EnableFastChecks
MultiThreadedDebugDLL
@@ -114,7 +114,7 @@
MaxSpeed
true
- $(BaseWinBuildDef);%(PreprocessorDefinitions)
+ $(BaseWinBuildDef);$(ClutterDisableDeprecationWarnings);%(PreprocessorDefinitions)
MultiThreadedDLL
true
@@ -132,7 +132,7 @@
- $(BaseWinBuildDef);%(PreprocessorDefinitions)
+ $(BaseWinBuildDef);$(ClutterDisableDeprecationWarnings);%(PreprocessorDefinitions)
MultiThreadedDLL
diff --git a/build/win32/vs10/test-random-text.vcxproj b/build/win32/vs10/test-random-text.vcxproj
index 5f164246d..e5068c8ab 100644
--- a/build/win32/vs10/test-random-text.vcxproj
+++ b/build/win32/vs10/test-random-text.vcxproj
@@ -71,7 +71,7 @@
Disabled
- _DEBUG;$(BaseWinBuildDef);%(PreprocessorDefinitions)
+ _DEBUG;$(BaseWinBuildDef);$(ClutterDisableDeprecationWarnings);%(PreprocessorDefinitions)
true
EnableFastChecks
MultiThreadedDebugDLL
@@ -89,7 +89,7 @@
Disabled
- _DEBUG;$(BaseWinBuildDef);%(PreprocessorDefinitions)
+ _DEBUG;$(BaseWinBuildDef);$(ClutterDisableDeprecationWarnings);%(PreprocessorDefinitions)
true
EnableFastChecks
MultiThreadedDebugDLL
@@ -113,7 +113,7 @@
MaxSpeed
true
- $(BaseWinBuildDef);%(PreprocessorDefinitions)
+ $(BaseWinBuildDef);$(ClutterDisableDeprecationWarnings);%(PreprocessorDefinitions)
MultiThreadedDLL
true
@@ -131,7 +131,7 @@
- $(BaseWinBuildDef);%(PreprocessorDefinitions)
+ $(BaseWinBuildDef);$(ClutterDisableDeprecationWarnings);%(PreprocessorDefinitions)
MultiThreadedDLL
diff --git a/build/win32/vs10/test-text-perf.vcxproj b/build/win32/vs10/test-text-perf.vcxproj
index 22dbaeb8f..1752259d7 100644
--- a/build/win32/vs10/test-text-perf.vcxproj
+++ b/build/win32/vs10/test-text-perf.vcxproj
@@ -71,7 +71,7 @@
Disabled
- _DEBUG;$(BaseWinBuildDef);%(PreprocessorDefinitions)
+ _DEBUG;$(BaseWinBuildDef);$(ClutterDisableDeprecationWarnings);%(PreprocessorDefinitions)
true
EnableFastChecks
MultiThreadedDebugDLL
@@ -89,7 +89,7 @@
Disabled
- _DEBUG;$(BaseWinBuildDef);%(PreprocessorDefinitions)
+ _DEBUG;$(BaseWinBuildDef);$(ClutterDisableDeprecationWarnings);%(PreprocessorDefinitions)
true
EnableFastChecks
MultiThreadedDebugDLL
@@ -113,7 +113,7 @@
MaxSpeed
true
- $(BaseWinBuildDef);%(PreprocessorDefinitions)
+ $(BaseWinBuildDef);$(ClutterDisableDeprecationWarnings);%(PreprocessorDefinitions)
MultiThreadedDLL
true
@@ -131,7 +131,7 @@
- $(BaseWinBuildDef);%(PreprocessorDefinitions)
+ $(BaseWinBuildDef);$(ClutterDisableDeprecationWarnings);%(PreprocessorDefinitions)
MultiThreadedDLL
diff --git a/build/win32/vs10/test-text.vcxproj b/build/win32/vs10/test-text.vcxproj
index 79af5a7e0..ef1e3f99c 100644
--- a/build/win32/vs10/test-text.vcxproj
+++ b/build/win32/vs10/test-text.vcxproj
@@ -71,7 +71,7 @@
Disabled
- _DEBUG;$(BaseWinBuildDef);%(PreprocessorDefinitions)
+ _DEBUG;$(BaseWinBuildDef);$(ClutterDisableDeprecationWarnings);%(PreprocessorDefinitions)
true
EnableFastChecks
MultiThreadedDebugDLL
@@ -89,7 +89,7 @@
Disabled
- _DEBUG;$(BaseWinBuildDef);%(PreprocessorDefinitions)
+ _DEBUG;$(BaseWinBuildDef);$(ClutterDisableDeprecationWarnings);%(PreprocessorDefinitions)
true
EnableFastChecks
MultiThreadedDebugDLL
@@ -113,7 +113,7 @@
MaxSpeed
true
- $(BaseWinBuildDef);%(PreprocessorDefinitions)
+ $(BaseWinBuildDef);$(ClutterDisableDeprecationWarnings);%(PreprocessorDefinitions)
MultiThreadedDLL
true
@@ -131,7 +131,7 @@
- $(BaseWinBuildDef);%(PreprocessorDefinitions)
+ $(BaseWinBuildDef);$(ClutterDisableDeprecationWarnings);%(PreprocessorDefinitions)
MultiThreadedDLL