From 71bf7be8a15312001e3b2edb31e55c588ed076ff Mon Sep 17 00:00:00 2001 From: dshaligram Date: Mon, 4 Jun 2007 07:47:19 +0000 Subject: 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 --- crawl-ref/source/makefile.mgw | 1 + 1 file changed, 1 insertion(+) (limited to 'crawl-ref/source/makefile.mgw') 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: -- cgit v1.2.3-54-g00ecf