prepare to 0.70.3
This commit is contained in:
@@ -4,8 +4,8 @@
|
||||
-->
|
||||
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
package="com.nesbox.tic"
|
||||
android:versionCode="7002"
|
||||
android:versionName="0.70.2"
|
||||
android:versionCode="7003"
|
||||
android:versionName="0.70.3"
|
||||
android:installLocation="auto">
|
||||
|
||||
<uses-sdk android:minSdkVersion="14" android:targetSdkVersion="14" />
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
LOCAL_PATH := $(call my-dir)
|
||||
|
||||
include $(CLEAR_VARS)
|
||||
LOCAL_CFLAGS += -O3 -Wall -std=gnu99 -D"log2(x)=(log(x)/log(2))"
|
||||
LOCAL_CFLAGS += -O3 -Wall -std=gnu99 -D"log2(x)=(log(x)/log(2))" -DTIC80_PRO
|
||||
LOCAL_MODULE := main
|
||||
|
||||
SRC_PATH := ../../../../src
|
||||
|
||||
Reference in New Issue
Block a user