diff options
author | Will Andrews <will@FreeBSD.org> | 2000-04-07 03:31:17 +0000 |
---|---|---|
committer | Will Andrews <will@FreeBSD.org> | 2000-04-07 03:31:17 +0000 |
commit | a7626637624c89ae376ebdcd8f5618d398142a2b (patch) | |
tree | b0a7f1a34b04c73fe47fcf562a0cb67ffafc4f41 /games/Makefile | |
parent | Add LinAlg, an extended C++ math library. Unfortunately, it can't be made (diff) |
Add SDL port of id Software's famous Quake game. Unfortunately, due to
SDL's requirement of linuxthreads, this port will only work on systems
running FreeBSD 4.0 and later. :-(
But, I would just like to rant about how cool sdlquake is. It's so FAST
(heck, takes about 90 seconds to compile+link on my PII-300), it's so
beautiful, and it's so much fun!! :-)
Okay, I know the Q3A freaks are gonna look at me funny, but hey, I'm free
of Windows (*grumble* except for scientific apps), and they're not. ;-)
Diffstat (limited to 'games/Makefile')
-rw-r--r-- | games/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/games/Makefile b/games/Makefile index 7a1386a0adff..1913fed8d97c 100644 --- a/games/Makefile +++ b/games/Makefile @@ -121,6 +121,7 @@ SUBDIR += rocksndiamonds SUBDIR += rollemup SUBDIR += rubix + SUBDIR += sdlquake SUBDIR += seabattle SUBDIR += seahaven SUBDIR += sl |