Include make.msc from GLib's build subdir.

2000-12-01  Tor Lillqvist  <tml@iki.fi>

	* {.,*}/makefile.msc.in: Include make.msc from GLib's build subdir.

	* makefile.{mingw,msc}.in (glib_OBJECTS): Add gunibreak.

	* glib.def: Update correspondingly.
This commit is contained in:
Tor Lillqvist 2000-12-01 15:11:54 +00:00 committed by Tor Lillqvist
parent 430ae18e5b
commit 74987b2cf0
18 changed files with 76 additions and 6 deletions

View File

@ -1,3 +1,11 @@
2000-12-01 Tor Lillqvist <tml@iki.fi>
* {.,*}/makefile.msc.in: Include make.msc from GLib's build subdir.
* makefile.{mingw,msc}.in (glib_OBJECTS): Add gunibreak.
* glib.def: Update correspondingly.
2000-11-21 Havoc Pennington <hp@pobox.com> 2000-11-21 Havoc Pennington <hp@pobox.com>
* gmacros.h: Provide G_CONST_RETURN which is 'const' by default, * gmacros.h: Provide G_CONST_RETURN which is 'const' by default,

View File

@ -1,3 +1,11 @@
2000-12-01 Tor Lillqvist <tml@iki.fi>
* {.,*}/makefile.msc.in: Include make.msc from GLib's build subdir.
* makefile.{mingw,msc}.in (glib_OBJECTS): Add gunibreak.
* glib.def: Update correspondingly.
2000-11-21 Havoc Pennington <hp@pobox.com> 2000-11-21 Havoc Pennington <hp@pobox.com>
* gmacros.h: Provide G_CONST_RETURN which is 'const' by default, * gmacros.h: Provide G_CONST_RETURN which is 'const' by default,

View File

@ -1,3 +1,11 @@
2000-12-01 Tor Lillqvist <tml@iki.fi>
* {.,*}/makefile.msc.in: Include make.msc from GLib's build subdir.
* makefile.{mingw,msc}.in (glib_OBJECTS): Add gunibreak.
* glib.def: Update correspondingly.
2000-11-21 Havoc Pennington <hp@pobox.com> 2000-11-21 Havoc Pennington <hp@pobox.com>
* gmacros.h: Provide G_CONST_RETURN which is 'const' by default, * gmacros.h: Provide G_CONST_RETURN which is 'const' by default,

View File

@ -1,3 +1,11 @@
2000-12-01 Tor Lillqvist <tml@iki.fi>
* {.,*}/makefile.msc.in: Include make.msc from GLib's build subdir.
* makefile.{mingw,msc}.in (glib_OBJECTS): Add gunibreak.
* glib.def: Update correspondingly.
2000-11-21 Havoc Pennington <hp@pobox.com> 2000-11-21 Havoc Pennington <hp@pobox.com>
* gmacros.h: Provide G_CONST_RETURN which is 'const' by default, * gmacros.h: Provide G_CONST_RETURN which is 'const' by default,

View File

@ -1,3 +1,11 @@
2000-12-01 Tor Lillqvist <tml@iki.fi>
* {.,*}/makefile.msc.in: Include make.msc from GLib's build subdir.
* makefile.{mingw,msc}.in (glib_OBJECTS): Add gunibreak.
* glib.def: Update correspondingly.
2000-11-21 Havoc Pennington <hp@pobox.com> 2000-11-21 Havoc Pennington <hp@pobox.com>
* gmacros.h: Provide G_CONST_RETURN which is 'const' by default, * gmacros.h: Provide G_CONST_RETURN which is 'const' by default,

View File

@ -1,3 +1,11 @@
2000-12-01 Tor Lillqvist <tml@iki.fi>
* {.,*}/makefile.msc.in: Include make.msc from GLib's build subdir.
* makefile.{mingw,msc}.in (glib_OBJECTS): Add gunibreak.
* glib.def: Update correspondingly.
2000-11-21 Havoc Pennington <hp@pobox.com> 2000-11-21 Havoc Pennington <hp@pobox.com>
* gmacros.h: Provide G_CONST_RETURN which is 'const' by default, * gmacros.h: Provide G_CONST_RETURN which is 'const' by default,

View File

@ -1,3 +1,11 @@
2000-12-01 Tor Lillqvist <tml@iki.fi>
* {.,*}/makefile.msc.in: Include make.msc from GLib's build subdir.
* makefile.{mingw,msc}.in (glib_OBJECTS): Add gunibreak.
* glib.def: Update correspondingly.
2000-11-21 Havoc Pennington <hp@pobox.com> 2000-11-21 Havoc Pennington <hp@pobox.com>
* gmacros.h: Provide G_CONST_RETURN which is 'const' by default, * gmacros.h: Provide G_CONST_RETURN which is 'const' by default,

View File

@ -1,3 +1,11 @@
2000-12-01 Tor Lillqvist <tml@iki.fi>
* {.,*}/makefile.msc.in: Include make.msc from GLib's build subdir.
* makefile.{mingw,msc}.in (glib_OBJECTS): Add gunibreak.
* glib.def: Update correspondingly.
2000-11-21 Havoc Pennington <hp@pobox.com> 2000-11-21 Havoc Pennington <hp@pobox.com>
* gmacros.h: Provide G_CONST_RETURN which is 'const' by default, * gmacros.h: Provide G_CONST_RETURN which is 'const' by default,

View File

@ -508,6 +508,7 @@ EXPORTS
g_tuples_destroy g_tuples_destroy
g_tuples_index g_tuples_index
g_ucs4_to_utf8 g_ucs4_to_utf8
g_unichar_break_type
g_unichar_digit_value g_unichar_digit_value
g_unichar_isalnum g_unichar_isalnum
g_unichar_isalpha g_unichar_isalpha

View File

@ -508,6 +508,7 @@ EXPORTS
g_tuples_destroy g_tuples_destroy
g_tuples_index g_tuples_index
g_ucs4_to_utf8 g_ucs4_to_utf8
g_unichar_break_type
g_unichar_digit_value g_unichar_digit_value
g_unichar_isalnum g_unichar_isalnum
g_unichar_isalpha g_unichar_isalpha

View File

@ -76,6 +76,7 @@ glib_OBJECTS = \
gthreadpool.o \ gthreadpool.o \
gtimer.o \ gtimer.o \
gtree.o \ gtree.o \
gunibreak.o \
gunidecomp.o \ gunidecomp.o \
guniprop.o \ guniprop.o \
gutf8.o \ gutf8.o \

View File

@ -7,7 +7,7 @@ BIN = C:\bin
TOP = .. TOP = ..
!INCLUDE $(TOP)\build\win32\make.msc !INCLUDE build\win32\make.msc
# Possibly override GLib version in build\win32\module.defs # Possibly override GLib version in build\win32\module.defs
GLIB_VER = @GLIB_MAJOR_VERSION@.@GLIB_MINOR_VERSION@ GLIB_VER = @GLIB_MAJOR_VERSION@.@GLIB_MINOR_VERSION@
@ -74,6 +74,7 @@ glib_OBJECTS = \
gthreadpool.obj \ gthreadpool.obj \
gtimer.obj \ gtimer.obj \
gtree.obj \ gtree.obj \
gunibreak.obj \
gunidecomp.obj \ gunidecomp.obj \
guniprop.obj \ guniprop.obj \
gutf8.obj \ gutf8.obj \

View File

@ -3,7 +3,7 @@
TOP = ..\.. TOP = ..\..
!INCLUDE $(TOP)\build\win32\make.msc !INCLUDE ..\build\win32\make.msc
# Possibly override GLib version in build\win32\module.defs # Possibly override GLib version in build\win32\module.defs
GLIB_VER = @GLIB_MAJOR_VERSION@.@GLIB_MINOR_VERSION@ GLIB_VER = @GLIB_MAJOR_VERSION@.@GLIB_MINOR_VERSION@

View File

@ -3,7 +3,7 @@
TOP = ..\.. TOP = ..\..
!INCLUDE $(TOP)\build\win32\make.msc !INCLUDE ..\build\win32\make.msc
# Possibly override GLib version in build\win32\object.defs # Possibly override GLib version in build\win32\object.defs
GLIB_VER = @GLIB_MAJOR_VERSION@.@GLIB_MINOR_VERSION@ GLIB_VER = @GLIB_MAJOR_VERSION@.@GLIB_MINOR_VERSION@

View File

@ -5,7 +5,7 @@ GLIB_VER = @GLIB_MAJOR_VERSION@.@GLIB_MINOR_VERSION@
TOP = ..\.. TOP = ..\..
!INCLUDE $(TOP)\build\win32\make.msc !INCLUDE ..\build\win32\make.msc
# Possibly override GLib version in build\win32\module.defs # Possibly override GLib version in build\win32\module.defs
GLIB_VER = @GLIB_MAJOR_VERSION@.@GLIB_MINOR_VERSION@ GLIB_VER = @GLIB_MAJOR_VERSION@.@GLIB_MINOR_VERSION@

View File

@ -76,6 +76,7 @@ glib_OBJECTS = \
gthreadpool.o \ gthreadpool.o \
gtimer.o \ gtimer.o \
gtree.o \ gtree.o \
gunibreak.o \
gunidecomp.o \ gunidecomp.o \
guniprop.o \ guniprop.o \
gutf8.o \ gutf8.o \

View File

@ -7,7 +7,7 @@ BIN = C:\bin
TOP = .. TOP = ..
!INCLUDE $(TOP)\build\win32\make.msc !INCLUDE build\win32\make.msc
# Possibly override GLib version in build\win32\module.defs # Possibly override GLib version in build\win32\module.defs
GLIB_VER = @GLIB_MAJOR_VERSION@.@GLIB_MINOR_VERSION@ GLIB_VER = @GLIB_MAJOR_VERSION@.@GLIB_MINOR_VERSION@
@ -74,6 +74,7 @@ glib_OBJECTS = \
gthreadpool.obj \ gthreadpool.obj \
gtimer.obj \ gtimer.obj \
gtree.obj \ gtree.obj \
gunibreak.obj \
gunidecomp.obj \ gunidecomp.obj \
guniprop.obj \ guniprop.obj \
gutf8.obj \ gutf8.obj \

View File

@ -3,7 +3,7 @@
TOP = ..\.. TOP = ..\..
!INCLUDE $(TOP)\build\win32\make.msc !INCLUDE ..\build\win32\make.msc
# Possibly override GLib version in build\win32\module.defs # Possibly override GLib version in build\win32\module.defs
GLIB_VER = @GLIB_MAJOR_VERSION@.@GLIB_MINOR_VERSION@ GLIB_VER = @GLIB_MAJOR_VERSION@.@GLIB_MINOR_VERSION@