From bc94033dd3c2c5826557593d6d066f4d82da3eae Mon Sep 17 00:00:00 2001 From: Hans Breuer Date: Wed, 27 Feb 2002 16:37:04 +0000 Subject: new file 2002-02-27 Hans Breuer * demos/gtk-demo/makefile.msc.in : new file * gdk-pixbuf/gtk-pixbuf.rc.in : new file to include version resource * gdk-pixbuf/makefile.msc : create and use gdk-pixbuf.res * gdk/win32/gdkkeys-win32.c : handle undefined LANG_URDU, (gdk_keyval_name) : fix endless looping * gtk/gtkfilesel.c : translate_win32_path() static * gtk/queryimmodules : print_escaped(), query_module() static * gtk/makefile.msc.in : added gtkkeyhash, build gtk-win32.res * gtk/stock-icons/makefile.msc : regenerated from directory listing (almost all filenames changed) --- gdk-pixbuf/makefile.msc | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'gdk-pixbuf/makefile.msc') diff --git a/gdk-pixbuf/makefile.msc b/gdk-pixbuf/makefile.msc index 7c1d78573..0d9581d38 100644 --- a/gdk-pixbuf/makefile.msc +++ b/gdk-pixbuf/makefile.msc @@ -89,11 +89,14 @@ all : \ gdk-pixbuf-csource.exe \ test-gdk-pixbuf.exe +gtk-pixbuf.res : gtk-pixbuf.rc + rc -DBUILDNUMBER=0 -r -fo gtk-pixbuf.res gtk-pixbuf.rc + $(PACKAGE)-$(PKG_VER)s.lib : $(OBJECTS) lib /out:$(PACKAGE)-$(PKG_VER)s.lib $(OBJECTS) pixops\pixops.lib -$(PACKAGE)-$(PKG_VER).dll : $(OBJECTS) $(PACKAGE).def - $(CC) $(CFLAGS) -LD -Fe$(PACKAGE)-$(PKG_VER).dll $(OBJECTS) $(PKG_LINK) user32.lib advapi32.lib wsock32.lib $(LDFLAGS) /def:$(PACKAGE).def +$(PACKAGE)-$(PKG_VER).dll : $(OBJECTS) $(PACKAGE).def gtk-pixbuf.res + $(CC) $(CFLAGS) -LD -Fe$(PACKAGE)-$(PKG_VER).dll $(OBJECTS) $(PKG_LINK) user32.lib advapi32.lib wsock32.lib gtk-pixbuf.res $(LDFLAGS) /def:$(PACKAGE).def make-inline-pixbuf.exe : make-inline-pixbuf.c $(CC) $(PKG_CFLAGS) -Femake-inline-pixbuf.exe make-inline-pixbuf.c $(PKG_LINK) $(PACKAGE)-$(PKG_VER).lib -- cgit v1.2.1