diff --git a/native/plugin.jelly b/native/plugin.jelly index c381b1f9..0b03c398 100644 --- a/native/plugin.jelly +++ b/native/plugin.jelly @@ -50,9 +50,39 @@ + + ${maven.native.compiler.arg.start} + + + + + ${maven.native.compiler.arg.mid} + + + + + ${maven.native.compiler.arg.end} + + + + + ${maven.native.linker.arg.start} + + + + + ${maven.native.linker.arg.mid} + + + + + ${maven.native.linker.arg.end} + + + diff --git a/native/xdocs/changes.xml b/native/xdocs/changes.xml index ebcd0081..b6501ee7 100644 --- a/native/xdocs/changes.xml +++ b/native/xdocs/changes.xml @@ -25,8 +25,10 @@ - Use properties more - Help javah work on all JDK features + add src includes/excludes. + Linker and compiler argument passing. + Use properties more. + Help javah work on all JDK features.