summaryrefslogtreecommitdiff
path: root/gtk/makefile.msc.in
diff options
context:
space:
mode:
authorHans Breuer <hans@breuer.org>2004-05-02 13:20:49 +0000
committerHans Breuer <hans@src.gnome.org>2004-05-02 13:20:49 +0000
commit6efc9a6a1284194ceab50fe8fb2c138068b8c7f8 (patch)
treee63fa5258d4370aaf7ca683d7a7174db4904bc84 /gtk/makefile.msc.in
parenta516adebbed6d4c7ed9b8b4c3719ae623f989b01 (diff)
downloadgtk+-6efc9a6a1284194ceab50fe8fb2c138068b8c7f8.tar.gz
don't modify the passed in GdkSegment(s) in place, we may get them again
2004-05-02 Hans Breuer <hans@breuer.org> * gdk/win32/gdkdrawable-win32.c (draw_segments) : don't modify the passed in GdkSegment(s) in place, we may get them again to draw at the same place. Fixes bug #129095, bug #137177, ... (draw_segments) draw the end pixel again to get the pixmap mask right, fixes bug #126710, #130202 * gdk/win32/gdkwindow-win32.c : use SetForegroundWindow, fixes bug #106013, John Ehresman * gtk/makefile.msc.in : don't try to link gtk.res but use gtk-win32.res (as supposed to be fixed below :)
Diffstat (limited to 'gtk/makefile.msc.in')
-rw-r--r--gtk/makefile.msc.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/makefile.msc.in b/gtk/makefile.msc.in
index 59d578f03f..432c8862ae 100644
--- a/gtk/makefile.msc.in
+++ b/gtk/makefile.msc.in
@@ -491,7 +491,7 @@ gtk-win32.res : gtk-win32.rc
# Linking:
#
libgtk-win32-$(GTK_VER)-0.dll : $(gtk_OBJECTS) gtk.def gtk-win32.res
- $(CC) $(CFLAGS) -LD -Fm -Fe$@ $(gtk_OBJECTS) gtk.res \
+ $(CC) $(CFLAGS) -LD -Fm -Fe$@ $(gtk_OBJECTS) gtk-win32.res \
$(GDK_LIBS) $(GDK_PIXBUF_LIBS) $(PANGO_LIBS) $(INTL_LIBS) $(GLIB_LIBS) \
gdi32.lib user32.lib advapi32.lib wsock32.lib shell32.lib \
$(LDFLAGS) /implib:gtk-win32-$(GTK_VER).lib /def:gtk.def