MSVC Builds: Generate the Introspection Build Commands
authorChun-wei Fan <fanchunwei@src.gnome.org>
Wed, 16 Sep 2015 03:52:33 +0000 (11:52 +0800)
committerChun-wei Fan <fanchunwei@src.gnome.org>
Wed, 13 Apr 2016 12:53:24 +0000 (20:53 +0800)
commitd7b5fb069ef764bb6e420a6ed98afad0d1f42991
treefefad98a8c189d7c9850d4c57be2bf6275a0ec6e
parent8c77521e413d6e2078655f9f85749c20b971cf2e
MSVC Builds: Generate the Introspection Build Commands

This uses the common autotools module that was added in the previous commit
to generate the command lines used to generate the .gir and compile the
.typelib files, as well as the file list that is to be consumed during the
generation of the .gir files.

This also makes the detectmsvc-msvc.mak and introspection-msvc.mak NMake
modules the same as the ones in $(glib_srcroot)/build/win32 and
$(gi_srcroot)/build/win32 respectively, so that they may be copied from
these locations when they are updated.

https://bugzilla.gnome.org/show_bug.cgi?id=764983
atk/Makefile.am
build/Makefile.am
build/atk-introspection-msvc.mak [deleted file]
build/gen-file-list-atk.py [deleted file]
build/introspection-msvc.mak [deleted file]
build/msvcfiles.py [deleted file]
build/win32/Makefile.am
build/win32/atk-introspection-msvc.mak [new file with mode: 0644]
build/win32/detectenv-msvc.mak [moved from build/detectenv-msvc.mak with 68% similarity]
build/win32/introspection-msvc.mak [new file with mode: 0644]
tests/testatk_vc.mak