goat3dgfx

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