goat3dgfx

view install.bat @ 5:18879c956eb1

- skycube example - added fatal_log - changed the dataset to keep the whole path while searching for data files
author John Tsiombikas <nuclear@member.fsf.org>
date Sun, 17 Nov 2013 03:22:40 +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