diff options
author | Tor Lillqvist <tml@iki.fi> | 2004-03-06 07:37:46 +0000 |
---|---|---|
committer | Tor Lillqvist <tml@src.gnome.org> | 2004-03-06 07:37:46 +0000 |
commit | fd64571b800dc1b72d2ff35faba18053be369b40 (patch) | |
tree | cf8b1e4b687b7139a7b90ffd67a87cf963f3409e /configure.in | |
parent | ab0031bf0060acb38781b0cb8e855fb33dc444ad (diff) |
Update.
2004-03-06 Tor Lillqvist <tml@iki.fi>
* README.win32: Update.
* configure.in
* Makefile.am
* */Makefile.am: Drop the hand-written makefile.mingw(.in)
files. They haven't been maintained in a long time. As several
people have managed to build GLib for Win32 using the
autoconfiscation mechanism, there is no real reason to even try to
maintain the hand-written mingw makefiles.
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/configure.in b/configure.in index 89bc1e8cd..73f29f37a 100644 --- a/configure.in +++ b/configure.in @@ -2618,19 +2618,14 @@ if false; then README config.h.win32 glibconfig.h.win32 - glib/makefile.mingw glib/makefile.msc glib/glib.rc - gmodule/makefile.mingw gmodule/makefile.msc gmodule/gmodule.rc - gobject/makefile.mingw gobject/makefile.msc gobject/gobject.rc - gthread/makefile.mingw gthread/makefile.msc gthread/gthread.rc - tests/makefile.mingw tests/makefile.msc ]) fi |