Winemaker line 3041: "WRCFLAGS = -r -L" -> "WRCFLAGS = -r" ?

Tony Lambregts tony_lambregts at telusplanet.net
Sun Dec 22 19:49:10 CST 2002


Kjetil S. Matheussen wrote:

>Shouldnt it? Breaks the compilation of the vstserver.
>
>Please apply. :)
>
>
>  
>

Please refer to  http://www.winehq.org/Docs/wine-devel/patches.shtml for 
how to submit future patches.

Change Log: fix for compiling wstserver

Files: tools/winemaker

-- 

Tony Lambregts


-------------- next part --------------
Index: winemaker
===================================================================
RCS file: /home/wine/wine/tools/winemaker,v
retrieving revision 1.59
diff -u -r1.59 winemaker
--- winemaker	15 Dec 2002 03:00:40 -0000	1.59
+++ winemaker	23 Dec 2002 01:45:47 -0000
@@ -3038,7 +3038,7 @@
 WRC       = @WRC@
 CFLAGS    = @CFLAGS@
 CXXFLAGS  = @CXXFLAGS@
-WRCFLAGS  = -r -L
+WRCFLAGS  = -r 
 OPTIONS   = @OPTIONS@ -D_REENTRANT -DWINELIB $(GLOBAL_DEFINES) $(GLOBAL_INCLUDE_PATH)
 LIBS      = @LIBS@ $(LIBRARY_PATH)
 ALLFLAGS  = $(DEFINES) -I$(SRCDIR) $(INCLUDE_PATH) $(WINE_INCLUDE_PATH)


More information about the wine-devel mailing list