PATCH - winebuild import

Steven Edwards Steven_Ed4153 at yahoo.com
Mon Mar 24 13:15:50 CST 2003


winebuild fails to find wine_gs_cs in spec16.c

Changelog: Porting Fix

cvs diff -u Makefile.in
Index: Makefile.in
===================================================================
RCS file: /home/wine/wine/tools/winebuild/Makefile.in,v
retrieving revision 1.15
diff -u -r1.15 Makefile.in
--- Makefile.in    19 Mar 2003 22:09:16 -0000    1.15
+++ Makefile.in    24 Mar 2003 19:06:59 -0000
@@ -23,7 +23,7 @@
 @MAKE_RULES@
 
 winebuild$(EXEEXT): $(OBJS)
-    $(CC) $(CFLAGS) -o $@ $(OBJS) $(LIBUNICODE) $(LIBPORT) $(LDFLAGS)
+    $(CC) $(CFLAGS) -o $@ $(OBJS) $(LIBUNICODE) $(LIBPORT) $(LIBWINE) 
$(LDFLAGS)
 
 winebuild.man: winebuild.man.in
     sed -e 's, at PACKAGE_STRING\@, at PACKAGE_STRING@,g' 
$(SRCDIR)/winebuild.man.in >$@ || $(RM) $@





More information about the wine-patches mailing list