summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/makefile.mgw
diff options
context:
space:
mode:
authordolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2008-03-15 15:53:28 +0000
committerdolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2008-03-15 15:53:28 +0000
commit0755365e33309ffc1c0985bd1a84558fb1ad0715 (patch)
treec9b2ad6ca0aefc48ad6f868a9f050b6d3c68cba9 /crawl-ref/source/makefile.mgw
parent547d7729392c008d4baaac82ea81d794a552fcd2 (diff)
downloadcrawl-ref-0755365e33309ffc1c0985bd1a84558fb1ad0715.tar.gz
crawl-ref-0755365e33309ffc1c0985bd1a84558fb1ad0715.zip
Account for the new database directory when building. Apply evktalo's
patch [1914727] to fix makefile.mgw, and apply similar changes to the other makefiles to fix the same problem (untested). git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@3651 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref/source/makefile.mgw')
-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 8b0585920d..14dbd6995f 100644
--- a/crawl-ref/source/makefile.mgw
+++ b/crawl-ref/source/makefile.mgw
@@ -131,10 +131,11 @@ endif
mkdir $(INSTALLDIR)\dat 2>nul || echo "" >nul
mkdir $(INSTALLDIR)\dat\clua 2>null || echo "">nul
mkdir $(INSTALLDIR)\dat\descript 2>null || echo "">nul
+ mkdir $(INSTALLDIR)\dat\database 2>null || echo "">nul
copy /y dat\*.des $(INSTALLDIR)\dat
- copy /y dat\*.txt $(INSTALLDIR)\dat
copy /y dat\clua\*.lua $(INSTALLDIR)\dat\clua
copy /y dat\descript\*.txt $(INSTALLDIR)\dat\descript
+ copy /y dat\database\*.txt $(INSTALLDIR)\dat\database
copy /y ..\init.txt $(INSTALLDIR)
clean: