summaryrefslogtreecommitdiff
path: root/build-dll
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 /build-dll
parent92a9354a9eb161a6d75048fb10875502894dc041 (diff)
downloadglib-57254d4491c9502996e3465ac0b3fdb09f6c2a04.tar.gz
Distribute the build-dll script also. Add some comments about it.
Diffstat (limited to 'build-dll')
-rw-r--r--build-dll5
1 files changed, 4 insertions, 1 deletions
diff --git a/build-dll b/build-dll
index ff41e1106..d3d5d5405 100644
--- a/build-dll
+++ b/build-dll
@@ -3,7 +3,10 @@
# Temporary hack until building dlls or executables with exported
# entry points is easier with gcc -mno-cygwin.
-#LD=ld
+# This is usable with cygwin b20.1 and egcs-2.91.66 19990314
+# (egcs-1.1.2 release) as distributed by Mumit Khan. For other combinations,
+# no idea.
+
GCC=gcc
DLLTOOL=dlltool
AS=as