mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-11-05 08:56:16 +01:00
4ba56f3653
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. |
||
---|---|---|
.. | ||
win32 | ||
ChangeLog | ||
Makefile-newvs.am | ||
Makefile.am | ||
README |
Now this directory is private to GLib. Only the files relevant to GLib are left. See the separate "build" module in GNOME SVN for history.