From 506edfaeff64385b78b199e3f4e4f7358a1580ec Mon Sep 17 00:00:00 2001 From: dolorous Date: Sat, 5 Jan 2008 03:45:04 +0000 Subject: 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 --- crawl-ref/dolinks.sh | 5 +++-- crawl-ref/source/makefile | 2 ++ 2 files changed, 5 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 diff --git a/crawl-ref/source/makefile b/crawl-ref/source/makefile index 5709465ae3..d9cdd776a4 100644 --- a/crawl-ref/source/makefile +++ b/crawl-ref/source/makefile @@ -8,6 +8,8 @@ MAKEFILE = makefile.unix #MAKEFILE = makefile.dos #MAKEFILE = makefile.osx #MAKEFILE = makefile.mgw +#MAKEFILE = makefile_tiles.mgw +#MAKEFILE = makefile.x11 #jmf: number of concurrent jobs -- good value is (#_of_CPUs * 2) + 1 # cuts build time a lot on multi-cpu machines -- cgit v1.2.3-54-g00ecf