(svn r17606) -Add: initial support for Haiku; a dedicated server with zlib and libpng compiles and links (for me). Something's fishy with the network so it doesn't actually work (yet)
This commit is contained in:
@@ -279,6 +279,8 @@ void AskExitGame()
|
||||
SetDParam(0, STR_OSNAME_OSX);
|
||||
#elif defined(__BEOS__)
|
||||
SetDParam(0, STR_OSNAME_BEOS);
|
||||
#elif defined(__HAIKU__)
|
||||
SetDParam(0, STR_OSNAME_HAIKU);
|
||||
#elif defined(__MORPHOS__)
|
||||
SetDParam(0, STR_OSNAME_MORPHOS);
|
||||
#elif defined(__AMIGA__)
|
||||
|
Reference in New Issue
Block a user