libgoatvr

view install.bat @ 8:3d9ec6fe97d7

- added distortion mesh generation for the OpenHMD module (unfinished) - changed internal implementation function naming to use the vrimp_ prefix - added an opengl helper function to load extension entry points
author John Tsiombikas <nuclear@member.fsf.org>
date Sat, 20 Sep 2014 13:22:53 +0300
parents
children
line source
1 mkdir c:\usr\include c:\usr\lib c:\usr\bin
2 copy /y usr\include\* c:\usr\include
3 copy /y usr\lib\* c:\usr\lib
4 copy /y usr\bin\* c:\usr\bin
5 pause