Bug 688681: Stop using the .def file for GThread Visual C++ builds
authorChun-wei Fan <fanchunwei@src.gnome.org>
Sat, 19 Jan 2013 03:58:47 +0000 (11:58 +0800)
committerChun-wei Fan <fanchunwei@src.gnome.org>
Sat, 19 Jan 2013 03:58:47 +0000 (11:58 +0800)
commitbdb7c2d956a95ca6a66812c1218dc085f8f2f8fe
tree3292644abfacf59c5f498f87cb2124beefcce9a0
parent13966e0fadc40a6fabb0de216e8b2c3b6d457a79
Bug 688681: Stop using the .def file for GThread Visual C++ builds

We should also stop using gthread/gthread.def file as well, since we
also use __declspec (dllexport) for the two (deprecated) functions there
since commit f8756694.

This should also silence some linker warnings in x64 builds.

Also get rid of the references to the .symbols files in the
.vcxproj.filters(in) in the various Visual C++ 2010 projects
build/win32/vs10/gio.vcxproj.filtersin
build/win32/vs10/glib.vcxproj.filtersin
build/win32/vs10/gmodule.vcxproj.filters
build/win32/vs10/gobject.vcxproj.filtersin
build/win32/vs10/gthread.vcxproj
build/win32/vs10/gthread.vcxproj.filters
build/win32/vs9/gthread.vcproj