summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChun-wei Fan <fanchunwei@src.gnome.org>2013-01-23 13:28:03 +0800
committerChun-wei Fan <fanchunwei@src.gnome.org>2013-01-23 13:28:03 +0800
commit689619a12eb7a93cafef6bd9f392cb2abcefe24d (patch)
tree37f0da248b767ef025a08658d3155f01049f225f
parent33e3a5903c00c9ec25425d6ff53d31abea98f7a6 (diff)
downloadatk-689619a12eb7a93cafef6bd9f392cb2abcefe24d.tar.gz
Visual C++ build: "Install" atkversion.h
...it is required as a public header, and was missed.
-rw-r--r--build/win32/vs10/atk.props2
-rw-r--r--build/win32/vs9/atk.vsprops1
2 files changed, 3 insertions, 0 deletions
diff --git a/build/win32/vs10/atk.props b/build/win32/vs10/atk.props
index ebddbe6..9ed207a 100644
--- a/build/win32/vs10/atk.props
+++ b/build/win32/vs10/atk.props
@@ -73,6 +73,8 @@ copy ..\..\..\atk\atkvalue.h $(CopyDir)\include\atk-$(AtkApiVersion)\atk
copy ..\..\..\atk\atkwindow.h $(CopyDir)\include\atk-$(AtkApiVersion)\atk
+copy ..\..\..\atk\atkversion.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 0b04ea9..d16dd18 100644
--- a/build/win32/vs9/atk.vsprops
+++ b/build/win32/vs9/atk.vsprops
@@ -77,6 +77,7 @@ copy ..\..\..\atk\atkutil.h $(OutDir)\include\atk-$(AtkApiVersion)\atk&#x0D;&#x0
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\atkversion.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;