Cosmetics.

2000-10-26  Tor Lillqvist  <tml@iki.fi>

	* makefile.{mingw,msc}.in: Cosmetics.
This commit is contained in:
Tor Lillqvist 2000-10-26 17:53:58 +00:00 committed by Tor Lillqvist
parent f42bc93186
commit 7ea09e4589
12 changed files with 230 additions and 198 deletions

View File

@ -1,3 +1,7 @@
2000-10-26 Tor Lillqvist <tml@iki.fi>
* makefile.{mingw,msc}.in: Cosmetics.
2000-10-26 Sebastian Wilhelmi <wilhelmi@ira.uka.de> 2000-10-26 Sebastian Wilhelmi <wilhelmi@ira.uka.de>
* gstrfuncs.c (g_strsplit): When the string is ended by a * gstrfuncs.c (g_strsplit): When the string is ended by a

View File

@ -1,3 +1,7 @@
2000-10-26 Tor Lillqvist <tml@iki.fi>
* makefile.{mingw,msc}.in: Cosmetics.
2000-10-26 Sebastian Wilhelmi <wilhelmi@ira.uka.de> 2000-10-26 Sebastian Wilhelmi <wilhelmi@ira.uka.de>
* gstrfuncs.c (g_strsplit): When the string is ended by a * gstrfuncs.c (g_strsplit): When the string is ended by a

View File

@ -1,3 +1,7 @@
2000-10-26 Tor Lillqvist <tml@iki.fi>
* makefile.{mingw,msc}.in: Cosmetics.
2000-10-26 Sebastian Wilhelmi <wilhelmi@ira.uka.de> 2000-10-26 Sebastian Wilhelmi <wilhelmi@ira.uka.de>
* gstrfuncs.c (g_strsplit): When the string is ended by a * gstrfuncs.c (g_strsplit): When the string is ended by a

View File

@ -1,3 +1,7 @@
2000-10-26 Tor Lillqvist <tml@iki.fi>
* makefile.{mingw,msc}.in: Cosmetics.
2000-10-26 Sebastian Wilhelmi <wilhelmi@ira.uka.de> 2000-10-26 Sebastian Wilhelmi <wilhelmi@ira.uka.de>
* gstrfuncs.c (g_strsplit): When the string is ended by a * gstrfuncs.c (g_strsplit): When the string is ended by a

View File

@ -1,3 +1,7 @@
2000-10-26 Tor Lillqvist <tml@iki.fi>
* makefile.{mingw,msc}.in: Cosmetics.
2000-10-26 Sebastian Wilhelmi <wilhelmi@ira.uka.de> 2000-10-26 Sebastian Wilhelmi <wilhelmi@ira.uka.de>
* gstrfuncs.c (g_strsplit): When the string is ended by a * gstrfuncs.c (g_strsplit): When the string is ended by a

View File

@ -1,3 +1,7 @@
2000-10-26 Tor Lillqvist <tml@iki.fi>
* makefile.{mingw,msc}.in: Cosmetics.
2000-10-26 Sebastian Wilhelmi <wilhelmi@ira.uka.de> 2000-10-26 Sebastian Wilhelmi <wilhelmi@ira.uka.de>
* gstrfuncs.c (g_strsplit): When the string is ended by a * gstrfuncs.c (g_strsplit): When the string is ended by a

View File

@ -1,3 +1,7 @@
2000-10-26 Tor Lillqvist <tml@iki.fi>
* makefile.{mingw,msc}.in: Cosmetics.
2000-10-26 Sebastian Wilhelmi <wilhelmi@ira.uka.de> 2000-10-26 Sebastian Wilhelmi <wilhelmi@ira.uka.de>
* gstrfuncs.c (g_strsplit): When the string is ended by a * gstrfuncs.c (g_strsplit): When the string is ended by a

View File

@ -1,3 +1,7 @@
2000-10-26 Tor Lillqvist <tml@iki.fi>
* makefile.{mingw,msc}.in: Cosmetics.
2000-10-26 Sebastian Wilhelmi <wilhelmi@ira.uka.de> 2000-10-26 Sebastian Wilhelmi <wilhelmi@ira.uka.de>
* gstrfuncs.c (g_strsplit): When the string is ended by a * gstrfuncs.c (g_strsplit): When the string is ended by a

View File

@ -26,7 +26,7 @@ DLLS_TO_BUILD = \
glib-$(GLIB_VER).dll \ glib-$(GLIB_VER).dll \
gmodule/gmodule-$(GLIB_VER).dll \ gmodule/gmodule-$(GLIB_VER).dll \
gthread/gthread-$(GLIB_VER).dll \ gthread/gthread-$(GLIB_VER).dll \
gobject/gobject-$(GLIB_VER).dll \ gobject/gobject-$(GLIB_VER).dll
all : \ all : \
@ -52,8 +52,8 @@ glib_OBJECTS = \
gdate.o \ gdate.o \
gerror.o \ gerror.o \
gfileutils.o \ gfileutils.o \
ghook.o \
ghash.o \ ghash.o \
ghook.o \
giochannel.o \ giochannel.o \
giowin32.o \ giowin32.o \
glist.o \ glist.o \
@ -64,17 +64,17 @@ glib_OBJECTS = \
gprimes.o \ gprimes.o \
gqueue.o \ gqueue.o \
grand.o \ grand.o \
grel.o \
gscanner.o \
gshell.o \ gshell.o \
gslist.o \ gslist.o \
gspawn-win32.o \ gspawn-win32.o \
gstrfuncs.o \
gstring.o \
gthread.o \ gthread.o \
gthreadpool.o \ gthreadpool.o \
gtimer.o \ gtimer.o \
gtree.o \ gtree.o \
grel.o \
gstring.o \
gstrfuncs.o \
gscanner.o \
gunidecomp.o \ gunidecomp.o \
guniprop.o \ guniprop.o \
gutf8.o \ gutf8.o \

View File

@ -44,11 +44,11 @@ glib_OBJECTS = \
gbacktrace.obj \ gbacktrace.obj \
gcache.obj \ gcache.obj \
gcompletion.obj \ gcompletion.obj \
gconvert.obj \
gdataset.obj \ gdataset.obj \
gdate.obj \ gdate.obj \
gerror.obj \ gerror.obj \
gfileutils.obj \ gfileutils.obj \
gconvert.obj \
ghash.obj \ ghash.obj \
ghook.obj \ ghook.obj \
giochannel.obj \ giochannel.obj \
@ -65,9 +65,9 @@ glib_OBJECTS = \
gscanner.obj \ gscanner.obj \
gshell.obj \ gshell.obj \
gslist.obj \ gslist.obj \
gspawn-win32.obj \
gstrfuncs.obj \ gstrfuncs.obj \
gstring.obj \ gstring.obj \
gspawn-win32.obj \
gthread.obj \ gthread.obj \
gthreadpool.obj \ gthreadpool.obj \
gtimer.obj \ gtimer.obj \

View File

@ -26,7 +26,7 @@ DLLS_TO_BUILD = \
glib-$(GLIB_VER).dll \ glib-$(GLIB_VER).dll \
gmodule/gmodule-$(GLIB_VER).dll \ gmodule/gmodule-$(GLIB_VER).dll \
gthread/gthread-$(GLIB_VER).dll \ gthread/gthread-$(GLIB_VER).dll \
gobject/gobject-$(GLIB_VER).dll \ gobject/gobject-$(GLIB_VER).dll
all : \ all : \
@ -52,8 +52,8 @@ glib_OBJECTS = \
gdate.o \ gdate.o \
gerror.o \ gerror.o \
gfileutils.o \ gfileutils.o \
ghook.o \
ghash.o \ ghash.o \
ghook.o \
giochannel.o \ giochannel.o \
giowin32.o \ giowin32.o \
glist.o \ glist.o \
@ -64,17 +64,17 @@ glib_OBJECTS = \
gprimes.o \ gprimes.o \
gqueue.o \ gqueue.o \
grand.o \ grand.o \
grel.o \
gscanner.o \
gshell.o \ gshell.o \
gslist.o \ gslist.o \
gspawn-win32.o \ gspawn-win32.o \
gstrfuncs.o \
gstring.o \
gthread.o \ gthread.o \
gthreadpool.o \ gthreadpool.o \
gtimer.o \ gtimer.o \
gtree.o \ gtree.o \
grel.o \
gstring.o \
gstrfuncs.o \
gscanner.o \
gunidecomp.o \ gunidecomp.o \
guniprop.o \ guniprop.o \
gutf8.o \ gutf8.o \

View File

@ -44,11 +44,11 @@ glib_OBJECTS = \
gbacktrace.obj \ gbacktrace.obj \
gcache.obj \ gcache.obj \
gcompletion.obj \ gcompletion.obj \
gconvert.obj \
gdataset.obj \ gdataset.obj \
gdate.obj \ gdate.obj \
gerror.obj \ gerror.obj \
gfileutils.obj \ gfileutils.obj \
gconvert.obj \
ghash.obj \ ghash.obj \
ghook.obj \ ghook.obj \
giochannel.obj \ giochannel.obj \
@ -65,9 +65,9 @@ glib_OBJECTS = \
gscanner.obj \ gscanner.obj \
gshell.obj \ gshell.obj \
gslist.obj \ gslist.obj \
gspawn-win32.obj \
gstrfuncs.obj \ gstrfuncs.obj \
gstring.obj \ gstring.obj \
gspawn-win32.obj \
gthread.obj \ gthread.obj \
gthreadpool.obj \ gthreadpool.obj \
gtimer.obj \ gtimer.obj \