mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-01-11 23:16:14 +01:00
Cosmetics.
2000-10-26 Tor Lillqvist <tml@iki.fi> * makefile.{mingw,msc}.in: Cosmetics.
This commit is contained in:
parent
f42bc93186
commit
7ea09e4589
@ -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>
|
||||
|
||||
* gstrfuncs.c (g_strsplit): When the string is ended by a
|
||||
|
@ -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>
|
||||
|
||||
* gstrfuncs.c (g_strsplit): When the string is ended by a
|
||||
|
@ -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>
|
||||
|
||||
* gstrfuncs.c (g_strsplit): When the string is ended by a
|
||||
|
@ -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>
|
||||
|
||||
* gstrfuncs.c (g_strsplit): When the string is ended by a
|
||||
|
@ -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>
|
||||
|
||||
* gstrfuncs.c (g_strsplit): When the string is ended by a
|
||||
|
@ -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>
|
||||
|
||||
* gstrfuncs.c (g_strsplit): When the string is ended by a
|
||||
|
@ -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>
|
||||
|
||||
* gstrfuncs.c (g_strsplit): When the string is ended by a
|
||||
|
@ -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>
|
||||
|
||||
* gstrfuncs.c (g_strsplit): When the string is ended by a
|
||||
|
@ -26,7 +26,7 @@ DLLS_TO_BUILD = \
|
||||
glib-$(GLIB_VER).dll \
|
||||
gmodule/gmodule-$(GLIB_VER).dll \
|
||||
gthread/gthread-$(GLIB_VER).dll \
|
||||
gobject/gobject-$(GLIB_VER).dll \
|
||||
gobject/gobject-$(GLIB_VER).dll
|
||||
|
||||
|
||||
all : \
|
||||
@ -52,8 +52,8 @@ glib_OBJECTS = \
|
||||
gdate.o \
|
||||
gerror.o \
|
||||
gfileutils.o \
|
||||
ghook.o \
|
||||
ghash.o \
|
||||
ghook.o \
|
||||
giochannel.o \
|
||||
giowin32.o \
|
||||
glist.o \
|
||||
@ -64,17 +64,17 @@ glib_OBJECTS = \
|
||||
gprimes.o \
|
||||
gqueue.o \
|
||||
grand.o \
|
||||
grel.o \
|
||||
gscanner.o \
|
||||
gshell.o \
|
||||
gslist.o \
|
||||
gspawn-win32.o \
|
||||
gstrfuncs.o \
|
||||
gstring.o \
|
||||
gthread.o \
|
||||
gthreadpool.o \
|
||||
gtimer.o \
|
||||
gtree.o \
|
||||
grel.o \
|
||||
gstring.o \
|
||||
gstrfuncs.o \
|
||||
gscanner.o \
|
||||
gunidecomp.o \
|
||||
guniprop.o \
|
||||
gutf8.o \
|
||||
|
@ -44,11 +44,11 @@ glib_OBJECTS = \
|
||||
gbacktrace.obj \
|
||||
gcache.obj \
|
||||
gcompletion.obj \
|
||||
gconvert.obj \
|
||||
gdataset.obj \
|
||||
gdate.obj \
|
||||
gerror.obj \
|
||||
gfileutils.obj \
|
||||
gconvert.obj \
|
||||
ghash.obj \
|
||||
ghook.obj \
|
||||
giochannel.obj \
|
||||
@ -65,9 +65,9 @@ glib_OBJECTS = \
|
||||
gscanner.obj \
|
||||
gshell.obj \
|
||||
gslist.obj \
|
||||
gspawn-win32.obj \
|
||||
gstrfuncs.obj \
|
||||
gstring.obj \
|
||||
gspawn-win32.obj \
|
||||
gthread.obj \
|
||||
gthreadpool.obj \
|
||||
gtimer.obj \
|
||||
|
@ -26,7 +26,7 @@ DLLS_TO_BUILD = \
|
||||
glib-$(GLIB_VER).dll \
|
||||
gmodule/gmodule-$(GLIB_VER).dll \
|
||||
gthread/gthread-$(GLIB_VER).dll \
|
||||
gobject/gobject-$(GLIB_VER).dll \
|
||||
gobject/gobject-$(GLIB_VER).dll
|
||||
|
||||
|
||||
all : \
|
||||
@ -52,8 +52,8 @@ glib_OBJECTS = \
|
||||
gdate.o \
|
||||
gerror.o \
|
||||
gfileutils.o \
|
||||
ghook.o \
|
||||
ghash.o \
|
||||
ghook.o \
|
||||
giochannel.o \
|
||||
giowin32.o \
|
||||
glist.o \
|
||||
@ -64,17 +64,17 @@ glib_OBJECTS = \
|
||||
gprimes.o \
|
||||
gqueue.o \
|
||||
grand.o \
|
||||
grel.o \
|
||||
gscanner.o \
|
||||
gshell.o \
|
||||
gslist.o \
|
||||
gspawn-win32.o \
|
||||
gstrfuncs.o \
|
||||
gstring.o \
|
||||
gthread.o \
|
||||
gthreadpool.o \
|
||||
gtimer.o \
|
||||
gtree.o \
|
||||
grel.o \
|
||||
gstring.o \
|
||||
gstrfuncs.o \
|
||||
gscanner.o \
|
||||
gunidecomp.o \
|
||||
guniprop.o \
|
||||
gutf8.o \
|
||||
|
@ -44,11 +44,11 @@ glib_OBJECTS = \
|
||||
gbacktrace.obj \
|
||||
gcache.obj \
|
||||
gcompletion.obj \
|
||||
gconvert.obj \
|
||||
gdataset.obj \
|
||||
gdate.obj \
|
||||
gerror.obj \
|
||||
gfileutils.obj \
|
||||
gconvert.obj \
|
||||
ghash.obj \
|
||||
ghook.obj \
|
||||
giochannel.obj \
|
||||
@ -65,9 +65,9 @@ glib_OBJECTS = \
|
||||
gscanner.obj \
|
||||
gshell.obj \
|
||||
gslist.obj \
|
||||
gspawn-win32.obj \
|
||||
gstrfuncs.obj \
|
||||
gstring.obj \
|
||||
gspawn-win32.obj \
|
||||
gthread.obj \
|
||||
gthreadpool.obj \
|
||||
gtimer.obj \
|
||||
|
Loading…
Reference in New Issue
Block a user