UseJava: Add support for javah tool

Add a `create_javah` API.
This commit is contained in:
Marc Chevrier
2015-08-05 07:46:02 +00:00
committed by Brad King
parent f9865743ed
commit 4476feac33
7 changed files with 244 additions and 0 deletions

View File

@@ -11,3 +11,6 @@ java-updates
* The :module:`UseJava` module ``install_jar`` function learned
new ``DESTINATION`` and ``COMPONENT`` options to specify
the corresponding :command:`install` command options.
* The :module:`UseJava` module gained a new ``create_javah``
function to create C headers from Java classes.