diff options
author | Tor Lillqvist <tml@iki.fi> | 2003-01-05 02:33:11 +0000 |
---|---|---|
committer | Tor Lillqvist <tml@src.gnome.org> | 2003-01-05 02:33:11 +0000 |
commit | fcf0b4e782eff4f5f35e11b22e1cd542a9e5c6b2 (patch) | |
tree | f3ad99642928559644aafd8c38521345f01d85df /README.win32 | |
parent | bf04967580ff67ed69700738368a0e57c1ee89d6 (diff) | |
download | gtk+-fcf0b4e782eff4f5f35e11b22e1cd542a9e5c6b2.tar.gz |
Updates. Don't mention the now removed makefile.mingw files.
2003-01-05 Tor Lillqvist <tml@iki.fi>
* README.win32: Updates. Don't mention the now removed
makefile.mingw files.
Diffstat (limited to 'README.win32')
-rw-r--r-- | README.win32 | 11 |
1 files changed, 3 insertions, 8 deletions
diff --git a/README.win32 b/README.win32 index 103f81ec65..1a0d46fa25 100644 --- a/README.win32 +++ b/README.win32 @@ -33,16 +33,11 @@ Alternative 1 also generates Microsoft import libraries (.lib), if you have lib.exe available. It might also work for cross-compilation from Unix. -There are hand-written makefiles for mingw (look for makefile.mingw in -various directories), but those haven't been kept up-to-date, and -probably won't work without editing. Sorry. If you make them work -again, by all means do submit patches. - Note that I use method 1 myself. Hans Breuer has been taking care of the MSVC makefiles. At times, we disagree a bit about various issues, -and the makefile.msc files might not produce identically named DLLs -and import libraries as the "autoconfiscated" makefiles and libtool -do. +and for instance the makefile.msc files will not produce identically +named DLLs and import libraries as the "autoconfiscated" makefiles and +libtool do. If this bothers you, you will have to fix the makefiles. Using GTK+ on Win32 =================== |