mirror of
https://github.com/ZDoom/gzdoom-gles.git
synced 2024-11-29 07:22:07 +00:00
Delete DelLLVMCache.cmd
This file is now vestigial and no longer needed.
This commit is contained in:
parent
dbacb75617
commit
fc2ae9ecc3
1 changed files with 0 additions and 9 deletions
|
@ -1,9 +0,0 @@
|
|||
@echo off
|
||||
if not exist %localappdata%\zdoom\cache\llvm* goto :eof
|
||||
echo QZDoom's LLVM drawers may take some time to create at startup. Because of this,
|
||||
echo the program uses a cache to temporarily store bitcode for faster startups. If
|
||||
echo this cache is ever corrupted, this program has been created to solve the
|
||||
echo problem.
|
||||
echo.
|
||||
echo Are you SURE you wish to destroy the cache?
|
||||
del /p %localappdata%\zdoom\cache\llvm*
|
Loading…
Reference in a new issue