summaryrefslogtreecommitdiffstats
path: root/crawl-ref/dolinks.sh
diff options
context:
space:
mode:
authordolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2008-01-05 03:45:04 +0000
committerdolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2008-01-05 03:45:04 +0000
commit506edfaeff64385b78b199e3f4e4f7358a1580ec (patch)
tree4f9dd8d1d3f08c00a247ee640e9adc7950310e15 /crawl-ref/dolinks.sh
parent62f7040f14b39e67042be98f951575fbc819e84e (diff)
downloadcrawl-ref-506edfaeff64385b78b199e3f4e4f7358a1580ec.tar.gz
crawl-ref-506edfaeff64385b78b199e3f4e4f7358a1580ec.zip
Adjust dolinks.sh to properly handle a tiles-enabled build, and add
commented-out makefile entries for the two platform-specific tiles-enabled makefiles. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@3195 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref/dolinks.sh')
-rw-r--r--crawl-ref/dolinks.sh5
1 files changed, 3 insertions, 2 deletions
diff --git a/crawl-ref/dolinks.sh b/crawl-ref/dolinks.sh
index ed4fd2cb6f..d958944dbd 100644
--- a/crawl-ref/dolinks.sh
+++ b/crawl-ref/dolinks.sh
@@ -3,7 +3,8 @@
mkdir -p NORMAL
mkdir -p WIZARD
-pushd NORMAL ; ln -s ../source/util . ; ln -s ../source/*.h ../source/*.cc ../source/makefile* . ; popd
-pushd WIZARD ; ln -s ../source/util . ; ln -s ../source/*.h ../source/*.cc ../source/makefile* . ; popd
+pushd NORMAL ; ln -s ../source/rltiles . ; ln -s ../source/util . ; ln -s ../source/*.h ../source/*.cc ../source/makefile* . ; popd
+pushd WIZARD ; ln -s ../source/rltiles . ; ln -s ../source/util . ; ln -s ../source/*.h ../source/*.cc ../source/makefile* . ; popd
+ln -s source/rltiles tiles
ln -s source/dat dat