libgoatvr

view install.bat @ 22:bd37285ba5b6

fixed missing newline at the end of opt.c
author John Tsiombikas <nuclear@member.fsf.org>
date Mon, 12 Jan 2015 07:34:30 +0200
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