mirror of
https://https.git.savannah.gnu.org/git/gettext.git
synced 2026-01-27 01:44:30 +00:00
Add a comment.
This commit is contained in:
parent
a21071793e
commit
a4582bcdba
@ -1,3 +1,8 @@
|
||||
2011-01-28 Bruno Haible <bruno@clisp.org>
|
||||
|
||||
Add a comment.
|
||||
* m4/woe32-dll.m4: Add a reference to the woe32dll writeup.
|
||||
|
||||
2010-12-10 Bruno Haible <bruno@clisp.org>
|
||||
|
||||
Update after gnulib changed.
|
||||
|
||||
@ -1,3 +1,8 @@
|
||||
2011-01-28 Bruno Haible <bruno@clisp.org>
|
||||
|
||||
Add a comment.
|
||||
* woe32dll/export.h: Add a reference to the woe32dll writeup.
|
||||
|
||||
2010-10-10 Bruno Haible <bruno@clisp.org>
|
||||
|
||||
Rely more on libtool.
|
||||
|
||||
@ -1,5 +1,5 @@
|
||||
/* Exporting symbols from Cygwin shared libraries.
|
||||
Copyright (C) 2006 Free Software Foundation, Inc.
|
||||
Copyright (C) 2006, 2011 Free Software Foundation, Inc.
|
||||
Written by Bruno Haible <bruno@clisp.org>, 2006.
|
||||
|
||||
This program is free software: you can redistribute it and/or modify
|
||||
@ -87,7 +87,9 @@
|
||||
Note: --export-all-symbols is the default when no other symbol is explicitly
|
||||
exported. This means, the use of an explicit export on the variables has
|
||||
the effect of no longer exporting the functions! - until the option
|
||||
--export-all-symbols is used. */
|
||||
--export-all-symbols is used.
|
||||
|
||||
See <http://www.haible.de/bruno/woe32dll.html> for more details. */
|
||||
|
||||
/* IMP(x) is a symbol that contains the address of x. */
|
||||
#define IMP(x) _imp__##x
|
||||
|
||||
@ -1,5 +1,5 @@
|
||||
# woe32-dll.m4 serial 2
|
||||
dnl Copyright (C) 2005-2006 Free Software Foundation, Inc.
|
||||
# woe32-dll.m4 serial 3
|
||||
dnl Copyright (C) 2005-2006, 2011 Free Software Foundation, Inc.
|
||||
dnl This file is free software; the Free Software Foundation
|
||||
dnl gives unlimited permission to copy and/or distribute it,
|
||||
dnl with or without modifications, as long as this notice is preserved.
|
||||
@ -25,6 +25,7 @@ dnl From Bruno Haible.
|
||||
# exported struct variable, or to a particular element of an exported
|
||||
# array variable), requiring code modifications. One platform
|
||||
# dictates code modifications on all platforms.
|
||||
# See <http://www.haible.de/bruno/woe32dll.html> for more details.
|
||||
AC_DEFUN([gl_WOE32_DLL],
|
||||
[
|
||||
AC_REQUIRE([AC_CANONICAL_HOST])
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user