diff options
author | Chun-wei Fan <fanchunwei@src.gnome.org> | 2017-07-13 18:32:11 +0800 |
---|---|---|
committer | Chun-wei Fan <fanchunwei@src.gnome.org> | 2017-07-13 18:44:26 +0800 |
commit | e00e843b23deaf5b75e3c10497ec185d0024b42a (patch) | |
tree | 881fef9ef8e2b58f59df9fe141b73d3113966cbc /win32/vs9/atk-install.vspropsin | |
parent | 62769abbe997022db2cb6539dd2fef08acefe243 (diff) | |
download | atk-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.vspropsin | 3 |
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
 #include "atk.headers" +if exist ..\Atk-1.0.gir (mkdir $(CopyDir)\share\gir-1.0 & copy ..\Atk-1.0.gir $(CopyDir)\share\gir-1.0)
 +if exist ..\Atk-1.0.typelib (mkdir $(CopyDir)\lib\girepository-1.0 & copy ..\Atk-1.0.gir $(CopyDir)\lib\girepository-1.0)
 + mkdir $(CopyDir)\lib\pkgconfig
 copy ..\atk.pc $(CopyDir)\lib\pkgconfig
 " |