glib/build/win32
Chun-wei Fan 4ba56f3653 Bug 688681: Stop using .def files in Visual Studio builds
Since we are now starting to use __declspec (dllexport) to export the
public functions during the build of the GLib DLLs (i.e. to generate the
.lib files), we don't want to generate the .def files from the .symbols
files as we did before for a long time.

This removes from the projects the custom build steps to generate the
various .def files

This will also update the pre-configured config.h(.win32.in) to define
_GLIB_EXTERN appropriately as __declspec (dllexport), as well as making its
entries reflect config.h.in more closely.
2013-01-15 15:23:05 +08:00
..
dirent Bug 545954 - 64-bit issue in dirent 2008-08-02 08:43:30 +00:00
vs8 win32/vs8/README New files. Mention this VS solution and projects are 2009-01-13 12:13:55 +00:00
vs9 Bug 688681: Stop using .def files in Visual Studio builds 2013-01-15 15:23:05 +08:00
vs10 Bug 688681: Stop using .def files in Visual Studio builds 2013-01-15 15:23:05 +08:00
vs11 Fix distcheck 2012-12-17 19:15:29 -05:00
make.msc Simplified for pre-built package use 2009-05-30 15:08:29 +02:00
Makefile.am build/win32/Makefile.am: Also go into the vs11 subdirectory 2012-11-22 08:59:02 +08:00
module.defs Simplified for pre-built package use 2009-05-30 15:08:29 +02:00
setup.py add a script to generator files for building 2011-07-06 08:04:08 +08:00