libanim

annotate install.bat @ 75:86e01e36441f

converted the visual studio 2013 project to vs2015 and promoted it as the main and only vs project file
author John Tsiombikas <nuclear@member.fsf.org>
date Sun, 02 Aug 2015 05:01:30 +0300
parents
children
rev   line source
nuclear@19 1 mkdir c:\usr\include\anim
nuclear@19 2 copy /Y usr\include\anim\* c:\usr\include\anim\
nuclear@19 3 mkdir c:\usr\lib
nuclear@19 4 copy /Y usr\lib\* c:\usr\lib\
nuclear@19 5 pause