summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/makefile.mgw
diff options
context:
space:
mode:
authordshaligram <dshaligram@c06c8d41-db1a-0410-9941-cceddc491573>2007-06-04 07:47:19 +0000
committerdshaligram <dshaligram@c06c8d41-db1a-0410-9941-cceddc491573>2007-06-04 07:47:19 +0000
commit71bf7be8a15312001e3b2edb31e55c588ed076ff (patch)
treec13c9c153e23c39a10628a5cb66d9f07382d8d7c /crawl-ref/source/makefile.mgw
parenta75a924ca5f67336d9e065ab307d976c4cd8fabc (diff)
downloadcrawl-ref-71bf7be8a15312001e3b2edb31e55c588ed076ff.tar.gz
crawl-ref-71bf7be8a15312001e3b2edb31e55c588ed076ff.zip
Fixed libw32c.cc to work with the new viewport changes.
git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@1525 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref/source/makefile.mgw')
-rw-r--r--crawl-ref/source/makefile.mgw1
1 files changed, 1 insertions, 0 deletions
diff --git a/crawl-ref/source/makefile.mgw b/crawl-ref/source/makefile.mgw
index eeb54e9ab8..d0056cd958 100644
--- a/crawl-ref/source/makefile.mgw
+++ b/crawl-ref/source/makefile.mgw
@@ -126,6 +126,7 @@ ifneq ($(OPATH),$(INSTALLDIR))
endif
mkdir $(INSTALLDIR)\dat 2>nul || echo "" >nul
copy /y dat\*.des $(INSTALLDIR)\dat
+ copy /y dat\*.txt $(INSTALLDIR)\dat
copy /y ..\init.txt $(INSTALLDIR)
clean: