From 4d0f6c5d937874aac35d9d5de5fdfe36d64d1803 Mon Sep 17 00:00:00 2001 From: kelson42 Date: Thu, 4 Apr 2013 15:11:06 +0200 Subject: [PATCH] + deletion (deprecated) --- compile.sh | 13 ------------- 1 file changed, 13 deletions(-) delete mode 100755 compile.sh diff --git a/compile.sh b/compile.sh deleted file mode 100755 index 247f923b6..000000000 --- a/compile.sh +++ /dev/null @@ -1,13 +0,0 @@ -#!/bin/bash - -# Compile the JNI class, this will create JNIKiwix.class -javac JNIKiwix.java - -# Create the JNI header file, this will create JNIKiwix.h -javah -jni JNIKiwix - -# Compile the native lib libkiwix.so -g++ -shared -fpic -o libkiwix.so -I/usr/lib/jvm/java-7-openjdk-i386/include/ kiwix.c - -# Run the code -java -Djava.library.path=./ JNIKiwix \ No newline at end of file