goat3d
annotate 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 |
rev | line source |
---|---|
nuclear@41 | 1 mkdir c:\usr\include\ |
nuclear@41 | 2 copy /Y usr\include\* c:\usr\include\ |
nuclear@41 | 3 mkdir c:\usr\lib |
nuclear@41 | 4 copy /Y usr\lib\* c:\usr\lib\ |
nuclear@41 | 5 mkdir c:\usr\bin |
nuclear@41 | 6 copy /Y usr\bin\* c:\usr\bin\ |
nuclear@41 | 7 pause |