goat3dgfx

view install.bat @ 27:be9754def417

added missing post-build copy event in the release configuration
author John Tsiombikas <nuclear@member.fsf.org>
date Thu, 27 Feb 2014 02:19:16 +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