Added java/Makefile.in, java/xpcom/TODO; minor correctoiosn to java/xpcom/README.

Fix libxpjava.so JNI and linking problems.


git-svn-id: svn://10.0.0.236/trunk@43324 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
frankm%eng.sun.com
1999-08-13 23:36:09 +00:00
parent 03c0e51424
commit 420a3aafbf
9 changed files with 169 additions and 18 deletions

View File

@@ -15,6 +15,7 @@
#include <stdlib.h>
#include <stdio.h>
#include <assert.h>
#include <jni.h>
#include "nscore.h"
#include "nsID.h"
#include "nsIFactory.h"
@@ -31,6 +32,9 @@
/* ---------- CLASS METHODS ------------ */
#ifdef __cplusplus
extern "C" {
#endif
JNIEXPORT jboolean JNICALL
Java_org_mozilla_xpcom_XPComUtilities_initialize(JNIEnv *env, jclass cls)
@@ -214,5 +218,6 @@ JNIEXPORT void JNICALL
}
}
#ifdef __cplusplus
}
#endif