summaryrefslogtreecommitdiff
path: root/bmake
AgeCommit message (Collapse)AuthorFilesLines
2011-07-08Fix some issues after automatic checking.Andrei Karas1-1/+2
Change compilation flags in make scripts.
2011-06-28More fixes for compilation under MacOS.Andrei Karas1-0/+1
Add sample make script for fink. Possible broke support for dmg images.
2011-06-12Add make script without optimisations with enabled gprofiler.Andrei Karas1-2/+2
Disable gprofiler in normal make script by default and enable leak detector.
2011-06-11Update make script.Andrei Karas1-1/+3
2011-06-03Add configure option --without-librt to disable linking to librt.Andrei Karas1-0/+2
2011-05-31Allow use system guichan by automake switch --with-internalguichan=no.Andrei Karas1-1/+2
Cmake always using internal guichan.
2011-05-24Add simple memory leak detector.Andrei Karas1-1/+2
Can be enabled by configure option -enable-memdebug=yes. Known issue: not all memory allocations hooked with it.
2011-04-13Remove tabs from make scripts.Andrei Karas1-3/+3
2011-04-04Manaserv disabled in compilation scripts as deprecated.Andrei Karas1-2/+1
2011-02-01Add ability to enable/disable manaserv with embedded enet.Andrei Karas1-1/+2
Set manaserv disabled in automake and cmake by default but enabled in build scripts.
2011-01-02Initial commit.Andrei Karas1-0/+48
This code based on mana client http://www.gitorious.org/mana/mana and my private repository.