now it is possible to compile the C code for the Java binding from Eclipse. The old and broken Makefile is now removed

This commit is contained in:
kr.angelov
2013-09-04 18:09:06 +00:00
parent 2f02340d0d
commit b129eedcfa
4 changed files with 161 additions and 32 deletions

View File

@@ -2,7 +2,7 @@
#include <gu/mem.h>
#include <gu/exn.h>
#include <alloca.h>
#include "org_grammaticalframework_pgf_PGF.h"
#include <jni.h>
static jstring
gu2j_string(JNIEnv *env, GuString s) {