rpc_J_PL0-r5

Greg Turner gmturner007 at ameritech.net
Mon Dec 2 03:02:47 CST 2002


rpc_J_PL0-r4 is rejected.  you can patch it with this:

--- ../wine.test/programs/Makefile.in	2002-11-30 22:05:51.000000000 -0600
+++ programs/Makefile.in	2002-11-30 14:49:32.000000000 -0600
@@ -71,6 +71,7 @@
 
 # Symlinks to apps that we want to run from inside the source tree
 SYMLINKS = \
+	rpcss.exe \
 	wcmd.exe \
 	wineconsole.exe \
 	winedbg.exe \
@@ -119,12 +120,12 @@
 
 # Rules for symlinks
 
-wcmd.exe$(DLLEXT): wcmd/wcmd.exe$(DLLEXT)
-	$(RM) $@ && $(LN_S) wcmd/wcmd.exe$(DLLEXT) $@
-
 rpcss.exe$(DLLEXT): rpcss/rpcss.exe$(DLLEXT)
 	$(RM) $@ && $(LN_S) rpcss/rpcss.exe$(DLLEXT) $@
 
+wcmd.exe$(DLLEXT): wcmd/wcmd.exe$(DLLEXT)
+	$(RM) $@ && $(LN_S) wcmd/wcmd.exe$(DLLEXT) $@
+
 wineconsole.exe$(DLLEXT): wineconsole/wineconsole.exe$(DLLEXT)
 	$(RM) $@ && $(LN_S) wineconsole/wineconsole.exe$(DLLEXT) $@
 
@@ -134,6 +135,7 @@
 winhelp.exe$(DLLEXT): winhelp/winhelp.exe$(DLLEXT)
 	$(RM) $@ && $(LN_S) winhelp/winhelp.exe$(DLLEXT) $@
 
+rpcss/rpcss.exe$(DLLEXT): rpcss
 wcmd/wcmd.exe$(DLLEXT): wcmd
 wineconsole/wineconsole.exe$(DLLEXT): wineconsole
 winedbg/winedbg.exe$(DLLEXT): winedbg

and then clean up all .rej and other cruft, if you care about those,
or you can use the enclosed patch to get to rpc_J_PL0-r5 cleanly from
current cvs.

-- 
gmt
-------------- next part --------------
A non-text attachment was scrubbed...
Name: rpc_J_PL0-r5.diff.bz2
Type: application/x-bzip2
Size: 17094 bytes
Desc: not available
Url : http://www.winehq.org/pipermail/wine-patches/attachments/20021202/b64ecc47/rpc_J_PL0-r5.diff.bin


More information about the wine-patches mailing list