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.
15 lines
311 B
Batchfile
15 lines
311 B
Batchfile
@setlocal enableextensions
|
|
@cd /d "%~dp0"
|
|
|
|
rmdir app\jni\AerofoilSDL
|
|
rmdir app\jni\AerofoilPortable
|
|
rmdir app\jni\Common
|
|
rmdir app\jni\SDL2
|
|
rmdir app\jni\GpShell
|
|
rmdir app\jni\GpCommon
|
|
rmdir app\jni\GpApp
|
|
rmdir app\jni\PortabilityLayer
|
|
rmdir app\jni\rapidjson
|
|
rmdir app\jni\MacRomanConversion
|
|
rmdir app\jni\stb
|