targets.x86_64-pc-linux-gnu.properties Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of jnativehook Show documentation
Show all versions of jnativehook Show documentation
Global keyboard and mouse listeners for Java.
#ant configure for linux x86-64
ant.build.javac.include=/etc/java-config-2/current-system-vm/include
ant.build.native.arch=x86_64
ant.build.native.os=linux
ant.build.native.toolchain=gcc
ant.build.native.build=x86_64-pc-linux-gnu
ant.build.native.host=x86_64-pc-linux-gnu
ant.build.native.cflags=-march\=k8 -mtune\=generic -O2 -g -pipe -fomit-frame-pointer -flto -ffat-lto-objects -fno-stack-protector
ant.build.native.ldflags=-Wl,--as-needed,-soname,libJNativeHook.so.1.1,-O1 -flto
© 2015 - 2024 Weber Informatics LLC | Privacy Policy