2006-04-07  Hans Breuer  <hans@breuer.org>

	* gtk/makefile.msc.in tests/makefile.msc : updated
This commit is contained in:
Hans Breuer 2006-04-07 17:18:08 +00:00 committed by Hans Breuer
parent 74758f5cfa
commit 0c6e0e4085
4 changed files with 39 additions and 2 deletions

View File

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

View File

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

View File

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

View File

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