mirror of
https://github.com/elasota/Aerofoil.git
synced 2026-03-01 21:34:15 +00:00
9 lines
128 B
Batchfile
9 lines
128 B
Batchfile
@setlocal enableextensions
|
|
@cd /d "%~dp0"
|
|
|
|
call remove_symlinks.bat
|
|
|
|
mklink /D app\jni\SDL2 ..\..\..\SDL2-2.0.12
|
|
|
|
pause
|