mirror of
https://github.com/elasota/Aerofoil.git
synced 2025-09-22 22:45:39 +00:00
Add symlinks and other things
This commit is contained in:
4
AerofoilAndroid/.gitignore
vendored
Normal file
4
AerofoilAndroid/.gitignore
vendored
Normal file
@@ -0,0 +1,4 @@
|
||||
.idea
|
||||
.gradle
|
||||
gradle
|
||||
local.properties
|
3
AerofoilAndroid/app/.gitignore
vendored
Normal file
3
AerofoilAndroid/app/.gitignore
vendored
Normal file
@@ -0,0 +1,3 @@
|
||||
.cxx
|
||||
.externalNativeBuild
|
||||
build
|
1
AerofoilAndroid/app/jni/.gitignore
vendored
Normal file
1
AerofoilAndroid/app/jni/.gitignore
vendored
Normal file
@@ -0,0 +1 @@
|
||||
SDL2
|
@@ -6,7 +6,7 @@ buildscript {
|
||||
google()
|
||||
}
|
||||
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
|
||||
// in the individual module build.gradle files
|
||||
|
@@ -1,6 +1,6 @@
|
||||
#Mon Oct 23 13:51:26 PDT 2017
|
||||
distributionBase=GRADLE_USER_HOME
|
||||
distributionPath=wrapper/dists
|
||||
zipStoreBase=GRADLE_USER_HOME
|
||||
zipStorePath=wrapper/dists
|
||||
distributionUrl=https\://services.gradle.org/distributions/gradle-4.10.2-all.zip
|
||||
#Fri Oct 09 18:19:57 EDT 2020
|
||||
distributionBase=GRADLE_USER_HOME
|
||||
distributionPath=wrapper/dists
|
||||
zipStoreBase=GRADLE_USER_HOME
|
||||
zipStorePath=wrapper/dists
|
||||
distributionUrl=https\://services.gradle.org/distributions/gradle-6.1.1-all.zip
|
||||
|
8
AerofoilAndroid/make_symlinks.bat
Normal file
8
AerofoilAndroid/make_symlinks.bat
Normal file
@@ -0,0 +1,8 @@
|
||||
@setlocal enableextensions
|
||||
@cd /d "%~dp0"
|
||||
|
||||
call remove_symlinks.bat
|
||||
|
||||
mklink /D app\jni\SDL2 ..\..\..\SDL2-2.0.12
|
||||
|
||||
pause
|
4
AerofoilAndroid/remove_symlinks.bat
Normal file
4
AerofoilAndroid/remove_symlinks.bat
Normal file
@@ -0,0 +1,4 @@
|
||||
@setlocal enableextensions
|
||||
@cd /d "%~dp0"
|
||||
|
||||
rmdir app\jni\SDL2
|
Reference in New Issue
Block a user