build/mkcmake.sh
author nireco
Sun, 07 Dec 2008 19:14:42 +0000
changeset 250 84c553d61291
parent 246 687d9896763a
child 281 3f2de9d1d909
permissions -rw-r--r--
fixed digging, now bugs differently. Changed image_drawing to draw image 1:1
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