summaryrefslogtreecommitdiff
path: root/win32/vs10/atk-install.propsin
diff options
context:
space:
mode:
authorChun-wei Fan <fanchunwei@src.gnome.org>2017-07-15 01:34:41 +0800
committerChun-wei Fan <fanchunwei@src.gnome.org>2017-07-15 01:39:53 +0800
commit6a95140d981d9629fb1580cdba093258b73ebbc0 (patch)
tree822bb5aadcdb58cb8e5812cbcabd0135013389ff /win32/vs10/atk-install.propsin
parentf9aea220c974f5ef2b1f5149ca3089125a6be300 (diff)
downloadatk-6a95140d981d9629fb1580cdba093258b73ebbc0.tar.gz
Visual Studio builds: Don't build introspection by default
We aren't able to do a sanity check for g-ir-scanner in the NMake Makefiles without extra tools, so it turns out that it would make it more clear to people if we do not build the introspection files by default here (especially that this is optional). So, by doing so people could get the items needed for introspection ready instead of build failures they do not expect, so people have to build the introspect project explicitly, which will copy the built introspection files to the appropriate location under $(GlibEtcInstallPrefix) when sucessfully done. Also fix the Visual Studio 2008 property sheets as a letter was accidentaly added, breaking the builds.
Diffstat (limited to 'win32/vs10/atk-install.propsin')
-rw-r--r--win32/vs10/atk-install.propsin3
1 files changed, 0 insertions, 3 deletions
diff --git a/win32/vs10/atk-install.propsin b/win32/vs10/atk-install.propsin
index f8c2815..6f71d14 100644
--- a/win32/vs10/atk-install.propsin
+++ b/win32/vs10/atk-install.propsin
@@ -18,9 +18,6 @@ copy $(BinDir)\atk-$(ApiVersion).lib $(CopyDir)\lib
mkdir $(CopyDir)\include\atk-$(ApiVersion)\atk
#include "atk.vs10.headers"
-if exist ..\Atk-1.0.gir (mkdir $(CopyDir)\share\gir-1.0 &amp; copy ..\Atk-1.0.gir $(CopyDir)\share\gir-1.0)
-if exist ..\Atk-1.0.typelib (mkdir $(CopyDir)\lib\girepository-1.0 &amp; copy ..\Atk-1.0.gir $(CopyDir)\lib\girepository-1.0)
-
mkdir $(CopyDir)\lib\pkgconfig
copy ..\atk.pc $(CopyDir)\lib\pkgconfig
</AtkDoInstall>