maven-plugins/native/plugin.properties
brett 453a3f0448 PR: MPNATIVE-3
more configurable


git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@115046 13f79535-47bb-0310-9956-ffa450edef68
2004-04-25 02:34:08 +00:00

11 lines
282 B
INI

maven.native.link=shared
maven.native.include.os=linux
maven.native.debug=true
maven.native.src=src/unix
maven.native.compiler.name=gcc
maven.native.linker.name=${maven.native.compiler.name}
maven.native.compiler.target=
maven.native.linker.target=${maven.native.compiler.target}