mirror of
https://github.com/elasota/Aerofoil.git
synced 2025-09-23 06:53:43 +00:00
This commit contains only the result of `git add --renormalize .` `git show --ignore-space-change` can verify that this commit only changes whitespace.
20 lines
609 B
Batchfile
20 lines
609 B
Batchfile
@setlocal enableextensions
|
|
@cd /d "%~dp0"
|
|
|
|
call remove_symlinks.bat
|
|
|
|
|
|
mklink /D app\jni\AerofoilSDL ..\..\..\AerofoilSDL
|
|
mklink /D app\jni\AerofoilPortable ..\..\..\AerofoilPortable
|
|
mklink /D app\jni\Common ..\..\..\Common
|
|
mklink /D app\jni\SDL2 ..\..\..\SDL2-2.30.5
|
|
mklink /D app\jni\GpApp ..\..\..\GpApp
|
|
mklink /D app\jni\GpShell ..\..\..\GpShell
|
|
mklink /D app\jni\GpCommon ..\..\..\GpCommon
|
|
mklink /D app\jni\PortabilityLayer ..\..\..\PortabilityLayer
|
|
mklink /D app\jni\rapidjson ..\..\..\rapidjson
|
|
mklink /D app\jni\MacRomanConversion ..\..\..\MacRomanConversion
|
|
mklink /D app\jni\stb ..\..\..\stb
|
|
|
|
pause
|