Update VS property sheets
authorChun-wei Fan <fanchunwei@src.gnome.org>
Tue, 6 Sep 2011 08:31:03 +0000 (16:31 +0800)
committerChun-wei Fan <fanchunwei@src.gnome.org>
Tue, 6 Sep 2011 08:31:03 +0000 (16:31 +0800)
The newly-introduced atk/atkwindow.h (commit 6101fd44) needs to be
"installed" as well...

build/win32/vs10/atk.props
build/win32/vs9/atk.vsprops

index fbaa6ca..911b604 100644 (file)
@@ -71,6 +71,8 @@ copy ..\..\..\atk\atkmisc.h $(CopyDir)\include\atk-$(AtkApiVersion)\atk
 
 copy ..\..\..\atk\atkvalue.h $(CopyDir)\include\atk-$(AtkApiVersion)\atk
 
+copy ..\..\..\atk\atkwindow.h $(CopyDir)\include\atk-$(AtkApiVersion)\atk
+
 copy ..\..\..\atk\atk-enum-types.h $(CopyDir)\include\atk-$(AtkApiVersion)\atk
 
 
index 11e932a..88b4222 100644 (file)
@@ -76,6 +76,7 @@ copy ..\..\..\atk\atktext.h $(OutDir)\include\atk-$(AtkApiVersion)\atk&#x0D;&#x0
 copy ..\..\..\atk\atkutil.h $(OutDir)\include\atk-$(AtkApiVersion)\atk&#x0D;&#x0A;
 copy ..\..\..\atk\atkmisc.h $(OutDir)\include\atk-$(AtkApiVersion)\atk&#x0D;&#x0A;
 copy ..\..\..\atk\atkvalue.h $(OutDir)\include\atk-$(AtkApiVersion)\atk&#x0D;&#x0A;
+copy ..\..\..\atk\atkwindow.h $(OutDir)\include\atk-$(AtkApiVersion)\atk&#x0D;&#x0A;
 copy ..\..\..\atk\atk-enum-types.h $(OutDir)\include\atk-$(AtkApiVersion)\atk&#x0D;&#x0A;
 
 mkdir $(OutDir)\lib&#x0D;&#x0A;