The original program is from someone
else, but I wrote the boost-build part and use it in some of our
projects. I put the files in boost-build/contrib
In the project build.jam, I put "using bin2c ;", add a bin2c call,
and add an "<implicit-dependency>" to the target that uses
the header. For example,
using bin2c ;
bin2c main_png.h : main.png ;
exe prog : main.cpp : <implicit-dependency>main_png.h ;
Hope that helps.
Phillip
On 4/9/14 10:31 AM, George Georgiev wrote:
I was hoping to avoid introducing any additional
dependencies, but thanks I will figure it out.
_______________________________________________
Unsubscribe & other changes: http://lists.boost.org/mailman/listinfo.cgi/boost-build