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>
|
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
|
||||||
|
@ -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
|
||||||
|
@ -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
|
||||||
|
@ -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
|
||||||
|
@ -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
|
||||||
|
@ -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
|
||||||
|
@ -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
|
||||||
|
@ -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
|
||||||
|
@ -22,63 +22,63 @@ INCLUDES = -I .
|
|||||||
DEFINES = -DHAVE_CONFIG_H -DGLIB_COMPILATION -DG_LOG_DOMAIN=g_log_domain_glib
|
DEFINES = -DHAVE_CONFIG_H -DGLIB_COMPILATION -DG_LOG_DOMAIN=g_log_domain_glib
|
||||||
DEPCFLAGS = $(LIBICONV_CFLAGS)
|
DEPCFLAGS = $(LIBICONV_CFLAGS)
|
||||||
|
|
||||||
DLLS_TO_BUILD = \
|
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 : \
|
||||||
config.h \
|
config.h \
|
||||||
glibconfig.h \
|
glibconfig.h \
|
||||||
$(DLLS_TO_BUILD) \
|
$(DLLS_TO_BUILD) \
|
||||||
gspawn-win32-helper.exe \
|
gspawn-win32-helper.exe \
|
||||||
testglib.exe \
|
testglib.exe \
|
||||||
testgdate.exe \
|
testgdate.exe \
|
||||||
testgdateparser.exe
|
testgdateparser.exe
|
||||||
|
|
||||||
install : all
|
install : all
|
||||||
$(INSTALL) $(DLLS_TO_BUILD) $(BIN)
|
$(INSTALL) $(DLLS_TO_BUILD) $(BIN)
|
||||||
|
|
||||||
glib_OBJECTS = \
|
glib_OBJECTS = \
|
||||||
garray.o \
|
garray.o \
|
||||||
gasyncqueue.o \
|
gasyncqueue.o \
|
||||||
gbacktrace.o \
|
gbacktrace.o \
|
||||||
gcache.o \
|
gcache.o \
|
||||||
gcompletion.o \
|
gcompletion.o \
|
||||||
gconvert.o \
|
gconvert.o \
|
||||||
gdataset.o \
|
gdataset.o \
|
||||||
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 \
|
||||||
gmain.o \
|
gmain.o \
|
||||||
gmem.o \
|
gmem.o \
|
||||||
gmessages.o \
|
gmessages.o \
|
||||||
gnode.o \
|
gnode.o \
|
||||||
gprimes.o \
|
gprimes.o \
|
||||||
gqueue.o \
|
gqueue.o \
|
||||||
grand.o \
|
grand.o \
|
||||||
gshell.o \
|
grel.o \
|
||||||
gslist.o \
|
gscanner.o \
|
||||||
gspawn-win32.o \
|
gshell.o \
|
||||||
gthread.o \
|
gslist.o \
|
||||||
gthreadpool.o \
|
gspawn-win32.o \
|
||||||
gtimer.o \
|
gstrfuncs.o \
|
||||||
gtree.o \
|
gstring.o \
|
||||||
grel.o \
|
gthread.o \
|
||||||
gstring.o \
|
gthreadpool.o \
|
||||||
gstrfuncs.o \
|
gtimer.o \
|
||||||
gscanner.o \
|
gtree.o \
|
||||||
gunidecomp.o \
|
gunidecomp.o \
|
||||||
guniprop.o \
|
guniprop.o \
|
||||||
gutf8.o \
|
gutf8.o \
|
||||||
gutils.o \
|
gutils.o \
|
||||||
gwin32.o
|
gwin32.o
|
||||||
|
|
||||||
glibconfig.h: glibconfig.h.win32
|
glibconfig.h: glibconfig.h.win32
|
||||||
|
@ -20,62 +20,62 @@ INCLUDES = -I .
|
|||||||
DEFINES = -DHAVE_CONFIG_H -DGLIB_COMPILATION -DG_LOG_DOMAIN=g_log_domain_glib
|
DEFINES = -DHAVE_CONFIG_H -DGLIB_COMPILATION -DG_LOG_DOMAIN=g_log_domain_glib
|
||||||
DEPCFLAGS = $(LIBICONV_CFLAGS)
|
DEPCFLAGS = $(LIBICONV_CFLAGS)
|
||||||
|
|
||||||
DLLS_TO_BUILD = \
|
DLLS_TO_BUILD = \
|
||||||
glib-$(GLIB_VER).dll \
|
glib-$(GLIB_VER).dll \
|
||||||
sub-gmodule \
|
sub-gmodule \
|
||||||
sub-gthread \
|
sub-gthread \
|
||||||
sub-gobject
|
sub-gobject
|
||||||
|
|
||||||
all : \
|
all : \
|
||||||
config.h \
|
config.h \
|
||||||
glibconfig.h \
|
glibconfig.h \
|
||||||
$(DLLS_TO_BUILD) \
|
$(DLLS_TO_BUILD) \
|
||||||
gspawn-win32-helper.exe \
|
gspawn-win32-helper.exe \
|
||||||
testglib.exe \
|
testglib.exe \
|
||||||
testgdate.exe \
|
testgdate.exe \
|
||||||
testgdateparser.exe
|
testgdateparser.exe
|
||||||
|
|
||||||
install : all
|
install : all
|
||||||
copy glib-$(GLIB_VER).dll $(BIN)
|
copy glib-$(GLIB_VER).dll $(BIN)
|
||||||
|
|
||||||
glib_OBJECTS = \
|
glib_OBJECTS = \
|
||||||
garray.obj \
|
garray.obj \
|
||||||
gasyncqueue.obj \
|
gasyncqueue.obj \
|
||||||
gbacktrace.obj \
|
gbacktrace.obj \
|
||||||
gcache.obj \
|
gcache.obj \
|
||||||
gcompletion.obj \
|
gcompletion.obj \
|
||||||
gdataset.obj \
|
gconvert.obj \
|
||||||
gdate.obj \
|
gdataset.obj \
|
||||||
gerror.obj \
|
gdate.obj \
|
||||||
gfileutils.obj \
|
gerror.obj \
|
||||||
gconvert.obj \
|
gfileutils.obj \
|
||||||
ghash.obj \
|
ghash.obj \
|
||||||
ghook.obj \
|
ghook.obj \
|
||||||
giochannel.obj \
|
giochannel.obj \
|
||||||
giowin32.obj \
|
giowin32.obj \
|
||||||
glist.obj \
|
glist.obj \
|
||||||
gmain.obj \
|
gmain.obj \
|
||||||
gmem.obj \
|
gmem.obj \
|
||||||
gmessages.obj \
|
gmessages.obj \
|
||||||
gnode.obj \
|
gnode.obj \
|
||||||
gprimes.obj \
|
gprimes.obj \
|
||||||
gqueue.obj \
|
gqueue.obj \
|
||||||
grand.obj \
|
grand.obj \
|
||||||
grel.obj \
|
grel.obj \
|
||||||
gscanner.obj \
|
gscanner.obj \
|
||||||
gshell.obj \
|
gshell.obj \
|
||||||
gslist.obj \
|
gslist.obj \
|
||||||
gstrfuncs.obj \
|
gspawn-win32.obj \
|
||||||
gstring.obj \
|
gstrfuncs.obj \
|
||||||
gspawn-win32.obj \
|
gstring.obj \
|
||||||
gthread.obj \
|
gthread.obj \
|
||||||
gthreadpool.obj \
|
gthreadpool.obj \
|
||||||
gtimer.obj \
|
gtimer.obj \
|
||||||
gtree.obj \
|
gtree.obj \
|
||||||
gunidecomp.obj \
|
gunidecomp.obj \
|
||||||
guniprop.obj \
|
guniprop.obj \
|
||||||
gutf8.obj \
|
gutf8.obj \
|
||||||
gutils.obj \
|
gutils.obj \
|
||||||
gwin32.obj
|
gwin32.obj
|
||||||
|
|
||||||
glibconfig.h: glibconfig.h.win32
|
glibconfig.h: glibconfig.h.win32
|
||||||
|
@ -22,63 +22,63 @@ INCLUDES = -I .
|
|||||||
DEFINES = -DHAVE_CONFIG_H -DGLIB_COMPILATION -DG_LOG_DOMAIN=g_log_domain_glib
|
DEFINES = -DHAVE_CONFIG_H -DGLIB_COMPILATION -DG_LOG_DOMAIN=g_log_domain_glib
|
||||||
DEPCFLAGS = $(LIBICONV_CFLAGS)
|
DEPCFLAGS = $(LIBICONV_CFLAGS)
|
||||||
|
|
||||||
DLLS_TO_BUILD = \
|
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 : \
|
||||||
config.h \
|
config.h \
|
||||||
glibconfig.h \
|
glibconfig.h \
|
||||||
$(DLLS_TO_BUILD) \
|
$(DLLS_TO_BUILD) \
|
||||||
gspawn-win32-helper.exe \
|
gspawn-win32-helper.exe \
|
||||||
testglib.exe \
|
testglib.exe \
|
||||||
testgdate.exe \
|
testgdate.exe \
|
||||||
testgdateparser.exe
|
testgdateparser.exe
|
||||||
|
|
||||||
install : all
|
install : all
|
||||||
$(INSTALL) $(DLLS_TO_BUILD) $(BIN)
|
$(INSTALL) $(DLLS_TO_BUILD) $(BIN)
|
||||||
|
|
||||||
glib_OBJECTS = \
|
glib_OBJECTS = \
|
||||||
garray.o \
|
garray.o \
|
||||||
gasyncqueue.o \
|
gasyncqueue.o \
|
||||||
gbacktrace.o \
|
gbacktrace.o \
|
||||||
gcache.o \
|
gcache.o \
|
||||||
gcompletion.o \
|
gcompletion.o \
|
||||||
gconvert.o \
|
gconvert.o \
|
||||||
gdataset.o \
|
gdataset.o \
|
||||||
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 \
|
||||||
gmain.o \
|
gmain.o \
|
||||||
gmem.o \
|
gmem.o \
|
||||||
gmessages.o \
|
gmessages.o \
|
||||||
gnode.o \
|
gnode.o \
|
||||||
gprimes.o \
|
gprimes.o \
|
||||||
gqueue.o \
|
gqueue.o \
|
||||||
grand.o \
|
grand.o \
|
||||||
gshell.o \
|
grel.o \
|
||||||
gslist.o \
|
gscanner.o \
|
||||||
gspawn-win32.o \
|
gshell.o \
|
||||||
gthread.o \
|
gslist.o \
|
||||||
gthreadpool.o \
|
gspawn-win32.o \
|
||||||
gtimer.o \
|
gstrfuncs.o \
|
||||||
gtree.o \
|
gstring.o \
|
||||||
grel.o \
|
gthread.o \
|
||||||
gstring.o \
|
gthreadpool.o \
|
||||||
gstrfuncs.o \
|
gtimer.o \
|
||||||
gscanner.o \
|
gtree.o \
|
||||||
gunidecomp.o \
|
gunidecomp.o \
|
||||||
guniprop.o \
|
guniprop.o \
|
||||||
gutf8.o \
|
gutf8.o \
|
||||||
gutils.o \
|
gutils.o \
|
||||||
gwin32.o
|
gwin32.o
|
||||||
|
|
||||||
glibconfig.h: glibconfig.h.win32
|
glibconfig.h: glibconfig.h.win32
|
||||||
|
@ -20,62 +20,62 @@ INCLUDES = -I .
|
|||||||
DEFINES = -DHAVE_CONFIG_H -DGLIB_COMPILATION -DG_LOG_DOMAIN=g_log_domain_glib
|
DEFINES = -DHAVE_CONFIG_H -DGLIB_COMPILATION -DG_LOG_DOMAIN=g_log_domain_glib
|
||||||
DEPCFLAGS = $(LIBICONV_CFLAGS)
|
DEPCFLAGS = $(LIBICONV_CFLAGS)
|
||||||
|
|
||||||
DLLS_TO_BUILD = \
|
DLLS_TO_BUILD = \
|
||||||
glib-$(GLIB_VER).dll \
|
glib-$(GLIB_VER).dll \
|
||||||
sub-gmodule \
|
sub-gmodule \
|
||||||
sub-gthread \
|
sub-gthread \
|
||||||
sub-gobject
|
sub-gobject
|
||||||
|
|
||||||
all : \
|
all : \
|
||||||
config.h \
|
config.h \
|
||||||
glibconfig.h \
|
glibconfig.h \
|
||||||
$(DLLS_TO_BUILD) \
|
$(DLLS_TO_BUILD) \
|
||||||
gspawn-win32-helper.exe \
|
gspawn-win32-helper.exe \
|
||||||
testglib.exe \
|
testglib.exe \
|
||||||
testgdate.exe \
|
testgdate.exe \
|
||||||
testgdateparser.exe
|
testgdateparser.exe
|
||||||
|
|
||||||
install : all
|
install : all
|
||||||
copy glib-$(GLIB_VER).dll $(BIN)
|
copy glib-$(GLIB_VER).dll $(BIN)
|
||||||
|
|
||||||
glib_OBJECTS = \
|
glib_OBJECTS = \
|
||||||
garray.obj \
|
garray.obj \
|
||||||
gasyncqueue.obj \
|
gasyncqueue.obj \
|
||||||
gbacktrace.obj \
|
gbacktrace.obj \
|
||||||
gcache.obj \
|
gcache.obj \
|
||||||
gcompletion.obj \
|
gcompletion.obj \
|
||||||
gdataset.obj \
|
gconvert.obj \
|
||||||
gdate.obj \
|
gdataset.obj \
|
||||||
gerror.obj \
|
gdate.obj \
|
||||||
gfileutils.obj \
|
gerror.obj \
|
||||||
gconvert.obj \
|
gfileutils.obj \
|
||||||
ghash.obj \
|
ghash.obj \
|
||||||
ghook.obj \
|
ghook.obj \
|
||||||
giochannel.obj \
|
giochannel.obj \
|
||||||
giowin32.obj \
|
giowin32.obj \
|
||||||
glist.obj \
|
glist.obj \
|
||||||
gmain.obj \
|
gmain.obj \
|
||||||
gmem.obj \
|
gmem.obj \
|
||||||
gmessages.obj \
|
gmessages.obj \
|
||||||
gnode.obj \
|
gnode.obj \
|
||||||
gprimes.obj \
|
gprimes.obj \
|
||||||
gqueue.obj \
|
gqueue.obj \
|
||||||
grand.obj \
|
grand.obj \
|
||||||
grel.obj \
|
grel.obj \
|
||||||
gscanner.obj \
|
gscanner.obj \
|
||||||
gshell.obj \
|
gshell.obj \
|
||||||
gslist.obj \
|
gslist.obj \
|
||||||
gstrfuncs.obj \
|
gspawn-win32.obj \
|
||||||
gstring.obj \
|
gstrfuncs.obj \
|
||||||
gspawn-win32.obj \
|
gstring.obj \
|
||||||
gthread.obj \
|
gthread.obj \
|
||||||
gthreadpool.obj \
|
gthreadpool.obj \
|
||||||
gtimer.obj \
|
gtimer.obj \
|
||||||
gtree.obj \
|
gtree.obj \
|
||||||
gunidecomp.obj \
|
gunidecomp.obj \
|
||||||
guniprop.obj \
|
guniprop.obj \
|
||||||
gutf8.obj \
|
gutf8.obj \
|
||||||
gutils.obj \
|
gutils.obj \
|
||||||
gwin32.obj
|
gwin32.obj
|
||||||
|
|
||||||
glibconfig.h: glibconfig.h.win32
|
glibconfig.h: glibconfig.h.win32
|
||||||
|
Loading…
Reference in New Issue
Block a user