From: Chun-wei Fan Date: Thu, 8 Mar 2012 09:44:02 +0000 (+0800) Subject: Fixup VS 2010 property sheets X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=e1c99ed3c487d6e441cb8155feee4768542bb913;p=profile%2Fivi%2Fclutter.git Fixup VS 2010 property sheets There are some properties which were not correctly set. My bad for not fixing these sooner. --- diff --git a/build/win32/vs10/clutter.props b/build/win32/vs10/clutter.props index 55b76f1..f310612 100644 --- a/build/win32/vs10/clutter.props +++ b/build/win32/vs10/clutter.props @@ -11,9 +11,9 @@ $(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" CLUTTER_DISABLE_DEPRECATION_WARNINGS;GLIB_DISABLE_DEPRECATION_WARNINGS - $(BaseWinBuildDef);PREFIXDIR="/some/dummy/dir;$(ClutterDisableDeprecationWarnings)" + $(BaseWinBuildDef);PREFIXDIR="/some/dummy/dir";$(ClutterDisableDeprecationWarnings) $(BaseBuildDef);TESTS_DATADIR="../share/clutter-$(ClutterApiVersion)/data" - $(BaseBuildDef);TESTS_DATA_DIR=\"../share/clutter-$(ClutterApiVersion)/data\;$(ClutterDisableDeprecationWarnings)" + $(BaseBuildDef);TESTS_DATA_DIR="../share/clutter-$(ClutterApiVersion)/data";$(ClutterDisableDeprecationWarnings) if exist ..\..\..\config.h goto DONE_CONFIG_H