]> git.ipfire.org Git - thirdparty/gettext.git/commitdiff
libtextstyle: Remove unused code for exporting variables from Windows DLLs.
authorBruno Haible <bruno@clisp.org>
Thu, 14 Mar 2019 00:15:53 +0000 (01:15 +0100)
committerBruno Haible <bruno@clisp.org>
Thu, 14 Mar 2019 00:15:53 +0000 (01:15 +0100)
Here we use the third approach listed in gettext-tools/woe32dll/export.h, not
the fourth approach.

* libtextstyle/Makefile.am: Remove code that was never enabled.
* libtextstyle/lib/Makefile.am: Likewise.
* libtextstyle/configure.ac (false): Remove conditional.

libtextstyle/Makefile.am
libtextstyle/configure.ac
libtextstyle/lib/Makefile.am

index d078109a27c122b62f3cca9e4144ff5709a54b63..aa0ad25f552fd517a15c3c0ff8f40eedc08ba443 100644 (file)
@@ -56,12 +56,6 @@ EXTRA_DIST = \
 EXTRA_DIST += gnulib-m4/gnulib-cache.m4
 
 
-# Cygwin support.
-
-#TEMPORARY
-#EXTRA_DIST += woe32dll/export.h
-
-
 # Windows support.
 
 EXTRA_DIST += INSTALL.windows
index 80bd04661f010eb738397db14c5d8b1120112c69..922634053429c3c8fb3434ffd73bd1e7aebb8247 100644 (file)
@@ -66,9 +66,6 @@ case "$host_os" in
 esac
 AM_CONDITIONAL([WOE32], [test $is_woe32 = yes])
 
-dnl TEMPORARY.
-AM_CONDITIONAL([false], [false])
-
 dnl Checks for types, header files, functions and declarations.
 
 gl_INIT
index 702d8d6927c9d7878d918af8d66f5c6cac963fd7..a58a3ac586d6c83e47b89b7e0d3d295ded9825a8 100644 (file)
@@ -164,17 +164,6 @@ MOSTLYCLEANFILES     += libtextstyle.sym-t
 MAINTAINERCLEANFILES += libtextstyle.sym
 EXTRA_DIST           += libtextstyle.sym declared.sh
 
-# TEMPORARY
-if false
-
-## Tell the mingw or Cygwin linker which symbols to export.
-#if WOE32DLL
-#libtextstyle_la_SOURCES += ../woe32dll/unistring-exports.c
-#libtextstyle_la_LDFLAGS += -Wl,--export-all-symbols
-#endif
-
-endif
-
 # Hide undesired symbols that are defined by libtextstyle_la_SOURCES or
 # gl_LIBOBJS or the dependency libraries from the global namespace,
 # by prefixing them with "libtextstyle_".