Commit 9e2ab038 authored by Uwe Bonnes's avatar Uwe Bonnes Committed by Alexandre Julliard

Make wcmd available from inside the source tree.

parent 2b87b233
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment