summaryrefslogtreecommitdiff
path: root/build-dll
diff options
context:
space:
mode:
authorTor Lillqvist <tml@iki.fi>2000-02-02 23:39:32 +0000
committerTor Lillqvist <tml@src.gnome.org>2000-02-02 23:39:32 +0000
commitc22cf34e923b81962da554c8edeb9366f044ae8c (patch)
tree3198ab0b76436d25848c1720be73d0214d16b799 /build-dll
parent86b2741c1e272d35ecba107ddf9d5b873773ad57 (diff)
downloadglib-c22cf34e923b81962da554c8edeb9366f044ae8c.tar.gz
glib.h New functions for conversion between UTF-8 and the encoding
2000-02-01 Tor Lillqvist <tml@iki.fi> * glib.h * gstrfuncs.c (g_filename_to_utf8, g_filename_from_utf8): New functions for conversion between UTF-8 and the encoding expected by C runtime functions like open() and stat(), and returned by readdir(). Implement them on Win32 where we use the system "ANSI" codepage, which might be single-byte or double-byte. On Unix, just skip the issue for now and provide dummy implementations that return a copy of the argument. * README.win32 * build-dll * glib.def: Minor updates.
Diffstat (limited to 'build-dll')
-rw-r--r--build-dll6
1 files changed, 3 insertions, 3 deletions
diff --git a/build-dll b/build-dll
index 4e137618b..3ad30ac85 100644
--- a/build-dll
+++ b/build-dll
@@ -1,10 +1,10 @@
#!/bin/bash
-# Temporary hack until building dlls or executables with exported
-# entry points is easier with gcc -mno-cygwin ("mingw32").
+# Temporary hack until building dlls is easier with gcc -mno-cygwin
+# ("mingw32").
# This is usable with cygwin b20.1 and egcs-2.91.66 19990314
-# (egcs-1.1.2 release) or gcc-2.95 as distributed by Mumit Khan. For
+# (egcs-1.1.2 release) or gcc-2.95(.2) as distributed by Mumit Khan. For
# other combinations, no idea.
GCC="gcc"