goat3d

view install.bat @ 90:8b156bc5205b

[maxgoat] fixed the transform export bug [goatview] added widgets for the animation controls [goatview] added a grid ground plane with automatic sizing and transitions from size to size
author John Tsiombikas <nuclear@member.fsf.org>
date Sat, 17 May 2014 06:26:24 +0300
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