aboutsummaryrefslogtreecommitdiff
path: root/platform/haiku/detect.py
Commit message (Collapse)AuthorAgeFilesLines
* Fixed building for latest Haiku nightlies.Jamil Halabi2016-06-291-3/+3
|
* GLEW: Define static + enabled and includes via SConsRémi Verschelde2016-06-081-2/+2
| | | | | | | | This allows us not to have to hack our definitions in the upstream files, making it easier to upgrade to newer versions in the future. For the include paths to work, the headers are moved to a GL subfolder to match their upstream location.
* Haiku: Do not define GLEW_ENABLED to undefine it laterRémi Verschelde2016-06-081-2/+3
| | | | Partial revert of f61eb5fd8e13642c82364f8ee66a0f6c791a4511.
* Haiku: fix buildKostadin Damyanov2015-12-261-0/+1
|
* Haiku: fix buildKostadin Damyanov2015-10-171-10/+9
|
* Haiku: remove unneeded codeKostadin Damyanov2015-08-121-1/+1
|
* Haiku: add sound supportKostadin Damyanov2015-07-261-3/+2
|
* Haiku: update detect.pyKostadin Damyanov2015-07-201-3/+5
|
* Haiku: create a GL context and initialize the audio and physics serversKostadin Damyanov2015-06-111-1/+2
|
* Haiku: fix build, link with libGL and libGLEWKostadin Damyanov2015-05-291-2/+7
|
* Haiku: enable building with GLESKostadin Damyanov2015-05-281-2/+3
|
* Haiku: enable debug supportKostadin Damyanov2015-05-281-1/+11
|
* Haiku: link with the haiku libs, stub the OS_Haiku class.Kostadin Damyanov2015-05-251-1/+1
|
* Haiku: fix building with UNIX_ENABLED.Kostadin Damyanov2015-05-251-2/+4
|
* Haiku: Initial support.Kostadin Damyanov2015-05-241-0/+42