$include_dir="/home/hyper-archives/boost-build/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [Boost-build] execute javac/javah before building c++-lib
From: Vladimir Prus (vladimir_at_[hidden])
Date: 2009-07-10 04:08:44
Andrej van der Zee wrote:
>
> Hi,
>
> Thanks for your reply.
>
>>
>> Use <dependency> feature to set dependency from mva
>> to whatever other target that generates whatever you want.
>
> But how to a define a target that invokes "javac *.java" and then "javah mva_jni"?
Either 'make' or 'notfile' target seem like good approach.
- Volodya