summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/makefile.unix
Commit message (Expand)AuthorAgeFilesLines
* Merge r7883: don't needlessly re-link the crawl binary when using the "debug"zelgadis2008-12-201-2/+3
* Modifying makefiles to allow user group and install dir to be overridden so t...ennewalker2008-07-041-3/+2
* Moved all option files to settings directory.dshaligram2008-05-261-4/+6
* No more -O2 for debug builds.ennewalker2008-05-091-0/+2
* For consistency, move source/lua/ to source/dat/lua/.dolorous2008-05-041-1/+1
* For now, fix [1956144] by removing hardcoded symlink.dolorous2008-05-021-1/+0
* Fix installation of lua files. This should also fix [1956142].dolorous2008-05-021-1/+1
* Eliminate recursive copying from the build, as it'll copy the hidden SVN dolorous2008-03-151-1/+2
* Account for the new database directory when building. Apply evktalo's dolorous2008-03-151-2/+5
* Attempt to use ndbm.h only on Mac OS.dshaligram2008-02-241-1/+1
* Tweak makefile to clobber existing symlink to Crawl.dshaligram2008-01-251-1/+1
* Allow UNICODE_LOCALE=. in makefile.unix to specify a setlocale(LC_ALL,"") cal...dshaligram2007-11-201-15/+20
* Added HURRY option to makefile.unix.haranp2007-11-031-2/+7
* Fixed Lua dependency for trunk.dshaligram2007-10-211-2/+2
* Added -O2 -Wuninitialized to Unix makefile.dshaligram2007-10-121-3/+2
* Unicode makefile tweak for trunk.dshaligram2007-10-071-24/+24
* Removed unnecessary conditional that may cause issues building Lua.dshaligram2007-10-051-3/+0
* Unicode support tweak: always set locale to what's specified in UNICODE_LOCAL...dshaligram2007-10-041-0/+9
* Oops, accidently checked in my local makefiles; sorry.zelgadis2007-09-161-4/+4
* Add dump sections for branch/area details for turns andzelgadis2007-09-161-4/+4
* Make CLUA_BINDINGS the default for unix builds.zelgadis2007-09-161-1/+1
* Fixed broken install target in makefile.unix (cbus).dshaligram2007-09-101-0/+1
* No txt files left in dat/ (VN).dshaligram2007-08-161-1/+0
* Fixed lua_file not being processed correctly when Crawl is installed withdshaligram2007-08-151-0/+1
* Implemented .des file caching (speeds startup a fair bit): .des files aredshaligram2007-06-241-2/+1
* Pull c_macro out of the code and into clua/macro.lua.dshaligram2007-06-221-5/+7
* Tweaks to build with Unicode support on Mac OS. Unfortunately none of thedshaligram2007-06-101-0/+9
* Added support for Unicode characters in the map display with ncursesw (enableddshaligram2007-06-071-3/+15
* Drop -Wconversion; it complains about implicit signed->unsigned conversions ondshaligram2007-06-051-1/+1
* Fixed silly type-conversion bugs I introduced, added -Wconversion todshaligram2007-06-021-1/+1
* Added Lemuel's mines minivaults.dshaligram2007-05-091-1/+1
* Allow Mac users to double-click to launch Crawl:dshaligram2007-05-041-2/+4
* Older MinGW don't seem to typedef int64_t, hacked.dshaligram2007-04-221-2/+1
* Fixed trunk build for DOS and Windows. DOS and Windows builds use a SQLite db,dshaligram2007-04-221-15/+50
* Refix build for Mac OS.dshaligram2007-04-201-1/+7
* Fixed source to build on Linux. Should still build on Mac OS, but this isdshaligram2007-04-201-1/+4
* Included Lua 5.1.2 source tree in crawl-ref/source/util. This is so we can usedshaligram2007-04-141-6/+24
* Updated build instructions for DOS, Windows, Linux.dshaligram2007-04-051-1/+1
* Updated makefile version number detection.dshaligram2007-04-011-1/+1
* Fixed distclean for trunk.dshaligram2007-04-011-1/+1
* Updated makefile.dos and makefile.mgw to use dependencies if available.dshaligram2007-02-091-1/+1
* [1638394] Added support for portal vaults.dshaligram2007-02-071-1/+0
* Removed USE_NEW_RANDOM, USE_MACROS.dshaligram2007-01-251-10/+18
* Added a basic depend target. Maybe we should do full autodependency building?dshaligram2007-01-171-1/+16
* SAVEDIR and DATADIR should be commented out by default.dshaligram2007-01-111-2/+2
* Handle morgue_dir option better (create dir if it doesn't exist), updateddshaligram2007-01-111-2/+15
* Greedy-explore tweaks: speedup by not double-floodfilling, and handle inabilitydshaligram2006-12-021-2/+2
* Merged stone_soup r15:451 into trunk.dshaligram2006-11-221-0/+198