goat3dgfx

view install.bat @ 21:7c593721547f

integrated support for the multiple animation system of libanim
author John Tsiombikas <nuclear@member.fsf.org>
date Fri, 27 Dec 2013 11:59:32 +0200
parents
children
line source
1 mkdir c:\usr\include\goat3dgfx
2 copy /Y usr\include\goat3dgfx\* c:\usr\include\goat3dgfx\
3 mkdir c:\usr\lib
4 copy /Y usr\lib\* c:\usr\lib\
5 pause