diff options
author | Eli Zaretskii <eliz@gnu.org> | 2013-05-06 20:18:58 +0300 |
---|---|---|
committer | Eli Zaretskii <eliz@gnu.org> | 2013-05-06 20:18:58 +0300 |
commit | f0529dacedf7da83f8d5107a8ca7d73f35560894 (patch) | |
tree | a3aa2f614c6409aeac839882c0ef7d74c931aa19 /ChangeLog | |
parent | a668c520b2aa80aef8eb6c71c7507e48e111a2ae (diff) | |
download | gunmake-f0529dacedf7da83f8d5107a8ca7d73f35560894.tar.gz |
Rearrange dllimport/dllexport declarations for MS-Windows.
gnumake.h (GMK_EXPORT) [_WIN32]: Move the dllexport declaration
here from makeint.h.
makeint.h (GMK_BUILDING_MAKE) [WINDOWS32]: Define before
including gnumake.h.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -1,5 +1,11 @@ 2013-05-06 Eli Zaretskii <eliz@gnu.org> + * gnumake.h (GMK_EXPORT) [_WIN32]: Move the dllexport declaration + here from makeint.h. + + * makeint.h (GMK_BUILDING_MAKE) [WINDOWS32]: Define before + including gnumake.h. + * doc/make.texi (Loaded Object Example): Add a note about building shared objects on MS-Windows. |