summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/makefile.dos
Commit message (Collapse)AuthorAgeFilesLines
* contribs: moved to contribs dir, added as submodulesSteven Noonan2009-10-141-3/+3
| | | | Signed-off-by: Steven Noonan <steven@uplinklabs.net>
* Drop obsolete CVS last-committed headers ($Author$).Adam Borowski2009-10-061-2/+0
|
* Put platform dependant crash handling code into crash-X.cc files, and linkzelgadis2009-01-221-1/+1
| | | | | | | against them in the make files like libunix/libgui/etc are. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@8675 c06c8d41-db1a-0410-9941-cceddc491573
* Applying r6696 back to trunk (PCRE support).ennewalker2008-07-271-4/+22
| | | | git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@6698 c06c8d41-db1a-0410-9941-cceddc491573
* More release issues. Adding more missing doc files into 'make install' for ↵ennewalker2008-07-121-1/+3
| | | | | | 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
* Add whitespace fixes.dolorous2008-07-061-3/+3
| | | | git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@6432 c06c8d41-db1a-0410-9941-cceddc491573
* [1930849] Remove -Werror for platforms with ancient g++ that chokes on its ↵dshaligram2008-04-011-1/+1
| | | | | | own standard C++ headers. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@4012 c06c8d41-db1a-0410-9941-cceddc491573
* Updated INSTALL for 0.3.dshaligram2007-07-111-1/+0
| | | | git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@1833 c06c8d41-db1a-0410-9941-cceddc491573
* Remove levcomp.o reference from DOS makefile.dshaligram2007-06-241-4/+1
| | | | git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@1638 c06c8d41-db1a-0410-9941-cceddc491573
* Fixed trunk build for DOS and Windows. DOS and Windows builds use a SQLite db,dshaligram2007-04-221-5/+25
| | | | | | | | | | with a dbm-like wrapper so database.cc builds unchanged. Added SQLite to the source tree. Only DOS and Windows builds use it at the moment, but it can be added to Unix builds easily (and will be added automatically if a suitable db.h or ndbm.h is not found). git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@1342 c06c8d41-db1a-0410-9941-cceddc491573
* Enable user-Lua scripts by default for DOS and Windows builds. We coulddshaligram2007-04-141-1/+2
| | | | | | | | probably enable these by default for Mac OS builds as well. They should still default off for general Unix installs because we want server admins to be aware of the denial-of-service possibilities of enabling user scripts. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@1308 c06c8d41-db1a-0410-9941-cceddc491573
* Refixed DOS and Windows makefiles.dshaligram2007-04-141-3/+3
| | | | git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@1307 c06c8d41-db1a-0410-9941-cceddc491573
* Included Lua 5.1.2 source tree in crawl-ref/source/util. This is so we can usedshaligram2007-04-141-5/+27
| | | | | | | | | | | | | | | | | | | | | | Lua in core Crawl code without making Crawl harder to build (than it is already). Crawl's makefiles will call the Lua makefile if necessary (i.e., if liblua.a doesn't already exist). CLUA_BINDINGS is still not enabled by default (and will not be enabled by default in the source tree). Crawl will use two different Lua interpreter instances - one for user scripts (if CLUA_BINDINGS is defined), the other (not #ifdef conditionalised) for core game Lua glue. Lua is statically linked by default. We could change this if necessary, although the added size is only 200k. The Lua sources are almost unmodified; I've only added new targets for Crawl's platform-specific makefiles to call into to build liblua.a; I've not modified any existing targets, and all Lua READMEs and copyright notices are intact. Needs integration with Xcode build. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@1305 c06c8d41-db1a-0410-9941-cceddc491573
* Updated build instructions for DOS, Windows, Linux.dshaligram2007-04-051-1/+1
| | | | | | | | | | | | | | | | | Fixed targeting for Sandblast, Bone Shards, verified that targeting works okay for all spells (woof). Updated level layouts with more random features (David). Made makefile.unix default to using flex instead of lex. Tweaked beam names for dragon breath. s/Paralyze/Paralyse/ Don't show current target for direction-only targeting. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@1222 c06c8d41-db1a-0410-9941-cceddc491573
* Updated makefile.dos and makefile.mgw to use dependencies if available.dshaligram2007-02-091-0/+3
| | | | | | Renamed dependency file to makefile.dep for DOS. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@943 c06c8d41-db1a-0410-9941-cceddc491573
* Merged stone_soup r15:451 into trunk.dshaligram2006-11-221-12/+103
| | | | git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@452 c06c8d41-db1a-0410-9941-cceddc491573
* Clean up a mistake in the SVN import.nlanza2006-08-131-0/+53
git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@10 c06c8d41-db1a-0410-9941-cceddc491573