diff options
author | Hans Breuer <hans@breuer.org> | 2003-07-20 15:50:14 +0000 |
---|---|---|
committer | Hans Breuer <hans@src.gnome.org> | 2003-07-20 15:50:14 +0000 |
commit | 364272b5b9464085c6acc87c57fb1ddf8bd5f947 (patch) | |
tree | 4ec9a6a85d8ca5f5734e528d0cc01147bb163295 /tests/makefile.msc | |
parent | c80e5e66e817417cbef53808ba07ca0575cbe448 (diff) | |
download | gtk+-364272b5b9464085c6acc87c57fb1ddf8bd5f947.tar.gz |
new file to build it all ... added to EXTRA_DIST
2003-07-20 Hans Breuer <hans@breuer.org>
* makefile.msc : new file to build it all
* Makefile.am : ... added to EXTRA_DIST
* gdk/makefile.msc gtk/stock-icons/makefile.msc
gtk/makefile.msc.in tests/makefile.msc : updated
* gdk/gdk.def gtk/gtk.def : export a bunch of new
functions
* gtk/gtkbbox.c : use g_return_val_if_fail() if
there is a value to return
* gtk/gtkfontsel.c gtk/gtkiconfactory.c :
static correctness
* gtk/gtkicontheme.c : ported to use GTimeVal instead of
struct timeval and GTK_DATA_PREFIX instead of GTK_DATADIR
* gtk/gtkicontheme.c : use HAVE_LC_MESSAGES
* gtk/gtkimmulticontext.c : use gtkprivate.h
* gtk/stock-icons/stock_color_picker_25.png
gtk/stock-icons/stock_jump_to_rtl_16.png
gtk/stock-icons/stock_jump_to_rtl_24.png
gtk/stock-icons/stock_redo_rtl_16.png
gtk/stock-icons/stock_redo_rtl_24.png
gtk/stock-icons/stock_undelete_rtl_16.png
gtk/stock-icons/stock_undelete_rtl_24.png
gtk/stock-icons/stock_undo_rtl_16.png :
gtk/stock-icons/stock_undo_rtl_24.png :
readded as binary
Diffstat (limited to 'tests/makefile.msc')
-rw-r--r-- | tests/makefile.msc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/makefile.msc b/tests/makefile.msc index 64069a4afb..cb7f999626 100644 --- a/tests/makefile.msc +++ b/tests/makefile.msc @@ -65,7 +65,7 @@ EXTRA_OBJETCS = prop-editor.obj EXTRA_OBJETCS = prop-editor.obj !ENDIF -$(TESTAPP).exe : ../gtk/gtk-win32-$(GTK_VER).dll $(TESTAPP).obj +$(TESTAPP).exe : ../gtk/gtk-win32-$(GTK_VER).lib $(TESTAPP).obj $(CC) $(CFLAGS) $(TESTAPP).obj $(EXTRA_OBJETCS) $(GTK_LIBS) $(GDK_LIBS) $(GDK_PIXBUF_LIBS) $(PANGO_LIBS) $(GLIB_LIBS) $(LDFLAGS) $(TESTAPP).obj : $(TESTAPP).c |