Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
embedded_systems_public
Java-Exercises-8-JNI-PiFaceCAD
Commits
95dab93d
Commit
95dab93d
authored
Sep 26, 2017
by
Martin Deinhofer
Browse files
removed HelloJNI.h and HelloJNI.o from repo--> will be generated by makefile
parent
00966cd2
Changes
3
Hide whitespace changes
Inline
Side-by-side
.gitignore
View file @
95dab93d
/bin
/jni/HelloJNI.h
/jni/HelloJNI.o
/jni/hello.dll
jni/HelloJNI.h
deleted
100644 → 0
View file @
00966cd2
/* DO NOT EDIT THIS FILE - it is machine generated */
#include
<jni.h>
/* Header for class HelloJNI */
#ifndef _Included_HelloJNI
#define _Included_HelloJNI
#ifdef __cplusplus
extern
"C"
{
#endif
/*
* Class: HelloJNI
* Method: sayHello
* Signature: ()V
*/
JNIEXPORT
void
JNICALL
Java_HelloJNI_sayHello
(
JNIEnv
*
,
jobject
);
#ifdef __cplusplus
}
#endif
#endif
jni/HelloJNI.o
deleted
100644 → 0
View file @
00966cd2
File deleted
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment