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.
 
 
 
 
 
 

8 lines
441 B

#!/bin/sh
mkdir -p data/Hlms || exit $?
mkdir -p data/CommonMaterials || exit $?
rsync -av ../Dependencies/ogre-next/Samples/Media/Hlms/Common data/Hlms/ || exit $?
rsync -av ../Dependencies/ogre-next/Samples/Media/Hlms/Pbs data/Hlms/ || exit $?
rsync -av ../Dependencies/ogre-next/Samples/Media/Hlms/Unlit data/Hlms/ || exit $?
rsync -av ../Dependencies/ogre-next/Samples/Media/2.0/scripts/materials/Common data/CommonMaterials || exit $?