libgoatvr

view install.bat @ 7:6896f9cf9621

- configure now emits config.status with the current confure invocation - now vr_init will heed the VR_MODULE env var for the name of the module to use - more stuff on the openhmd module
author John Tsiombikas <nuclear@member.fsf.org>
date Fri, 19 Sep 2014 15:16:51 +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