Very minor stuff.

This commit is contained in:
Tor Lillqvist 1999-11-14 21:48:31 +00:00
parent 5099bf3add
commit 5a298a91cb
10 changed files with 11 additions and 22 deletions

View 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>

View 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>

View 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>

View 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>

View 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>

View 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>

View 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>

View 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>

View 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

View File

@ -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