summaryrefslogtreecommitdiff
path: root/win32/vs9/atk-install.vspropsin
diff options
context:
space:
mode:
authorChun-wei Fan <fanchunwei@src.gnome.org>2017-07-13 18:32:11 +0800
committerChun-wei Fan <fanchunwei@src.gnome.org>2017-07-13 18:44:26 +0800
commite00e843b23deaf5b75e3c10497ec185d0024b42a (patch)
tree881fef9ef8e2b58f59df9fe141b73d3113966cbc /win32/vs9/atk-install.vspropsin
parent62769abbe997022db2cb6539dd2fef08acefe243 (diff)
downloadatk-e00e843b23deaf5b75e3c10497ec185d0024b42a.tar.gz
Visual Studio builds: Integrate introspection builds
Since we hard-require Python for our builds, integrate introspection builds in the build process. This will fail if Python is not installed or correctly set at PythonDir/PythonDirX64 or g-ir-scanner is not found at $(GLibEtcInstallRoot)\bin, but it shouldn't otherwise impact the build in other ways as the built DLL and lib will still be built and copied normally. This is in place here before the Meson build system is ready for G-I and GLib.
Diffstat (limited to 'win32/vs9/atk-install.vspropsin')
-rw-r--r--win32/vs9/atk-install.vspropsin3
1 files changed, 3 insertions, 0 deletions
diff --git a/win32/vs9/atk-install.vspropsin b/win32/vs9/atk-install.vspropsin
index dcb22d4..958cd1a 100644
--- a/win32/vs9/atk-install.vspropsin
+++ b/win32/vs9/atk-install.vspropsin
@@ -19,6 +19,9 @@ copy $(SolutionDir)$(ConfigurationName)\$(PlatformName)\bin\atk-$(ApiVersion).li
mkdir $(CopyDir)\include\atk-$(ApiVersion)\atk&#x0D;&#x0A;
#include "atk.headers"
+if exist ..\Atk-1.0.gir (mkdir $(CopyDir)\share\gir-1.0 &amp; copy ..\Atk-1.0.gir $(CopyDir)\share\gir-1.0)&#x0D;&#x0A;
+if exist ..\Atk-1.0.typelib (mkdir $(CopyDir)\lib\girepository-1.0 &amp; copy ..\Atk-1.0.gir $(CopyDir)\lib\girepository-1.0)&#x0D;&#x0A;
+
mkdir $(CopyDir)\lib\pkgconfig&#x0D;&#x0A;
copy ..\atk.pc $(CopyDir)\lib\pkgconfig&#x0D;&#x0A;
"