Add symlinks and other things

This commit is contained in:
elasota
2020-10-09 18:57:42 -04:00
parent 9be2885a1e
commit 3a736296ce
7 changed files with 27 additions and 7 deletions

4
AerofoilAndroid/.gitignore vendored Normal file
View File

@@ -0,0 +1,4 @@
.idea
.gradle
gradle
local.properties

3
AerofoilAndroid/app/.gitignore vendored Normal file
View File

@@ -0,0 +1,3 @@
.cxx
.externalNativeBuild
build

1
AerofoilAndroid/app/jni/.gitignore vendored Normal file
View File

@@ -0,0 +1 @@
SDL2

View File

@@ -6,7 +6,7 @@ buildscript {
google() google()
} }
dependencies { dependencies {
classpath 'com.android.tools.build:gradle:3.2.0' classpath 'com.android.tools.build:gradle:4.0.2'
// NOTE: Do not place your application dependencies here; they belong // NOTE: Do not place your application dependencies here; they belong
// in the individual module build.gradle files // in the individual module build.gradle files

View File

@@ -1,6 +1,6 @@
#Mon Oct 23 13:51:26 PDT 2017 #Fri Oct 09 18:19:57 EDT 2020
distributionBase=GRADLE_USER_HOME distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists distributionPath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists zipStorePath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-4.10.2-all.zip distributionUrl=https\://services.gradle.org/distributions/gradle-6.1.1-all.zip

View File

@@ -0,0 +1,8 @@
@setlocal enableextensions
@cd /d "%~dp0"
call remove_symlinks.bat
mklink /D app\jni\SDL2 ..\..\..\SDL2-2.0.12
pause

View File

@@ -0,0 +1,4 @@
@setlocal enableextensions
@cd /d "%~dp0"
rmdir app\jni\SDL2