summaryrefslogtreecommitdiffstats
path: root/crawl-ref
diff options
context:
space:
mode:
authordshaligram <dshaligram@c06c8d41-db1a-0410-9941-cceddc491573>2007-02-09 07:44:18 +0000
committerdshaligram <dshaligram@c06c8d41-db1a-0410-9941-cceddc491573>2007-02-09 07:44:18 +0000
commit19c9624157d17b27641120d0e5aac81d67168c55 (patch)
tree789ac350cdbb9a190ac06499760e52d924146e10 /crawl-ref
parent971b5c5b1d704268496e7e53611b133d609c25f2 (diff)
downloadcrawl-ref-19c9624157d17b27641120d0e5aac81d67168c55.tar.gz
crawl-ref-19c9624157d17b27641120d0e5aac81d67168c55.zip
Tweaked makefile.mgw to copy init.txt to the directory with crawl.exe.
git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@944 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref')
-rw-r--r--crawl-ref/source/makefile.mgw3
1 files changed, 2 insertions, 1 deletions
diff --git a/crawl-ref/source/makefile.mgw b/crawl-ref/source/makefile.mgw
index 5affb0dc16..074f8783ae 100644
--- a/crawl-ref/source/makefile.mgw
+++ b/crawl-ref/source/makefile.mgw
@@ -114,7 +114,8 @@ ifneq ($(OPATH),$(INSTALLDIR))
$(COPY) $(APPNAME) ${INSTALLDIR}
endif
mkdir $(INSTALLDIR)\dat 2>nul || echo "" >nul
- copy dat\*.des $(INSTALLDIR)\dat
+ copy /y dat\*.des $(INSTALLDIR)\dat
+ copy /y ..\init.txt $(INSTALLDIR)
clean:
$(DELETE) $(OPATH)\*.o