From e2abd51de87f84a83476669b63e846a5549a4bc1 Mon Sep 17 00:00:00 2001 From: dolorous Date: Tue, 15 Jul 2008 14:31:30 +0000 Subject: Adjust build scripts to account for the tiles build changes. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@6560 c06c8d41-db1a-0410-9941-cceddc491573 --- crawl-ref/dolinks.sh | 1 + crawl-ref/domake.sh | 1 + 2 files changed, 2 insertions(+) diff --git a/crawl-ref/dolinks.sh b/crawl-ref/dolinks.sh index 1cf8032af6..03fd25be58 100644 --- a/crawl-ref/dolinks.sh +++ b/crawl-ref/dolinks.sh @@ -16,4 +16,5 @@ if [ -d tiles ]; then true else ln -sf source/rltiles tiles + pushd source/dat/tiles ; ln -sf ../../rltiles/*.png . ; popd fi diff --git a/crawl-ref/domake.sh b/crawl-ref/domake.sh index a523e0b3b6..8306bc2c7e 100644 --- a/crawl-ref/domake.sh +++ b/crawl-ref/domake.sh @@ -7,6 +7,7 @@ pushd NORMAL && make && popd && pushd WIZARD && make wizard ; popd if [ -f NORMAL/crawl ]; then ln -sf NORMAL/crawl ncrawl fi + if [ -f WIZARD/crawl ]; then ln -sf WIZARD/crawl wcrawl fi -- cgit v1.2.3-54-g00ecf