r5sdk/r5dev/resource/batch/clean_sdk.bat
Kawe Mazidjatari aa6a5dcb6e NetCon: rename to 'netcon'; remove platform suffix
Netcon is no longer 32bits. Previously it was made 32bits to maximize system compatibility, but this was unfortunately too hard to maintain after the migration to CMake, it was also no longer worth it as the tool never got used on 32bit platforms. Renamed to avoid confusion.
2024-06-01 11:49:15 +02:00

28 lines
1.2 KiB
Batchfile

REM Remove depot files.
rd /S /Q "%~dp0..\platform\depot"
REM Remove log files ('log' is no longer used. 'logs' contains current logs, these get automatically cleaned if they exceed 10mb).
rd /S /Q "%~dp0..\platform\log"
rd /S /Q "%~dp0..\platform\logs"
rd /S /Q "%~dp0..\platform\liveapi\logs"
REM Remove old NavMesh files which where included as an attempt to debug/suppress warnings.
rd /S /Q "%~dp0..\maps"
rd /S /Q "%~dp0..\platform\maps\graphs"
rd /S /Q "%~dp0..\platform\maps\navmesh"
REM Remove deprecated binary and configuration files (these are no longer used).
del /Q "%~dp0..\banlist.config"
del /Q "%~dp0..\gui.config"
del /Q "%~dp0..\Run R5 Reloaded.exe"
del /Q "%~dp0..\r5reloaded.exe"
del /Q "%~dp0..\r5apexsdkd64.dll"
del /Q "%~dp0..\r5detours.dll"
del /Q "%~dp0..\r5dev.dll"
del /Q "%~dp0..\bin\naveditor.exe"
del /Q "%~dp0..\bin\netcon32.exe"
del /Q "%~dp0..\platform\cfg\englishclient_build_vpk.cfg"
del /Q "%~dp0..\platform\cfg\englishclient_extract_vpk.cfg"
del /Q "%~dp0..\platform\cfg\englishserver_build_vpk.cfg"
del /Q "%~dp0..\platform\cfg\englishserver_extract_vpk.cfg"
REM Remove deprecated pak files (these are no longer used).
del /Q "%~dp0..\paks\Win32\common_empty.rpak"
del /Q "%~dp0..\paks\Win32\common_sdk2.rpak"