Visual Studio Builds: Don't Generate atk.def
authorChun-wei Fan <fanchunwei@src.gnome.org>
Fri, 25 Apr 2014 03:32:33 +0000 (11:32 +0800)
committerChun-wei Fan <fanchunwei@src.gnome.org>
Fri, 25 Apr 2014 03:32:33 +0000 (11:32 +0800)
commite9fc7ac5abfcea9cc59fd6119ccdb6a818f088ee
treec1b4d56d57f1a822971724435994dc9830edbf75
parent84da842fe40a6b0bccb54ebc423a26e19da4f1bf
Visual Studio Builds: Don't Generate atk.def

Update the config.h.win32.in template to define _ATK_EXTERN as
__declspec(dllexport) extern for Visual Studio builds, so that the public
symbols and variables can be exported during the build, and generating
atk.def will no longer be needed.  Update the projects and property sheets
accordingly.

https://bugzilla.gnome.org/show_bug.cgi?id=728031
build/win32/vs10/atk-gen-src.props
build/win32/vs10/atk.vcxproj.filtersin
build/win32/vs10/atk.vcxprojin
build/win32/vs9/atk-gen-src.vsprops
build/win32/vs9/atk.vcprojin
config.h.win32.in