mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-11-10 03:16:17 +01:00
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:
parent
430ae18e5b
commit
74987b2cf0
@ -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>
|
||||
|
||||
* gmacros.h: Provide G_CONST_RETURN which is 'const' by default,
|
||||
|
@ -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>
|
||||
|
||||
* gmacros.h: Provide G_CONST_RETURN which is 'const' by default,
|
||||
|
@ -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>
|
||||
|
||||
* gmacros.h: Provide G_CONST_RETURN which is 'const' by default,
|
||||
|
@ -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>
|
||||
|
||||
* gmacros.h: Provide G_CONST_RETURN which is 'const' by default,
|
||||
|
@ -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>
|
||||
|
||||
* gmacros.h: Provide G_CONST_RETURN which is 'const' by default,
|
||||
|
@ -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>
|
||||
|
||||
* gmacros.h: Provide G_CONST_RETURN which is 'const' by default,
|
||||
|
@ -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>
|
||||
|
||||
* gmacros.h: Provide G_CONST_RETURN which is 'const' by default,
|
||||
|
@ -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>
|
||||
|
||||
* gmacros.h: Provide G_CONST_RETURN which is 'const' by default,
|
||||
|
1
glib.def
1
glib.def
@ -508,6 +508,7 @@ EXPORTS
|
||||
g_tuples_destroy
|
||||
g_tuples_index
|
||||
g_ucs4_to_utf8
|
||||
g_unichar_break_type
|
||||
g_unichar_digit_value
|
||||
g_unichar_isalnum
|
||||
g_unichar_isalpha
|
||||
|
@ -508,6 +508,7 @@ EXPORTS
|
||||
g_tuples_destroy
|
||||
g_tuples_index
|
||||
g_ucs4_to_utf8
|
||||
g_unichar_break_type
|
||||
g_unichar_digit_value
|
||||
g_unichar_isalnum
|
||||
g_unichar_isalpha
|
||||
|
@ -76,6 +76,7 @@ glib_OBJECTS = \
|
||||
gthreadpool.o \
|
||||
gtimer.o \
|
||||
gtree.o \
|
||||
gunibreak.o \
|
||||
gunidecomp.o \
|
||||
guniprop.o \
|
||||
gutf8.o \
|
||||
|
@ -7,7 +7,7 @@ BIN = C:\bin
|
||||
|
||||
TOP = ..
|
||||
|
||||
!INCLUDE $(TOP)\build\win32\make.msc
|
||||
!INCLUDE build\win32\make.msc
|
||||
|
||||
# Possibly override GLib version in build\win32\module.defs
|
||||
GLIB_VER = @GLIB_MAJOR_VERSION@.@GLIB_MINOR_VERSION@
|
||||
@ -74,6 +74,7 @@ glib_OBJECTS = \
|
||||
gthreadpool.obj \
|
||||
gtimer.obj \
|
||||
gtree.obj \
|
||||
gunibreak.obj \
|
||||
gunidecomp.obj \
|
||||
guniprop.obj \
|
||||
gutf8.obj \
|
||||
|
@ -3,7 +3,7 @@
|
||||
|
||||
TOP = ..\..
|
||||
|
||||
!INCLUDE $(TOP)\build\win32\make.msc
|
||||
!INCLUDE ..\build\win32\make.msc
|
||||
|
||||
# Possibly override GLib version in build\win32\module.defs
|
||||
GLIB_VER = @GLIB_MAJOR_VERSION@.@GLIB_MINOR_VERSION@
|
||||
|
@ -3,7 +3,7 @@
|
||||
|
||||
TOP = ..\..
|
||||
|
||||
!INCLUDE $(TOP)\build\win32\make.msc
|
||||
!INCLUDE ..\build\win32\make.msc
|
||||
|
||||
# Possibly override GLib version in build\win32\object.defs
|
||||
GLIB_VER = @GLIB_MAJOR_VERSION@.@GLIB_MINOR_VERSION@
|
||||
|
@ -5,7 +5,7 @@ GLIB_VER = @GLIB_MAJOR_VERSION@.@GLIB_MINOR_VERSION@
|
||||
|
||||
TOP = ..\..
|
||||
|
||||
!INCLUDE $(TOP)\build\win32\make.msc
|
||||
!INCLUDE ..\build\win32\make.msc
|
||||
|
||||
# Possibly override GLib version in build\win32\module.defs
|
||||
GLIB_VER = @GLIB_MAJOR_VERSION@.@GLIB_MINOR_VERSION@
|
||||
|
@ -76,6 +76,7 @@ glib_OBJECTS = \
|
||||
gthreadpool.o \
|
||||
gtimer.o \
|
||||
gtree.o \
|
||||
gunibreak.o \
|
||||
gunidecomp.o \
|
||||
guniprop.o \
|
||||
gutf8.o \
|
||||
|
@ -7,7 +7,7 @@ BIN = C:\bin
|
||||
|
||||
TOP = ..
|
||||
|
||||
!INCLUDE $(TOP)\build\win32\make.msc
|
||||
!INCLUDE build\win32\make.msc
|
||||
|
||||
# Possibly override GLib version in build\win32\module.defs
|
||||
GLIB_VER = @GLIB_MAJOR_VERSION@.@GLIB_MINOR_VERSION@
|
||||
@ -74,6 +74,7 @@ glib_OBJECTS = \
|
||||
gthreadpool.obj \
|
||||
gtimer.obj \
|
||||
gtree.obj \
|
||||
gunibreak.obj \
|
||||
gunidecomp.obj \
|
||||
guniprop.obj \
|
||||
gutf8.obj \
|
||||
|
@ -3,7 +3,7 @@
|
||||
|
||||
TOP = ..\..
|
||||
|
||||
!INCLUDE $(TOP)\build\win32\make.msc
|
||||
!INCLUDE ..\build\win32\make.msc
|
||||
|
||||
# Possibly override GLib version in build\win32\module.defs
|
||||
GLIB_VER = @GLIB_MAJOR_VERSION@.@GLIB_MINOR_VERSION@
|
||||
|
Loading…
Reference in New Issue
Block a user