diff options
author | Tor Lillqvist <tml@iki.fi> | 2000-12-01 15:11:54 +0000 |
---|---|---|
committer | Tor Lillqvist <tml@src.gnome.org> | 2000-12-01 15:11:54 +0000 |
commit | 74987b2cf0d7f8977aa9a7872f0feccbd4a212fd (patch) | |
tree | 9809bca68310f57a7e7a9b54ad91d9d58c60f38a /gobject/makefile.msc.in | |
parent | 430ae18e5be4267c00ea38542d885642f35e6714 (diff) | |
download | glib-74987b2cf0d7f8977aa9a7872f0feccbd4a212fd.tar.gz |
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.
Diffstat (limited to 'gobject/makefile.msc.in')
-rw-r--r-- | gobject/makefile.msc.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gobject/makefile.msc.in b/gobject/makefile.msc.in index db24b23dc..ce8ce8e46 100644 --- a/gobject/makefile.msc.in +++ b/gobject/makefile.msc.in @@ -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@ |