summaryrefslogtreecommitdiff
path: root/src/common/Makefile
AgeCommit message (Collapse)AuthorFilesLines
2011-04-03Rewrite make system to be optimalBen Longbons1-15/+0
2011-03-24Optimize common objects, and adjust other objects accordingly.Ben Longbons1-2/+1
Major changes still need to be made to each of the servers.
2011-03-18Changes that should have been caught earlierBen Longbons1-2/+2
2011-03-16Use makefiles correctly and expand include dirsBen Longbons1-1/+1
2010-10-08Moved md5calc.c from login-server to the common libraryMadCamel1-1/+2
2010-05-05Fixed up and slightly simplified the build systemMadCamel1-0/+1
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.
2009-08-29Converted to Mersenne Twister for random.MadCamel1-1/+2
Randomerer! Also: Fixed a security problem. Can you find it?
2008-11-24Converted some DOS newlines to UNIXBjørn Lindeijer1-13/+13
2008-04-02initial checkinDennis Friis1-0/+13