summaryrefslogtreecommitdiff
path: root/README.win32
diff options
context:
space:
mode:
authorTor Lillqvist <tml@src.gnome.org>2000-07-22 11:54:19 +0000
committerTor Lillqvist <tml@src.gnome.org>2000-07-22 11:54:19 +0000
commit524cb26d54ae07120a4bbea2a29f9d85ac648fbf (patch)
treef55a7ac03408165f0e8ab6e95894c2cc34952f4a /README.win32
parentf07b4a876ea81c94fac4967a3b98bd97c38faf94 (diff)
Mention -fnative-struct here, too...
Diffstat (limited to 'README.win32')
-rw-r--r--README.win326
1 files changed, 5 insertions, 1 deletions
diff --git a/README.win32 b/README.win32
index 3bad679f5..309966e3b 100644
--- a/README.win32
+++ b/README.win32
@@ -12,7 +12,7 @@ To build GLib on Win32, you can use either gcc or the Microsoft
compiler and tools. Both the compiler from MSVC 5.0 and from MSVC 6.0
have been used successfully. However, the makefiles for MSVC are not
up-to-date, sorry. If you fix the makefile.msc files, and manage to
-build with MSVC, please send the updates makefile.msc files to the
+build with MSVC, please send the updated makefile.msc files to the
gimpwin-dev list.
With gcc I mean gcc-2.95 or gcc-2.95.2 as distributed by Mumit Khan,
@@ -20,6 +20,10 @@ either as a mingw version (preferred), or running under cygwin. To
successfully use gcc, follow the instructions below. We want to use
gcc -mno-cygwin, i.e. produce executables (.exe and .dll files) that
do *not* require the cygwin runtime library. This is called "mingw".
+I also use the -fnative-struct flag, which means that in order to use
+the prebuilt DLLs (especiall of GTK+), you *must* also use that flag.
+(This flag means that the struct layout is identical to that used by
+MSVC.)
To test the GLib functions, go to the tests subdirectory and enter
`nmake -f makefile.msc check` or `make -f makefile.mingw check`.