rename test.c to be main.c (clearer purpose)
This commit is contained in:
parent
7a39eb0457
commit
a7cb68003a
2 changed files with 3 additions and 3 deletions
|
@ -31,7 +31,7 @@ LDFLAGS += -s
|
||||||
LDFLAGS += -lm -lGLESv3 -lEGL -landroid -llog -lOpenSLES
|
LDFLAGS += -lm -lGLESv3 -lEGL -landroid -llog -lOpenSLES
|
||||||
LDFLAGS += -shared -uANativeActivity_onCreate
|
LDFLAGS += -shared -uANativeActivity_onCreate
|
||||||
# locatoins of "mostly c" source files
|
# locatoins of "mostly c" source files
|
||||||
SRC?=./src/nativecode/test.c
|
SRC?=./src/nativecode/main.c
|
||||||
RAWDRAWANDROIDSRCS=./src/nativecode/android_native_app_glue.c
|
RAWDRAWANDROIDSRCS=./src/nativecode/android_native_app_glue.c
|
||||||
ANDROIDSRCS:= $(SRC) $(RAWDRAWANDROIDSRCS)
|
ANDROIDSRCS:= $(SRC) $(RAWDRAWANDROIDSRCS)
|
||||||
|
|
||||||
|
|
|
@ -10,7 +10,7 @@
|
||||||
#include <android/asset_manager.h>
|
#include <android/asset_manager.h>
|
||||||
#include <android/asset_manager_jni.h>
|
#include <android/asset_manager_jni.h>
|
||||||
#include <android_native_app_glue.h>
|
#include <android_native_app_glue.h>
|
||||||
#include <android/sensor.h>
|
//SENSORSTURFF #include <android/sensor.h>
|
||||||
#include <byteswap.h>
|
#include <byteswap.h>
|
||||||
#include <errno.h>
|
#include <errno.h>
|
||||||
#include <fcntl.h>
|
#include <fcntl.h>
|
||||||
|
@ -20,7 +20,7 @@
|
||||||
#define CNFG_IMPLEMENTATION
|
#define CNFG_IMPLEMENTATION
|
||||||
#define CNFG3D
|
#define CNFG3D
|
||||||
|
|
||||||
//#include "cnfa/CNFA.h"
|
//AUDIO //#include "cnfa/CNFA.h"
|
||||||
#include "CNFG.h"
|
#include "CNFG.h"
|
||||||
|
|
||||||
//webview//#define WEBVIEW_NATIVE_ACTIVITY_IMPLEMENTATION
|
//webview//#define WEBVIEW_NATIVE_ACTIVITY_IMPLEMENTATION
|
Loading…
Add table
Reference in a new issue