build/mkcmake.sh
author terom
Mon, 08 Dec 2008 01:38:43 +0000
changeset 279 e36f5e1a1c8d
parent 246 687d9896763a
child 281 3f2de9d1d909
permissions -rw-r--r--
let projectiles bounce, the new BounceBounce weapon puts the Physics engine into an infinite loop
61
d7999511b103 add a stupid little script to run initial cmake
terom
parents:
diff changeset
     1
#!/bin/sh
d7999511b103 add a stupid little script to run initial cmake
terom
parents:
diff changeset
     2
246
687d9896763a change mkcmake.sh to not use /tmp anymore, and fix some ClanLib idiocy
terom
parents: 61
diff changeset
     3
cmake ../ -DCMAKE_BUILD_TYPE=Debug -DCMAKE_INSTALL_PREFIX=~/opt
61
d7999511b103 add a stupid little script to run initial cmake
terom
parents:
diff changeset
     4