Initial import of pre-beta 1.0.
authorMichael Zucchi <michael@swordfish.com.au>
Mon, 22 Apr 2019 00:51:09 +0000 (10:21 +0930)
committerMichael Zucchi <michael@swordfish.com.au>
Mon, 22 Apr 2019 00:51:09 +0000 (10:21 +0930)
commit9726132f7947b7142f8bf064f6ea9aaa26c4868f
tree826d5fd877df6171d3936158752a0cbd08253530
Initial import of pre-beta 1.0.
18 files changed:
.gitignore [new file with mode: 0644]
Makefile [new file with mode: 0644]
README [new file with mode: 0644]
build.xml [new file with mode: 0644]
config.make [new file with mode: 0644]
java.make [new file with mode: 0644]
nbproject/build-impl.xml [new file with mode: 0644]
nbproject/genfiles.properties [new file with mode: 0644]
nbproject/project.properties [new file with mode: 0644]
nbproject/project.xml [new file with mode: 0644]
src/notzed.nativez/classes/au/notzed/nativez/NativeZ.java [new file with mode: 0644]
src/notzed.nativez/classes/module-info.java [new file with mode: 0644]
src/notzed.nativez/jni/jni.make [new file with mode: 0644]
src/notzed.nativez/jni/nativez-jni.c [new file with mode: 0644]
src/notzed.nativez/jni/nativez-linux.c [new file with mode: 0644]
src/notzed.nativez/jni/nativez-windows.c [new file with mode: 0644]
src/notzed.nativez/jni/nativez.h [new file with mode: 0644]
src/notzed.nativez/legal/LICENSE [new file with mode: 0644]