Haiku OS support; thanks to MrSunshine

This commit is contained in:
Moritz Warning 2010-10-04 00:58:14 +02:00
parent 2490631d5b
commit 233299e5c8
8 changed files with 39 additions and 6 deletions

View file

@ -172,7 +172,9 @@ int linkExecutable(const char* argv0)
args.push_back("-lpthread");
args.push_back("-lm");
break;
case OSHaiku:
args.push_back("-lroot");
break;
case OSWindows:
// FIXME: I'd assume kernel32 etc
break;