summaryrefslogtreecommitdiff
path: root/make.defs
AgeCommit message (Collapse)AuthorFilesLines
2011-09-16Fix compiler warnings and enable optimization for release.Ben Longbons1-1/+1
2011-04-03Rewrite make system to be optimalBen Longbons1-8/+3
2011-03-24Optimize common objects, and adjust other objects accordingly.Ben Longbons1-3/+7
Major changes still need to be made to each of the servers.
2011-03-16Use makefiles correctly and expand include dirsBen Longbons1-24/+12
2010-05-05Fixed up and slightly simplified the build systemMadCamel1-0/+28
It's now possible to run 'make' in any of the src/ subdirs and have it build properly. Moved some tools including eathena-monitor to src/tools - run 'make tools' to build. CFLAGS, etc are now in the 'make.defs' file. Requires GNU make.