Hello,
Is it any script, bat to automate compilation of gil io
extensions?
I would like use gil and io extension with Visual Studio
2010.
Could anyone help me write below bat J or give me some advise how to automate building of gil io
extensions?
Built.bat
Rem build boost
@echo off
call "%VS100COMNTOOLS%vsvars32.bat"
bjam variant=debug threading=multi link=shared
bjam variant=release threading=multi link=shared
rem build gil io extensions
….
….
…
Mariusz