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

2002-12-22 Thread Kjetil S. Matheussen

Shouldnt it? Breaks the compilation of the vstserver.

Please apply. :)


-- 






Re: Winemaker line 3041: WRCFLAGS = -r -L - WRCFLAGS = -r ?

2002-12-22 Thread Tony Lambregts
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


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 -  1.59
+++ winemaker   23 Dec 2002 01:45:47 -
@@ -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)