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 /Makefile.am | |
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 'Makefile.am')
-rw-r--r-- | Makefile.am | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index f1b204a97..16e0b5dfb 100644 --- a/Makefile.am +++ b/Makefile.am @@ -21,7 +21,6 @@ EXTRA_DIST = \ INSTALL.in \ README.win32 \ makefile.msc \ - makefile.mingw \ glibconfig.h.win32.in \ msvc_recommended_pragmas.h \ config.h.win32.in \ |