Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
Simon McVittie
GLib
Commits
7ea09e45
Commit
7ea09e45
authored
Oct 26, 2000
by
Tor Lillqvist
Committed by
Tor Lillqvist
Oct 26, 2000
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Cosmetics.
2000-10-26 Tor Lillqvist <tml@iki.fi> * makefile.{mingw,msc}.in: Cosmetics.
parent
f42bc931
Changes
12
Hide whitespace changes
Inline
Side-by-side
Showing
12 changed files
with
234 additions
and
202 deletions
+234
-202
ChangeLog
ChangeLog
+4
-0
ChangeLog.pre-2-0
ChangeLog.pre-2-0
+4
-0
ChangeLog.pre-2-10
ChangeLog.pre-2-10
+4
-0
ChangeLog.pre-2-12
ChangeLog.pre-2-12
+4
-0
ChangeLog.pre-2-2
ChangeLog.pre-2-2
+4
-0
ChangeLog.pre-2-4
ChangeLog.pre-2-4
+4
-0
ChangeLog.pre-2-6
ChangeLog.pre-2-6
+4
-0
ChangeLog.pre-2-8
ChangeLog.pre-2-8
+4
-0
glib/makefile.mingw.in
glib/makefile.mingw.in
+52
-52
glib/makefile.msc.in
glib/makefile.msc.in
+49
-49
makefile.mingw.in
makefile.mingw.in
+52
-52
makefile.msc.in
makefile.msc.in
+49
-49
No files found.
ChangeLog
View file @
7ea09e45
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
...
...
ChangeLog.pre-2-0
View file @
7ea09e45
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
...
...
ChangeLog.pre-2-10
View file @
7ea09e45
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
...
...
ChangeLog.pre-2-12
View file @
7ea09e45
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
...
...
ChangeLog.pre-2-2
View file @
7ea09e45
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
...
...
ChangeLog.pre-2-4
View file @
7ea09e45
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
...
...
ChangeLog.pre-2-6
View file @
7ea09e45
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
...
...
ChangeLog.pre-2-8
View file @
7ea09e45
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
...
...
glib/makefile.mingw.in
View file @
7ea09e45
...
...
@@ -22,63 +22,63 @@ INCLUDES = -I .
DEFINES
=
-DHAVE_CONFIG_H
-DGLIB_COMPILATION
-DG_LOG_DOMAIN
=
g_log_domain_glib
DEPCFLAGS
=
$(LIBICONV_CFLAGS)
DLLS_TO_BUILD
=
\
glib-
$(GLIB_VER)
.dll
\
gmodule/gmodule-
$(GLIB_VER)
.dll
\
gthread/gthread-
$(GLIB_VER)
.dll
\
gobject/gobject-
$(GLIB_VER)
.dll
\
all
:
\
config.h
\
glibconfig.h
\
$(DLLS_TO_BUILD)
\
gspawn-win32-helper.exe
\
testglib.exe
\
testgdate.exe
\
DLLS_TO_BUILD
=
\
glib-
$(GLIB_VER)
.dll
\
gmodule/gmodule-
$(GLIB_VER)
.dll
\
gthread/gthread-
$(GLIB_VER)
.dll
\
gobject/gobject-
$(GLIB_VER)
.dll
all
:
\
config.h
\
glibconfig.h
\
$(DLLS_TO_BUILD)
\
gspawn-win32-helper.exe
\
testglib.exe
\
testgdate.exe
\
testgdateparser.exe
install
:
all
$(INSTALL)
$(DLLS_TO_BUILD)
$(BIN)
glib_OBJECTS
=
\
garray.o
\
gasyncqueue.o
\
gbacktrace.o
\
gcache.o
\
gcompletion.o
\
gconvert.o
\
gdataset.o
\
gdate.o
\
gerror.o
\
gfileutils.o
\
gh
ook.o
\
gh
ash.o
\
giochannel.o
\
giowin32.o
\
glist.o
\
gmain.o
\
gmem.o
\
gmessages.o
\
gnode.o
\
gprimes.o
\
gqueue.o
\
grand.o
\
g
shell.o
\
gs
list.o
\
gs
pawn-win32.o
\
g
thread.o
\
g
threadpool.o
\
g
timer.o
\
gtr
ee.o
\
g
rel.o
\
g
string.o
\
g
strfuncs.o
\
g
scanner.o
\
gunidecomp.o
\
guniprop.o
\
gutf8.o
\
gutils.o
\
glib_OBJECTS
=
\
garray.o
\
gasyncqueue.o
\
gbacktrace.o
\
gcache.o
\
gcompletion.o
\
gconvert.o
\
gdataset.o
\
gdate.o
\
gerror.o
\
gfileutils.o
\
gh
ash.o
\
gh
ook.o
\
giochannel.o
\
giowin32.o
\
glist.o
\
gmain.o
\
gmem.o
\
gmessages.o
\
gnode.o
\
gprimes.o
\
gqueue.o
\
grand.o
\
g
rel.o
\
gs
canner.o
\
gs
hell.o
\
g
slist.o
\
g
spawn-win32.o
\
g
strfuncs.o
\
g
s
tr
ing.o
\
g
thread.o
\
g
threadpool.o
\
g
timer.o
\
g
tree.o
\
gunidecomp.o
\
guniprop.o
\
gutf8.o
\
gutils.o
\
gwin32.o
glibconfig.h
:
glibconfig.h.win32
...
...
glib/makefile.msc.in
View file @
7ea09e45
...
...
@@ -20,62 +20,62 @@ INCLUDES = -I .
DEFINES
=
-DHAVE_CONFIG_H
-DGLIB_COMPILATION
-DG_LOG_DOMAIN
=
g_log_domain_glib
DEPCFLAGS
=
$(LIBICONV_CFLAGS)
DLLS_TO_BUILD
=
\
glib-
$(GLIB_VER)
.dll
\
sub-gmodule
\
sub-gthread
\
DLLS_TO_BUILD
=
\
glib-
$(GLIB_VER)
.dll
\
sub-gmodule
\
sub-gthread
\
sub-gobject
all
:
\
config.h
\
glibconfig.h
\
$(DLLS_TO_BUILD)
\
gspawn-win32-helper.exe
\
testglib.exe
\
testgdate.exe
\
all
:
\
config.h
\
glibconfig.h
\
$(DLLS_TO_BUILD)
\
gspawn-win32-helper.exe
\
testglib.exe
\
testgdate.exe
\
testgdateparser.exe
install
:
all
copy glib-
$(GLIB_VER)
.dll
$(BIN)
glib_OBJECTS
=
\
garray.obj
\
gasyncqueue.obj
\
gbacktrace.obj
\
gcache.obj
\
gcompletion.obj
\
g
datase
t.obj
\
gdat
e
.obj
\
g
error
.obj
\
g
fileutils
.obj
\
g
convert
.obj
\
ghash.obj
\
ghook.obj
\
giochannel.obj
\
giowin32.obj
\
glist.obj
\
gmain.obj
\
gmem.obj
\
gmessages.obj
\
gnode.obj
\
gprimes.obj
\
gqueue.obj
\
grand.obj
\
grel.obj
\
gscanner.obj
\
gshell.obj
\
gslist.obj
\
gs
trfuncs
.obj
\
gstr
ing
.obj
\
gs
pawn-win32
.obj
\
gthread.obj
\
gthreadpool.obj
\
gtimer.obj
\
gtree.obj
\
gunidecomp.obj
\
guniprop.obj
\
gutf8.obj
\
gutils.obj
\
glib_OBJECTS
=
\
garray.obj
\
gasyncqueue.obj
\
gbacktrace.obj
\
gcache.obj
\
gcompletion.obj
\
g
conver
t.obj
\
gdat
aset
.obj
\
g
date
.obj
\
g
error
.obj
\
g
fileutils
.obj
\
ghash.obj
\
ghook.obj
\
giochannel.obj
\
giowin32.obj
\
glist.obj
\
gmain.obj
\
gmem.obj
\
gmessages.obj
\
gnode.obj
\
gprimes.obj
\
gqueue.obj
\
grand.obj
\
grel.obj
\
gscanner.obj
\
gshell.obj
\
gslist.obj
\
gs
pawn-win32
.obj
\
gstr
funcs
.obj
\
gs
tring
.obj
\
gthread.obj
\
gthreadpool.obj
\
gtimer.obj
\
gtree.obj
\
gunidecomp.obj
\
guniprop.obj
\
gutf8.obj
\
gutils.obj
\
gwin32.obj
glibconfig.h
:
glibconfig.h.win32
...
...
makefile.mingw.in
View file @
7ea09e45
...
...
@@ -22,63 +22,63 @@ INCLUDES = -I .
DEFINES
=
-DHAVE_CONFIG_H
-DGLIB_COMPILATION
-DG_LOG_DOMAIN
=
g_log_domain_glib
DEPCFLAGS
=
$(LIBICONV_CFLAGS)
DLLS_TO_BUILD
=
\
glib-
$(GLIB_VER)
.dll
\
gmodule/gmodule-
$(GLIB_VER)
.dll
\
gthread/gthread-
$(GLIB_VER)
.dll
\
gobject/gobject-
$(GLIB_VER)
.dll
\
all
:
\
config.h
\
glibconfig.h
\
$(DLLS_TO_BUILD)
\
gspawn-win32-helper.exe
\
testglib.exe
\
testgdate.exe
\
DLLS_TO_BUILD
=
\
glib-
$(GLIB_VER)
.dll
\
gmodule/gmodule-
$(GLIB_VER)
.dll
\
gthread/gthread-
$(GLIB_VER)
.dll
\
gobject/gobject-
$(GLIB_VER)
.dll
all
:
\
config.h
\
glibconfig.h
\
$(DLLS_TO_BUILD)
\
gspawn-win32-helper.exe
\
testglib.exe
\
testgdate.exe
\
testgdateparser.exe
install
:
all
$(INSTALL)
$(DLLS_TO_BUILD)
$(BIN)
glib_OBJECTS
=
\
garray.o
\
gasyncqueue.o
\
gbacktrace.o
\
gcache.o
\
gcompletion.o
\
gconvert.o
\
gdataset.o
\
gdate.o
\
gerror.o
\
gfileutils.o
\
gh
ook.o
\
gh
ash.o
\
giochannel.o
\
giowin32.o
\
glist.o
\
gmain.o
\
gmem.o
\
gmessages.o
\
gnode.o
\
gprimes.o
\
gqueue.o
\
grand.o
\
g
shell.o
\
gs
list.o
\
gs
pawn-win32.o
\
g
thread.o
\
g
threadpool.o
\
g
timer.o
\
gtr
ee.o
\
g
rel.o
\
g
string.o
\
g
strfuncs.o
\
g
scanner.o
\
gunidecomp.o
\
guniprop.o
\
gutf8.o
\
gutils.o
\
glib_OBJECTS
=
\
garray.o
\
gasyncqueue.o
\
gbacktrace.o
\
gcache.o
\
gcompletion.o
\
gconvert.o
\
gdataset.o
\
gdate.o
\
gerror.o
\
gfileutils.o
\
gh
ash.o
\
gh
ook.o
\
giochannel.o
\
giowin32.o
\
glist.o
\
gmain.o
\
gmem.o
\
gmessages.o
\
gnode.o
\
gprimes.o
\
gqueue.o
\
grand.o
\
g
rel.o
\
gs
canner.o
\
gs
hell.o
\
g
slist.o
\
g
spawn-win32.o
\
g
strfuncs.o
\
g
s
tr
ing.o
\
g
thread.o
\
g
threadpool.o
\
g
timer.o
\
g
tree.o
\
gunidecomp.o
\
guniprop.o
\
gutf8.o
\
gutils.o
\
gwin32.o
glibconfig.h
:
glibconfig.h.win32
...
...
makefile.msc.in
View file @
7ea09e45
...
...
@@ -20,62 +20,62 @@ INCLUDES = -I .
DEFINES
=
-DHAVE_CONFIG_H
-DGLIB_COMPILATION
-DG_LOG_DOMAIN
=
g_log_domain_glib
DEPCFLAGS
=
$(LIBICONV_CFLAGS)
DLLS_TO_BUILD
=
\
glib-
$(GLIB_VER)
.dll
\
sub-gmodule
\
sub-gthread
\
DLLS_TO_BUILD
=
\
glib-
$(GLIB_VER)
.dll
\
sub-gmodule
\
sub-gthread
\
sub-gobject
all
:
\
config.h
\
glibconfig.h
\
$(DLLS_TO_BUILD)
\
gspawn-win32-helper.exe
\
testglib.exe
\
testgdate.exe
\
all
:
\
config.h
\
glibconfig.h
\
$(DLLS_TO_BUILD)
\
gspawn-win32-helper.exe
\
testglib.exe
\
testgdate.exe
\
testgdateparser.exe
install
:
all
copy glib-
$(GLIB_VER)
.dll
$(BIN)
glib_OBJECTS
=
\
garray.obj
\
gasyncqueue.obj
\
gbacktrace.obj
\
gcache.obj
\
gcompletion.obj
\
g
datase
t.obj
\
gdat
e
.obj
\
g
error
.obj
\
g
fileutils
.obj
\
g
convert
.obj
\
ghash.obj
\
ghook.obj
\
giochannel.obj
\
giowin32.obj
\
glist.obj
\
gmain.obj
\
gmem.obj
\
gmessages.obj
\
gnode.obj
\
gprimes.obj
\
gqueue.obj
\
grand.obj
\
grel.obj
\
gscanner.obj
\
gshell.obj
\
gslist.obj
\
gs
trfuncs
.obj
\
gstr
ing
.obj
\
gs
pawn-win32
.obj
\
gthread.obj
\
gthreadpool.obj
\
gtimer.obj
\
gtree.obj
\
gunidecomp.obj
\
guniprop.obj
\
gutf8.obj
\
gutils.obj
\
glib_OBJECTS
=
\
garray.obj
\
gasyncqueue.obj
\
gbacktrace.obj
\
gcache.obj
\
gcompletion.obj
\
g
conver
t.obj
\
gdat
aset
.obj
\
g
date
.obj
\
g
error
.obj
\
g
fileutils
.obj
\
ghash.obj
\
ghook.obj
\
giochannel.obj
\
giowin32.obj
\
glist.obj
\
gmain.obj
\
gmem.obj
\
gmessages.obj
\
gnode.obj
\
gprimes.obj
\
gqueue.obj
\
grand.obj
\
grel.obj
\
gscanner.obj
\
gshell.obj
\
gslist.obj
\
gs
pawn-win32
.obj
\
gstr
funcs
.obj
\
gs
tring
.obj
\
gthread.obj
\
gthreadpool.obj
\
gtimer.obj
\
gtree.obj
\
gunidecomp.obj
\
guniprop.obj
\
gutf8.obj
\
gutils.obj
\
gwin32.obj
glibconfig.h
:
glibconfig.h.win32
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment