Files
UnrealEngine/Engine/Source/ThirdParty/FreeImage/FreeImage-3.18.0/clean.bat
2025-05-18 13:04:45 +08:00

100 lines
2.4 KiB
Batchfile

del *.aps /s /q
del *.bak /s /q
del *.bsc /s /q
del *.dll /s /q
del *.exe /s /q
del *.exp /s /q
del *.idb /s /q
del *.ilk /s /q
del *.lib /s /q
del *.mdb /s /q
del *.ncb /s /q
del *.o /s /q
del *.obj /s /q
del *.opt /s /q
del *.pch /s /q
del *.pdb /s /q
del *.plg /s /q
del *.sdf /s /q
del *.sql /s /q
del *.suo /s /q /a:h
del *.user /s /q
del *.opensdf /s /q /a:h
del TestAPI\*.tif
del TestAPI\blob.png
del TestAPI\buffer.png
del TestAPI\dump.png
del TestAPI\exif_new_thumb.jpg
del TestAPI\raw_exif.jpg
del TestAPI\sample.gif
del TestAPI\sample.ico
del TestAPI\sample.tif
del TestAPI\test.jpg
del TestAPI\TestImageType.tif
del TestAPI\viewport.png
del TestAPI\zoneplate.png
del TestAPI\test_view.bmp
rd Source\FreeImageLib\Debug /s /q
rd Source\FreeImageLib\Release /s /q
rd Source\FreeImageLib\Win32 /s /q
rd Source\FreeImageLib\x64 /s /q
rd Source\LibJPEG\Debug /s /q
rd Source\LibJPEG\Release /s /q
rd Source\LibJPEG\Win32 /s /q
rd Source\LibJPEG\x64 /s /q
rd Source\LibJXR\Debug /s /q
rd Source\LibJXR\Release /s /q
rd Source\LibJXR\Win32 /s /q
rd Source\LibJXR\x64 /s /q
rd Source\LibMNG\Debug /s /q
rd Source\LibMNG\Release /s /q
rd Source\LibMNG\Win32 /s /q
rd Source\LibMNG\x64 /s /q
rd Source\LibOpenJPEG\Debug /s /q
rd Source\LibOpenJPEG\Release /s /q
rd Source\LibOpenJPEG\Win32 /s /q
rd Source\LibOpenJPEG\x64 /s /q
rd Source\LibPNG\Debug /s /q
rd Source\LibPNG\Release /s /q
rd Source\LibPNG\Win32 /s /q
rd Source\LibPNG\x64 /s /q
rd Source\LibRawLite\Debug /s /q
rd Source\LibRawLite\Release /s /q
rd Source\LibRawLite\Win32 /s /q
rd Source\LibRawLite\x64 /s /q
rd Source\LibTIFF\Debug /s /q
rd Source\LibTIFF\Release /s /q
rd Source\LibTIFF\Win32 /s /q
rd Source\LibTIFF\x64 /s /q
rd Source\LibTIFF4\Debug /s /q
rd Source\LibTIFF4\Release /s /q
rd Source\LibTIFF4\Win32 /s /q
rd Source\LibTIFF4\x64 /s /q
rd Source\LibWebP\Debug /s /q
rd Source\LibWebP\Release /s /q
rd Source\LibWebP\Win32 /s /q
rd Source\LibWebP\x64 /s /q
rd Source\OpenEXR\Debug /s /q
rd Source\OpenEXR\Release /s /q
rd Source\OpenEXR\Win32 /s /q
rd Source\OpenEXR\x64 /s /q
rd Source\Source\Debug /s /q
rd Source\Source\Release /s /q
rd Source\Zlib\Debug /s /q
rd Source\Zlib\Release /s /q
rd Source\ZLib\Win32 /s /q
rd Source\ZLib\x64 /s /q
rd TestAPI\Debug /s /q
rd TestAPI\Release /s /q
rd TestAPI\Win32 /s /q
rd TestAPI\x64 /s /q
rd Win32 /s /q
rd x64 /s /q
rd Debug /s /q
rd Release /s /q
del Dist\FreeImage.h
rd Dist\x32 /s /q
rd Dist\x64 /s /q
rd .vs /s /q