Bug 636190: Visual C++ 2008 Project Files
authorChun-wei Fan <fanchunwei@src.gnome.org>
Tue, 18 Jan 2011 05:06:48 +0000 (13:06 +0800)
committerChun-wei Fan <fanchunwei@src.gnome.org>
Tue, 18 Jan 2011 05:06:48 +0000 (13:06 +0800)
commit35f2fc6061585a695bb16ff3e6f9f4e5a98b7ff5
tree845005578f1001c41cab8cfac467d18d36ab12c7
parent532a4b637e2696ee6fbceb0cb4bd4327fd8566dd
Bug 636190: Visual C++ 2008 Project Files

These are the Visual C++ 2008 Project Files for building ATK, along with
a hand-written config.h.win32(.in) that is used for the purpose.  This
attempts to create the project files in a way that is similar to what is
being now done in GLib and GTK+

*The configure.ac and Makefile.am files are updated so that a config.h.win32
 can be expanded with the updated version info with each tarball release.

*The atk/Makefile.am file is updated to re-enable the distribution of the
 expanded atk/atk.rc file and also to enable the creation of
 build/win32/vs9/atk.vcproj from build/win32/vs9/atk.vcprojin with the
 correct source file entries in the project file with each tarball release.

This commit has been confirmed with Li Yuan and Tor Lillqvist (thank you!)
Makefile.am
atk/Makefile.am
build/win32/vs9/atk.sln [new file with mode: 0644]
build/win32/vs9/atk.vcprojin [new file with mode: 0644]
build/win32/vs9/atk.vsprops [new file with mode: 0644]
build/win32/vs9/install.vcproj [new file with mode: 0644]
config.h.win32.in [new file with mode: 0644]
configure.ac