From 0c6e0e4085f42fce84b676db51325494ddc811c4 Mon Sep 17 00:00:00 2001 From: Hans Breuer Date: Fri, 7 Apr 2006 17:18:08 +0000 Subject: [PATCH] updated 2006-04-07 Hans Breuer * gtk/makefile.msc.in tests/makefile.msc : updated --- ChangeLog | 4 ++++ ChangeLog.pre-2-10 | 4 ++++ gtk/makefile.msc.in | 26 +++++++++++++++++++++++++- tests/makefile.msc | 7 ++++++- 4 files changed, 39 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index ac6cb31e6..c68949f25 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2006-04-07 Hans Breuer + + * gtk/makefile.msc.in tests/makefile.msc : updated + 2006-04-06 Tor Lillqvist Correct the appearance of non-square icons and cursors: pad them diff --git a/ChangeLog.pre-2-10 b/ChangeLog.pre-2-10 index ac6cb31e6..c68949f25 100644 --- a/ChangeLog.pre-2-10 +++ b/ChangeLog.pre-2-10 @@ -1,3 +1,7 @@ +2006-04-07 Hans Breuer + + * gtk/makefile.msc.in tests/makefile.msc : updated + 2006-04-06 Tor Lillqvist Correct the appearance of non-square icons and cursors: pad them diff --git a/gtk/makefile.msc.in b/gtk/makefile.msc.in index 1dbc9f7a1..b5c7d7117 100644 --- a/gtk/makefile.msc.in +++ b/gtk/makefile.msc.in @@ -17,7 +17,7 @@ GDK_PIXBUF_VER = 2.0 GDK_LIBS = ../gdk/gdk-win32-$(GTK_VER).lib GTK_LIBS = gtk-win32-$(GTK_VER).lib GDK_PIXBUF_LIBS = ../gdk-pixbuf/gdk_pixbuf-$(GDK_PIXBUF_VER).lib -GTK_BINARY_VERSION = @GTK_MAJOR_VERSION@.@GTK_MINOR_VERSION@.@LT_CURRENT@ +GTK_BINARY_VERSION = @GTK_BINARY_VERSION@ # Perl and awk are needed to generate some source files. # These generated source files are distribuyted with the Win32 GTk+ source @@ -90,6 +90,7 @@ gtk_OBJECTS = \ gtkalignment.obj \ gtkarrow.obj \ gtkaspectframe.obj \ + gtkassistant.obj \ gtkbin.obj \ gtkbindings.obj \ gtkbbox.obj \ @@ -105,6 +106,7 @@ gtk_OBJECTS = \ gtkcellrenderertoggle.obj \ gtkcellrendererpixbuf.obj \ gtkcellrendererprogress.obj \ + gtkcellrendererspin.obj \ gtkcellview.obj \ gtkcheckbutton.obj \ gtkcheckmenuitem.obj \ @@ -172,6 +174,7 @@ gtk_OBJECTS = \ gtkkeyhash.obj \ gtklabel.obj \ gtklayout.obj \ + gtklinkbutton.obj \ gtklist.obj \ gtklistitem.obj \ gtkliststore.obj \ @@ -206,6 +209,14 @@ gtk_OBJECTS = \ gtkrange.obj \ gtkrbtree.obj \ gtkrc.obj \ + gtkrecentchooserdefault.obj \ + gtkrecentchooserdialog.obj \ + gtkrecentchoosermenu.obj \ + gtkrecentchooserwidget.obj \ + gtkrecentchooserutils.obj \ + gtkrecentchooser.obj \ + gtkrecentfilter.obj \ + gtkrecentmanager.obj \ gtkruler.obj \ gtkscale.obj \ gtkscrollbar.obj \ @@ -230,6 +241,8 @@ gtk_OBJECTS = \ gtktext.obj \ gtktextbtree.obj \ gtktextbuffer.obj \ + gtktextbufferrichtext.obj \ + gtktextbufferserialize.obj \ gtktextchild.obj \ gtktextdisplay.obj \ gtktextiter.obj \ @@ -293,6 +306,7 @@ gtk_public_h_sources = \ gtkalignment.h \ gtkarrow.h \ gtkaspectframe.h \ + gtkassistant.h \ gtkbbox.h \ gtkbin.h \ gtkbindings.h \ @@ -304,6 +318,8 @@ gtk_public_h_sources = \ gtkcellrenderer.h \ gtkcellrendereraccel.h \ gtkcellrendererpixbuf.h \ + gtkcellrendererprogress.h \ + gtkcellrendererspin.h \ gtkcellrenderertext.h \ gtkcellrenderertoggle.h \ gtkcellview.h \ @@ -367,6 +383,7 @@ gtk_public_h_sources = \ gtkitemfactory.h \ gtklabel.h \ gtklayout.h \ + gtklinkbutton.h \ gtklist.h \ gtklistitem.h \ gtkliststore.h \ @@ -395,6 +412,12 @@ gtk_public_h_sources = \ gtkradiotoolbutton.h \ gtkrange.h \ gtkrc.h \ + gtkrecentchooser.h \ + gtkrecentchooserdialog.h \ + gtkrecentchoosermenu.h \ + gtkrecentchooserwidget.h \ + gtkrecentfilter.h \ + gtkrecentmanager.h \ gtkruler.h \ gtkscale.h \ gtkscrollbar.h \ @@ -416,6 +439,7 @@ gtk_public_h_sources = \ gtktearoffmenuitem.h \ gtktext.h \ gtktextbuffer.h \ + gtktextbufferrichtext.h \ gtktextchild.h \ gtktextdisplay.h \ gtktextiter.h \ diff --git a/tests/makefile.msc b/tests/makefile.msc index 335a4b58b..f849a82c4 100644 --- a/tests/makefile.msc +++ b/tests/makefile.msc @@ -49,7 +49,8 @@ TESTAPPS = \ testgtk \ testicontheme testiconview testimage testinput \ testmenus testmenubars testmerge testmultidisplay testmultiscreen \ - testrgb \ + testnotebookdnd \ + testrecentchooser testrgb \ testselection testspinbutton \ testtext testtextbuffer testtoolbar \ testtreecolumns testtreeedit testtreeflow testtreefocus \ @@ -99,6 +100,10 @@ EXTRA_OBJETCS = testsocket_common.obj EXTRA_OBJETCS = testsocket_common.obj !ENDIF +!IFDEF EXTRA_testrecentchooser +EXTRA_OBJETCS = prop-editor.obj +!ENDIF + !IFDEF EXTRA_testtreeview EXTRA_OBJETCS = prop-editor.obj !ENDIF -- 2.43.2