summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHans Breuer <hans@breuer.org>2006-04-07 17:18:08 +0000
committerHans Breuer <hans@src.gnome.org>2006-04-07 17:18:08 +0000
commit0c6e0e4085f42fce84b676db51325494ddc811c4 (patch)
tree3c33e01a22d8a6ecaf432c32ca656db8560b37e1
parent74758f5cfa7347344181d621d5362e7da028bf55 (diff)
downloadgtk+-0c6e0e4085f42fce84b676db51325494ddc811c4.tar.gz
updated
2006-04-07 Hans Breuer <hans@breuer.org> * gtk/makefile.msc.in tests/makefile.msc : updated
-rw-r--r--ChangeLog4
-rw-r--r--ChangeLog.pre-2-104
-rw-r--r--gtk/makefile.msc.in26
-rw-r--r--tests/makefile.msc7
4 files changed, 39 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index ac6cb31e65..c68949f259 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2006-04-07 Hans Breuer <hans@breuer.org>
+
+ * gtk/makefile.msc.in tests/makefile.msc : updated
+
2006-04-06 Tor Lillqvist <tml@novell.com>
Correct the appearance of non-square icons and cursors: pad them
diff --git a/ChangeLog.pre-2-10 b/ChangeLog.pre-2-10
index ac6cb31e65..c68949f259 100644
--- a/ChangeLog.pre-2-10
+++ b/ChangeLog.pre-2-10
@@ -1,3 +1,7 @@
+2006-04-07 Hans Breuer <hans@breuer.org>
+
+ * gtk/makefile.msc.in tests/makefile.msc : updated
+
2006-04-06 Tor Lillqvist <tml@novell.com>
Correct the appearance of non-square icons and cursors: pad them
diff --git a/gtk/makefile.msc.in b/gtk/makefile.msc.in
index 1dbc9f7a1d..b5c7d71171 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 335a4b58b3..f849a82c43 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