Very minor stuff.
authorTor Lillqvist <tml@src.gnome.org>
Sun, 14 Nov 1999 21:48:31 +0000 (21:48 +0000)
committerTor Lillqvist <tml@src.gnome.org>
Sun, 14 Nov 1999 21:48:31 +0000 (21:48 +0000)
ChangeLog
ChangeLog.pre-2-0
ChangeLog.pre-2-10
ChangeLog.pre-2-12
ChangeLog.pre-2-2
ChangeLog.pre-2-4
ChangeLog.pre-2-6
ChangeLog.pre-2-8
README.win32
build-dll

index f84e517..1305e4d 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -30,8 +30,7 @@
        * gutils.c
        * gwin32.c
        * testglib.c
-       * Makefile.am
-       * makefile.{cygwin,msc}: Move the Win32-only functions to the new
+       * Makefile.am: Move the Win32-only functions to the new
        file gwin32.c
 
 1999-10-31  Tor Lillqvist  <tml@iki.fi>
index f84e517..1305e4d 100644 (file)
@@ -30,8 +30,7 @@
        * gutils.c
        * gwin32.c
        * testglib.c
-       * Makefile.am
-       * makefile.{cygwin,msc}: Move the Win32-only functions to the new
+       * Makefile.am: Move the Win32-only functions to the new
        file gwin32.c
 
 1999-10-31  Tor Lillqvist  <tml@iki.fi>
index f84e517..1305e4d 100644 (file)
@@ -30,8 +30,7 @@
        * gutils.c
        * gwin32.c
        * testglib.c
-       * Makefile.am
-       * makefile.{cygwin,msc}: Move the Win32-only functions to the new
+       * Makefile.am: Move the Win32-only functions to the new
        file gwin32.c
 
 1999-10-31  Tor Lillqvist  <tml@iki.fi>
index f84e517..1305e4d 100644 (file)
@@ -30,8 +30,7 @@
        * gutils.c
        * gwin32.c
        * testglib.c
-       * Makefile.am
-       * makefile.{cygwin,msc}: Move the Win32-only functions to the new
+       * Makefile.am: Move the Win32-only functions to the new
        file gwin32.c
 
 1999-10-31  Tor Lillqvist  <tml@iki.fi>
index f84e517..1305e4d 100644 (file)
@@ -30,8 +30,7 @@
        * gutils.c
        * gwin32.c
        * testglib.c
-       * Makefile.am
-       * makefile.{cygwin,msc}: Move the Win32-only functions to the new
+       * Makefile.am: Move the Win32-only functions to the new
        file gwin32.c
 
 1999-10-31  Tor Lillqvist  <tml@iki.fi>
index f84e517..1305e4d 100644 (file)
@@ -30,8 +30,7 @@
        * gutils.c
        * gwin32.c
        * testglib.c
-       * Makefile.am
-       * makefile.{cygwin,msc}: Move the Win32-only functions to the new
+       * Makefile.am: Move the Win32-only functions to the new
        file gwin32.c
 
 1999-10-31  Tor Lillqvist  <tml@iki.fi>
index f84e517..1305e4d 100644 (file)
@@ -30,8 +30,7 @@
        * gutils.c
        * gwin32.c
        * testglib.c
-       * Makefile.am
-       * makefile.{cygwin,msc}: Move the Win32-only functions to the new
+       * Makefile.am: Move the Win32-only functions to the new
        file gwin32.c
 
 1999-10-31  Tor Lillqvist  <tml@iki.fi>
index f84e517..1305e4d 100644 (file)
@@ -30,8 +30,7 @@
        * gutils.c
        * gwin32.c
        * testglib.c
-       * Makefile.am
-       * makefile.{cygwin,msc}: Move the Win32-only functions to the new
+       * Makefile.am: Move the Win32-only functions to the new
        file gwin32.c
 
 1999-10-31  Tor Lillqvist  <tml@iki.fi>
index a317891..34764cf 100644 (file)
@@ -112,7 +112,7 @@ instructions in that case, too.
 
    Install it somewhere, let's say G:\gcc-2.95.2 (//g/gcc-2.95.2 when
    in Cygwin). Add //g/gcc-2.95.2/H-i586-cygwin32/bin to your
-   PATH. Below,I assume you use bash.
+   PATH. I assume you use bash below.
 
    Replace the specs file in
    //g/gcc-2.95.2/H-i586-cygwin32/lib/gcc-lib/i586-cygwin32/2.95.2/specs
@@ -314,9 +314,6 @@ diff -ru2 ./w32api/include/wingdi.h ../../src/mingw-runtime-19991107/w32api/incl
    
 5) Whew. That hopefully should be it.
 
-Cheers,
---tml
-
 Next, go back to the GLib directory and build using `make -f
 makefile.cygwin`.  Building the dlls uses the script build-dll which
 is somewhat of a hack. But I couldn't get things working in a cleaner
index b29a50d..4e13761 100644 (file)
--- a/build-dll
+++ b/build-dll
@@ -7,8 +7,8 @@
 # (egcs-1.1.2 release) or gcc-2.95 as distributed by Mumit Khan. For
 # other combinations, no idea.
 
-GCC=gcc
-DLLTOOL=dlltool
+GCC="gcc"
+DLLTOOL="dlltool"
 AS=as
 
 library=$1; shift