goat3dgfx

view install.bat @ 9:25b911c7c35c

fixed some line endings fixed the cubemap2.jpg file in examples/cubemap/data which was resized improperly causing seams...
author John Tsiombikas <nuclear@member.fsf.org>
date Mon, 18 Nov 2013 04:10:19 +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