summaryrefslogtreecommitdiff
path: root/README.win32
diff options
context:
space:
mode:
authorTor Lillqvist <tml@src.gnome.org>1999-06-28 06:06:34 +0000
committerTor Lillqvist <tml@src.gnome.org>1999-06-28 06:06:34 +0000
commit57254d4491c9502996e3465ac0b3fdb09f6c2a04 (patch)
treed9bf050c70589bc9a49aa07fc5c6603d6b9261b7 /README.win32
parent92a9354a9eb161a6d75048fb10875502894dc041 (diff)
downloadglib-57254d4491c9502996e3465ac0b3fdb09f6c2a04.tar.gz
Distribute the build-dll script also. Add some comments about it.
Diffstat (limited to 'README.win32')
-rw-r--r--README.win324
1 files changed, 4 insertions, 0 deletions
diff --git a/README.win32 b/README.win32
index 8d83009cd..c741a79d1 100644
--- a/README.win32
+++ b/README.win32
@@ -142,3 +142,7 @@ using msvcrt, as per the specs file above), and move it into place
(typically C:\cygnus\cygwin-b20\H-i586-cygwin32\i586-cygwin32\lib\dllcrt2.o).
Next, go back to the GLib directory and build using `make -f makefile.cygwin`.
+Building the dlls uses the script build-dll which is an awful hack. But
+I couldn't get things working in a cleaner way.
+
+--Tor Lillqvist <tml@iki.fi>