Visual Studio builds: Generate atk.pc
authorChun-wei Fan <fanchunwei@src.gnome.org>
Wed, 20 Apr 2016 10:02:27 +0000 (18:02 +0800)
committerChun-wei Fan <fanchunwei@src.gnome.org>
Wed, 20 Apr 2016 10:02:27 +0000 (18:02 +0800)
commit77f85f7cd9d2cbb6e05cd9139741dbd06b110d0e
tree3f7c0481c9a86737f96d318cea23493bdedce9b1
parent03fe9395290be5b49a17594e918f062cab45655e
Visual Studio builds: Generate atk.pc

...if Python can be found via $(PythonPath) (x86 builds) or
$(PythonPathX64) (x64 builds).  This makes it easier for packages that
requires atk.pc for introspection.
15 files changed:
build/win32/Makefile.am
build/win32/atkpc.py [new file with mode: 0644]
build/win32/pc_base.py [new file with mode: 0644]
build/win32/replace.py [new file with mode: 0644]
build/win32/vs10/Makefile.am
build/win32/vs10/atk-install.propsin
build/win32/vs10/atk-install.vcxproj
build/win32/vs10/atk-install.vcxproj.filters [new file with mode: 0644]
build/win32/vs10/atk-version-paths.props.in
build/win32/vs11/Makefile.am
build/win32/vs12/Makefile.am
build/win32/vs14/Makefile.am
build/win32/vs9/atk-install.vcproj
build/win32/vs9/atk-install.vspropsin
build/win32/vs9/atk-version-paths.vsprops.in