[atk] Update VS property sheets



commit 9c450611cf12c78e515daac1a35b7542c4296170
Author: Chun-wei Fan <fanchunwei src gnome org>
Date:   Tue Sep 6 16:31:03 2011 +0800

    Update VS property sheets
    
    The newly-introduced atk/atkwindow.h (commit 6101fd44) needs to be
    "installed" as well...

 build/win32/vs10/atk.props  |    2 ++
 build/win32/vs9/atk.vsprops |    1 +
 2 files changed, 3 insertions(+), 0 deletions(-)
---
diff --git a/build/win32/vs10/atk.props b/build/win32/vs10/atk.props
index fbaa6ca..911b604 100644
--- a/build/win32/vs10/atk.props
+++ b/build/win32/vs10/atk.props
@@ -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
 
 
diff --git a/build/win32/vs9/atk.vsprops b/build/win32/vs9/atk.vsprops
index 11e932a..88b4222 100644
--- a/build/win32/vs9/atk.vsprops
+++ b/build/win32/vs9/atk.vsprops
@@ -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;



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]