summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/makefile.mgw
diff options
context:
space:
mode:
authorennewalker <ennewalker@c06c8d41-db1a-0410-9941-cceddc491573>2008-07-12 03:15:55 +0000
committerennewalker <ennewalker@c06c8d41-db1a-0410-9941-cceddc491573>2008-07-12 03:15:55 +0000
commit024369e5302d65b4a5b704786f074d58371d6905 (patch)
tree8c2e874b1647a805f74f58f31b978a3b3d1b5118 /crawl-ref/source/makefile.mgw
parent99a0db4727cd562df66c8f0dc41aee2271d9d0ae (diff)
downloadcrawl-ref-024369e5302d65b4a5b704786f074d58371d6905.tar.gz
crawl-ref-024369e5302d65b4a5b704786f074d58371d6905.zip
More release issues. Adding more missing doc files into 'make install' for Windows. Adding PCRE to DOS builds by default. Fixing DOS build error due to DJGPP brain damage.
git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@6511 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref/source/makefile.mgw')
-rw-r--r--crawl-ref/source/makefile.mgw2
1 files changed, 2 insertions, 0 deletions
diff --git a/crawl-ref/source/makefile.mgw b/crawl-ref/source/makefile.mgw
index 9c306ae911..6a525c7e3a 100644
--- a/crawl-ref/source/makefile.mgw
+++ b/crawl-ref/source/makefile.mgw
@@ -140,6 +140,8 @@ endif
copy /y dat\database\*.txt $(INSTALLDIR)\dat\database
copy /y ..\settings\* $(INSTALLDIR)\settings
copy /y ..\docs\* $(INSTALLDIR)\docs
+ copy /y ..\* $(INSTALLDIR)
+ $(DELETE) $(INSTALLDIR)\*.sh
clean:
$(DELETE) $(OPATH)\*.o