goat3d

annotate install.bat @ 58:d317eb4f83da

- made everything compile properly on windows again - removed libanim/libvmath, we'll use them as external dependencies - added new maxgoat_stub 3dsmax plugin project. Gets loaded as a max plugin and loads the actual maxgoat (and later maxgoat_anim) exporters on demand, to allow reloading the actual exporters without having to restart 3dsmax (which takes AGES).
author John Tsiombikas <nuclear@member.fsf.org>
date Tue, 25 Mar 2014 03:19:55 +0200
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