summaryrefslogtreecommitdiff
path: root/src/ladmin/GNUmakefile
AgeCommit message (Collapse)AuthorFilesLines
2013-09-21Use the One Makefile to build them allBen Longbons1-7/+0
This changes the names of the built binaries: login-server -> tmwa-login char-server -> tmwa-char map-server -> tmwa-map ladmin -> tmwa-admin eathena-monitor -> tmwa-monitor It also gets rid of the 'deps.make' file.
2012-09-03Fix compiler errors of C++ conversionBen Longbons1-2/+2
2011-04-03Rewrite make system to be optimalBen Longbons1-0/+7
2010-05-05Fixed up and slightly simplified the build systemMadCamel1-14/+0
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-2/+2
Randomerer! Also: Fixed a security problem. Can you find it?
2008-11-24Converted some DOS newlines to UNIXBjørn Lindeijer1-14/+14
2008-04-02initial checkinDennis Friis1-0/+14