diff options
author | tma <tma@edf5b092-35ff-0310-97b2-ce42778d08ea> | 2005-12-27 19:46:01 +0000 |
---|---|---|
committer | tma <tma@edf5b092-35ff-0310-97b2-ce42778d08ea> | 2005-12-27 19:46:01 +0000 |
commit | f517f31a6f8c1e3adcd41d020575c27f217ee8e0 (patch) | |
tree | 0de4db6ccdc73164ed4d1a9d66d7ccb42f4fa036 /web | |
parent | b0a5b18fc58cf4b9b0ad2eb72f0678b344a2db25 (diff) | |
download | ioquake3-aero-f517f31a6f8c1e3adcd41d020575c27f217ee8e0.tar.gz ioquake3-aero-f517f31a6f8c1e3adcd41d020575c27f217ee8e0.zip |
* NetBSD support patch from optical (alex@rigbo.se)
git-svn-id: svn://svn.icculus.org/quake3/trunk@448 edf5b092-35ff-0310-97b2-ce42778d08ea
Diffstat (limited to 'web')
-rw-r--r-- | web/include/status.php | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/web/include/status.php b/web/include/status.php index fc91454..c3f3bd0 100644 --- a/web/include/status.php +++ b/web/include/status.php @@ -74,6 +74,13 @@ <td></td> <!--Notes--> </tr> <tr> + <td scope="row">NetBSD</td> <!--OS--> + <td>gcc-x86</td> <!--Platform--> + <td>working</td> <!--Status--> + <td></td> <!--LKWR--> + <td>Dedicated server only with native libs.</td> <!--Notes--> + </tr> + <tr> <td scope="row" rowspan="2">Solaris</td> <!--OS--> <td>gcc-x86</td> <!--Platform--> <td>working</td> <!--Status--> |