+2006-12-22 Bruno Haible <bruno@clisp.org>
+
+ * woe32dll/c++html-styled-ostream.cc: New file.
+ * woe32dll/c++term-styled-ostream.cc: New file.
+
2006-12-21 Bruno Haible <bruno@clisp.org>
* gnulib-lib/Makefile.am: New file, partially taken from
+2006-12-22 Bruno Haible <bruno@clisp.org>
+
+ * modules/html-styled-ostream (Makefile.am) [WOE32DLL]: Use a C++
+ wrapper file.
+ * modules/term-styled-ostream (Makefile.am) [WOE32DLL]: Likewise.
+
2006-12-22 Bruno Haible <bruno@clisp.org>
Test for CC=c++ at configure-time.
configure.ac:
Makefile.am:
+if !WOE32DLL
lib_SOURCES += html-styled-ostream.c
+else
+lib_SOURCES += ../woe32dll/c++html-styled-ostream.cc
+endif
# This is a Makefile rule that generates multiple files at once; see the
# automake documentation, node "Multiple Outputs", for details.
html-styled-ostream.h : $(top_srcdir)/build-aux/moopp html-styled-ostream.oo.h html-styled-ostream.oo.c styled-ostream.oo.h ostream.oo.h
configure.ac:
Makefile.am:
+if !WOE32DLL
lib_SOURCES += term-styled-ostream.c
+else
+lib_SOURCES += ../woe32dll/c++term-styled-ostream.cc
+endif
# This is a Makefile rule that generates multiple files at once; see the
# automake documentation, node "Multiple Outputs", for details.
term-styled-ostream.h : $(top_srcdir)/build-aux/moopp term-styled-ostream.oo.h term-styled-ostream.oo.c styled-ostream.oo.h ostream.oo.h