goat3dgfx

view install.bat @ 15:7d6b667821cf

wrapped everything in the goatgfx namespace
author John Tsiombikas <nuclear@member.fsf.org>
date Sat, 30 Nov 2013 20:52:21 +0200
parents
children
line source
1 mkdir c:\usr\include\goat3dgfx
2 copy /Y usr\include\goat3dgfx\* c:\usr\include\goat3dgfx\
3 mkdir c:\usr\lib
4 copy /Y usr\lib\* c:\usr\lib\
5 pause