diff options
author | Hans Breuer <hans@breuer.org> | 2001-11-23 16:00:40 +0000 |
---|---|---|
committer | Hans Breuer <hans@src.gnome.org> | 2001-11-23 16:00:40 +0000 |
commit | 3b63c8b44e0e8b0abce9a49a5d104f38551174c9 (patch) | |
tree | 2f400c828ca6fc7d79928f0d2877402bb055b1d6 /atk/makefile.msc | |
parent | 32b4960cd059b4e83d61c3d3ab5dec9d3200dbca (diff) | |
download | atk-3b63c8b44e0e8b0abce9a49a5d104f38551174c9.tar.gz |
updated externals
2001-11-23 Hans Breuer <hans@breuer.org>
* atk/atk.def : updated externals
* atk/atktext.c atk/atkutil.c : added two spaces to fix
minor coding style issues. Found by my exports generator.
* atk/makefile.msc : version 0.7, use build dir from
$(TOP)\glib
Diffstat (limited to 'atk/makefile.msc')
-rw-r--r-- | atk/makefile.msc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/atk/makefile.msc b/atk/makefile.msc index 1d4d7d3..53bad4a 100644 --- a/atk/makefile.msc +++ b/atk/makefile.msc @@ -4,9 +4,9 @@ TOP = ..\.. PRJ_TOP = .. PACKAGE = atk -!INCLUDE $(TOP)\build\win32\make.msc +!INCLUDE $(TOP)\glib\build\win32\make.msc -PKG_VER = 0.6 +PKG_VER = 0.7 top_srcdir = $(PRJ_TOP) top_builddir = $(PRJ_TOP) |