
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@4271 212acab6-be3b-0410-9dea-997c60f758d6
5 lines
No EOL
83 B
Batchfile
5 lines
No EOL
83 B
Batchfile
@echo off
|
|
echo Cleaning up all non-source files
|
|
del /S *.~*
|
|
del /S *.dcu
|
|
echo done. |