updated
2005-07-30 Hans Breuer <hans@breuer.org> * gtk/makefile.msc.in tests/makefile.msc : updated
This commit is contained in:
@ -1,3 +1,7 @@
|
||||
2005-07-30 Hans Breuer <hans@breuer.org>
|
||||
|
||||
* gtk/makefile.msc.in tests/makefile.msc : updated
|
||||
|
||||
2005-07-30 Johan Dahlin <jdahlin@async.com.br>
|
||||
|
||||
* gtk/gtkctree.c (gtk_ctree_class_init): Do not use |
|
||||
|
@ -1,3 +1,7 @@
|
||||
2005-07-30 Hans Breuer <hans@breuer.org>
|
||||
|
||||
* gtk/makefile.msc.in tests/makefile.msc : updated
|
||||
|
||||
2005-07-30 Johan Dahlin <jdahlin@async.com.br>
|
||||
|
||||
* gtk/gtkctree.c (gtk_ctree_class_init): Do not use |
|
||||
|
@ -1,3 +1,7 @@
|
||||
2005-07-30 Hans Breuer <hans@breuer.org>
|
||||
|
||||
* gtk/makefile.msc.in tests/makefile.msc : updated
|
||||
|
||||
2005-07-30 Johan Dahlin <jdahlin@async.com.br>
|
||||
|
||||
* gtk/gtkctree.c (gtk_ctree_class_init): Do not use |
|
||||
|
@ -9,9 +9,9 @@ TOP = ..\..
|
||||
|
||||
################################################################
|
||||
|
||||
# Possibly override versions from build/win32/module.defs
|
||||
GTK_VER = @GTK_MAJOR_VERSION@.@GTK_MINOR_VERSION@
|
||||
GDK_PIXBUF_VER = @GDK_PIXBUF_MAJOR@.@GDK_PIXBUF_MINOR@
|
||||
# Not the real version but the one used in the DLL names
|
||||
GTK_VER = 2,0
|
||||
GDK_PIXBUF_VER = 2.0
|
||||
|
||||
|
||||
GDK_LIBS = ../gdk/gdk-win32-$(GTK_VER).lib
|
||||
@ -169,7 +169,8 @@ gtk_OBJECTS = \
|
||||
gtkpaned.obj \
|
||||
gtkpathbar.obj \
|
||||
gtkpixmap.obj \
|
||||
# gtkplug.obj \
|
||||
gtkplug.obj \
|
||||
gtkplug-win32.obj \
|
||||
gtkpreview.obj \
|
||||
gtkprogress.obj \
|
||||
gtkprogressbar.obj \
|
||||
@ -192,7 +193,8 @@ gtk_OBJECTS = \
|
||||
gtksettings.obj \
|
||||
gtksignal.obj \
|
||||
gtksizegroup.obj \
|
||||
# gtksocket.obj \
|
||||
gtksocket.obj \
|
||||
gtksocket-win32.obj \
|
||||
gtkspinbutton.obj \
|
||||
gtkstyle.obj \
|
||||
gtkstatusbar.obj \
|
||||
@ -246,6 +248,7 @@ gtk_OBJECTS = \
|
||||
gtkvscrollbar.obj \
|
||||
gtkvseparator.obj \
|
||||
gtkwidget.obj \
|
||||
gtkwin32embed.obj \
|
||||
gtkwindow.obj \
|
||||
gtkwindow-decorate.obj
|
||||
|
||||
|
@ -29,6 +29,7 @@ TOUCH = copy makefile.msc+nul
|
||||
all : \
|
||||
..\config.h \
|
||||
prop-editor.obj \
|
||||
testsocket_common.obj \
|
||||
all-test-apps
|
||||
|
||||
..\config.h : ..\config.h.win32
|
||||
@ -81,6 +82,14 @@ EXTRA_OBJETCS = prop-editor.obj
|
||||
EXTRA_OBJETCS = prop-editor.obj
|
||||
!ENDIF
|
||||
|
||||
!IFDEF EXTRA_testsocket
|
||||
EXTRA_OBJETCS = testsocket_common.obj
|
||||
!ENDIF
|
||||
|
||||
!IFDEF EXTRA_testsocket_child
|
||||
EXTRA_OBJETCS = testsocket_common.obj
|
||||
!ENDIF
|
||||
|
||||
!IFDEF EXTRA_testtreeview
|
||||
EXTRA_OBJETCS = prop-editor.obj
|
||||
!ENDIF
|
||||
|
Reference in New Issue
Block a user