From 9e2ab038837ac0d28db678e3220c8d168b13b0a8 Mon Sep 17 00:00:00 2001 From: Uwe Bonnes Date: Sat, 30 Nov 2002 02:21:04 +0000 Subject: [PATCH] Make wcmd available from inside the source tree. --- programs/Makefile.in | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/programs/Makefile.in b/programs/Makefile.in index f8c0e766b10..b7c1a33b570 100644 --- a/programs/Makefile.in +++ b/programs/Makefile.in @@ -68,6 +68,7 @@ INSTALLPROGS = \ # Symlinks to apps that we want to run from inside the source tree SYMLINKS = \ + wcmd.exe \ wineconsole.exe \ winedbg.exe \ winhelp.exe @@ -117,6 +118,9 @@ check test:: $(SUBDIRS:%=%/__test__) # Rules for symlinks +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) $@ @@ -126,6 +130,7 @@ winedbg.exe$(DLLEXT): winedbg/winedbg.exe$(DLLEXT) winhelp.exe$(DLLEXT): winhelp/winhelp.exe$(DLLEXT) $(RM) $@ && $(LN_S) winhelp/winhelp.exe$(DLLEXT) $@ +wcmd/wcmd.exe$(DLLEXT): wcmd wineconsole/wineconsole.exe$(DLLEXT): wineconsole winedbg/winedbg.exe$(DLLEXT): winedbg winhelp/winhelp.exe$(DLLEXT): winhelp