Call AC_LIBTOOL_WIN32_DLL. Set OS_WIN32 conditional on Windows.

2003-03-02  Tor Lillqvist  <tml@iki.fi>

	* configure.in: Call AC_LIBTOOL_WIN32_DLL. Set OS_WIN32
	conditional on Windows.

	* makefile.cygwin: Remove, unmaintained and obsolete.

	* Makefile.am (EXTRA_DIST): Remove here, too.

	* README.win32: Update.

pixbuf:
2003-03-02  Tor Lillqvist  <tml@iki.fi>

	* Makefile.am: Use -no-undefined on Windows.

metal and redmond95:
2003-03-02  Tor Lillqvist  <tml@iki.fi>

	* Makefile.am: Use -no-undefined, and do use GTK_LIBS on Windows.
This commit is contained in:
Tor Lillqvist 2003-03-02 02:00:50 +00:00 committed by Tor Lillqvist
parent 656db08e10
commit 45e99b52b1
2 changed files with 9 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2003-03-02 Tor Lillqvist <tml@iki.fi>
* Makefile.am: Use -no-undefined on Windows.
Fri Sep 6 20:32:45 2002 Owen Taylor <otaylor@redhat.com>
* pixbuf-draw.c: Account for the possibility of detail == NULL

View File

@ -1,3 +1,7 @@
if OS_WIN32
no_undefined = -no-undefined
endif
INCLUDES = $(GTK_CFLAGS)
enginedir = $(libdir)/gtk-2.0/$(GTK_VERSION)/engines
@ -13,7 +17,7 @@ libpixmap_la_SOURCES = \
pixbuf-style.h \
pixbuf.h
libpixmap_la_LDFLAGS = -avoid-version -module
libpixmap_la_LDFLAGS = -avoid-version -module $(no_undefined)
libpixmap_la_LIBADD = $(GTK_LIBS)
dist-hook: