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

@@ -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 \