diff options
author | Tor Lillqvist <tml@src.gnome.org> | 1999-07-14 23:30:15 +0000 |
---|---|---|
committer | Tor Lillqvist <tml@src.gnome.org> | 1999-07-14 23:30:15 +0000 |
commit | 38aa9a941b6a2073ec728782359997b4902763ab (patch) | |
tree | 3af7ec36c8de9cc5ef89d55bd342d8a699a422df /README.win32 | |
parent | 7d03e87069b320cb15d04a9b3c1a394f9acccb3c (diff) | |
download | gtk+-38aa9a941b6a2073ec728782359997b4902763ab.tar.gz |
Implement it. Obscure bit manipulation needed.
* gdk/win32/gdkcursor.c (gdk_cursor_new_from_pixmap): Implement
it. Obscure bit manipulation needed.
* gdk/win32/gdkevents.c: Logging.
* gtk/gtkthemes.c (gtk_theme_engine_get): (Win32) Use new DLL naming
style (file name include compiler name) for theme engines.
Diffstat (limited to 'README.win32')
-rw-r--r-- | README.win32 | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/README.win32 b/README.win32 index 0fa3a3f26c..94c592d4b1 100644 --- a/README.win32 +++ b/README.win32 @@ -4,10 +4,11 @@ port, see http://www.gimp.org/tml/gimp/win32/ or http://www.iki.fi/tml/gimp/win32/ . To build GTk+ on Win32, you need either Microsoft compiler and tools, -or egcs-1.1.2 running under cygwin-b20.1. Compile in gdk\win32 and gtk -with `nmake -f makefile.msc` or `make -f makefile.cygwin`. Before -doing a install, check the BIN definition in gdk\win32\makefile.msc -(or makefile.cygwin) and gtk\makefile.msc (or makefile.cygwin). +or egcs-1.1.2 (or gcc-2.95 or later) running under +cygwin-b20.1. Compile in gdk\win32 and gtk with `nmake -f +makefile.msc` or `make -f makefile.cygwin`. Before doing a install, +check the BIN definition in gdk\win32\makefile.msc (or +makefile.cygwin) and gtk\makefile.msc (or makefile.cygwin). See the README.win32 file in the GLib distribution for preparations to build with egcs on cygwin. |