Fix VS 2008 property sheet
authorChun-wei Fan <fanchunwei@src.gnome.org>
Wed, 12 Oct 2011 08:55:39 +0000 (16:55 +0800)
committerChun-wei Fan <fanchunwei@src.gnome.org>
Wed, 12 Oct 2011 08:55:39 +0000 (16:55 +0800)
There was a quote escape problem... fix that.  DOH!

build/win32/vs9/clutter.vsprops

index 9ac6262..47f7e00 100644 (file)
@@ -48,7 +48,7 @@
        />
        <UserMacro
                Name="ClutterBuildDefines"
-               Value="$(BaseBuildDef);G_LOG_DOMAIN=\&quot;Clutter\&quot;;CLUTTER_PREFIX=\&quot;../\&quot;;CLUTTER_LIBDIR=\&quot;../lib\&quot;;CLUTTER_DATADIR=\&quot;../share\&quot;;CLUTTER_LOCALEDIR=\&quot;../share/locale\&quot;;CLUTTER_SYSCONFDIR=\&quot../etc\&quot"
+               Value="$(BaseBuildDef);G_LOG_DOMAIN=\&quot;Clutter\&quot;;CLUTTER_PREFIX=\&quot;../\&quot;;CLUTTER_LIBDIR=\&quot;../lib\&quot;;CLUTTER_DATADIR=\&quot;../share\&quot;;CLUTTER_LOCALEDIR=\&quot;../share/locale\&quot;;CLUTTER_SYSCONFDIR=\&quot;../etc\&quot;"
        />
        <UserMacro
                Name="CallyTestDefs"