Files
Aerofoil/AerofoilAndroid/make_symlinks.bat

9 lines
128 B
Batchfile
Raw Normal View History

2020-10-09 18:57:42 -04:00
@setlocal enableextensions
@cd /d "%~dp0"
call remove_symlinks.bat
mklink /D app\jni\SDL2 ..\..\..\SDL2-2.0.12
pause