mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-12-26 13:41:07 +00:00
db30076b0b
* configure.in: Check for lstat. * config.h.win32: Add non-definition of HAVE_LSTAT, just for completeness. * gtk/gtkrc.c: If don't HAVE_LSTAT, use stat. * gtk/gtk.def: Removed CRs. * gtk/makefile.msc: Correct include path to Win32 GDK version (in ..\gdk\win32). * gdk/win32/makefile.msc: Correct upwards relative paths.
15 lines
676 B
Plaintext
15 lines
676 B
Plaintext
The Win32 port of GTk+ is a work in progress, and not as stable or
|
|
correct as the Unix/X11 version. For more information about the Win32
|
|
port, see http://www.gimp.org/tml/gimp/win32/ or
|
|
http://www.iki.fi/tml/gimp/win32/ .
|
|
|
|
As for now, only Microsoft C (the command-line compiler) is
|
|
supported. Before compiling, check the BIN definition in
|
|
gdk\win32\makefile.msc and gtk\makefile.msc. Compile in gdk\win32 and
|
|
gtk with `nmake -f makefile.msc`. Install with `nmake -f makefile.msc
|
|
install`. Cygwin ("mingw32", i.e. gcc -mno-cygwin) support will be
|
|
added later.
|
|
|
|
The tablet support uses the Wintab API. The Wintab development kit can
|
|
be downloaded from http://www.pointing.com.
|