diff options
author | Hans Breuer <hans@breuer.org> | 2004-04-11 15:25:06 +0000 |
---|---|---|
committer | Hans Breuer <hans@src.gnome.org> | 2004-04-11 15:25:06 +0000 |
commit | e9ec1e81b19668e7a73c26fe18a11c9c964237da (patch) | |
tree | a83da95071c213e341d89aa8934f1185d2fbff35 /gtk/makefile.msc.in | |
parent | 4a703942132245ad7a79c06a4d58793711607a4a (diff) | |
download | gtk+-e9ec1e81b19668e7a73c26fe18a11c9c964237da.tar.gz |
workaround for bug #137496, the real fix would involve just another small
2004-04-11 Hans Breuer <hans@breuer.org>
* gdk/win32/gdkspawn-win32.c : workaround for bug #137496,
the real fix would involve just another small API breakage,
i.e. gdk_spawn_* using GPid not just gint.
* gtk/makefile.msc.in : build gtk-win32.res, not gtk.res
Diffstat (limited to 'gtk/makefile.msc.in')
-rw-r--r-- | gtk/makefile.msc.in | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gtk/makefile.msc.in b/gtk/makefile.msc.in index 5991516024..59d578f03f 100644 --- a/gtk/makefile.msc.in +++ b/gtk/makefile.msc.in @@ -484,13 +484,13 @@ gtkmarshal.c : gtkmarshal.list gtksignal.obj : gtksignal.c gtkmarshal.c gtkmarshal.h $(CC) $(CFLAGS) -GD -c -DGTK_COMPILATION -DG_LOG_DOMAIN=\"Gtk\" gtksignal.c -gtk.res : gtk.rc - rc -DBUILDNUMBER=0 -r -fo gtk.res gtk.rc +gtk-win32.res : gtk-win32.rc + rc -DBUILDNUMBER=0 -r -fo gtk-win32.res gtk-win32.rc # # Linking: # -libgtk-win32-$(GTK_VER)-0.dll : $(gtk_OBJECTS) gtk.def gtk.res +libgtk-win32-$(GTK_VER)-0.dll : $(gtk_OBJECTS) gtk.def gtk-win32.res $(CC) $(CFLAGS) -LD -Fm -Fe$@ $(gtk_OBJECTS) gtk.res \ $(GDK_LIBS) $(GDK_PIXBUF_LIBS) $(PANGO_LIBS) $(INTL_LIBS) $(GLIB_LIBS) \ gdi32.lib user32.lib advapi32.lib wsock32.lib shell32.lib \ |