GameLib is a collection of libraries for creating applications in Cakelisp.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

6 lines
209 B

#!/bin/sh
./Dependencies/cakelisp/bin/cakelisp src/OgreCore.cake \
&& jam -j4 -sDEBUG_BUILD=true libGameLib.a
./Dependencies/cakelisp/bin/cakelisp test/OgreApp.cake && cd test && jam -j4 -sDEBUG_BUILD=true