* ioquake3 updated to 1.36. Also applied a hack to get better

coverage data.
* Quake 3 wrapper: wrap the dedicated server.

svn path=/nixpkgs/trunk/; revision=25487
This commit is contained in:
Eelco Dolstra
2011-01-10 12:24:48 +00:00
parent 0eaec55235
commit 3792a1ec37
3 changed files with 22 additions and 3 deletions
+3
View File
@@ -13,3 +13,6 @@ done
makeWrapper $game/ioquake3.* $out/bin/quake3 \
--suffix-each LD_LIBRARY_PATH ':' "$mesa/lib $gcc/lib" \
--add-flags "+set fs_basepath $out +set r_allowSoftwareGL 1"
makeWrapper $game/ioq3ded.* $out/bin/quake3-server \
--add-flags "+set fs_basepath $out"