goat3d

view install.bat @ 47:498ca7ac7047

- placed all the implementation stuff in the g3dimpl namespace - added animation stuff to the public API - started writing animation saving/loading
author John Tsiombikas <nuclear@member.fsf.org>
date Sat, 28 Dec 2013 06:47:39 +0200
parents
children
line source
1 mkdir c:\usr\include\
2 copy /Y usr\include\* c:\usr\include\
3 mkdir c:\usr\lib
4 copy /Y usr\lib\* c:\usr\lib\
5 mkdir c:\usr\bin
6 copy /Y usr\bin\* c:\usr\bin\
7 pause