Skip to content

Commit

Permalink
Added clean.bat
Browse files Browse the repository at this point in the history
  • Loading branch information
ahausladen committed Feb 25, 2023
1 parent efdbeaf commit 9ac7e13
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 17 deletions.
34 changes: 18 additions & 16 deletions Code/DDevExtensions/build.bat
Original file line number Diff line number Diff line change
Expand Up @@ -37,22 +37,24 @@ del version.h
SET LINKMAPFILE=..\..\Tools\LinkMapFile\linkmapfile.exe

:: Delete intermediate files
del /Q D_2009\lib\*.dcu >NUL
del /Q D_2010\lib\*.dcu >NUL
del /Q D_XE\lib\*.dcu >NUL
del /Q D_XE2\lib\*.dcu >NUL
del /Q D_XE3\lib\*.dcu >NUL
del /Q D_XE4\lib\*.dcu >NUL
del /Q D_XE5\lib\*.dcu >NUL
del /Q D_XE6\lib\*.dcu >NUL
del /Q D_XE7\lib\*.dcu >NUL
del /Q D_XE8\lib\*.dcu >NUL
del /Q D_D10\lib\*.dcu >NUL
del /Q D_D101\lib\*.dcu >NUL
del /Q D_D102\lib\*.dcu >NUL
del /Q D_D103\lib\*.dcu >NUL
del /Q D_D104\lib\*.dcu >NUL
del /Q D_D110\lib\*.dcu >NUL
del /Q /S D_2009\lib\*.dcu >NUL
del /Q /S D_2010\lib\*.dcu >NUL
del /Q /S D_XE\lib\*.dcu >NUL
del /Q /S D_XE2\lib\*.dcu >NUL
del /Q /S D_XE3\lib\*.dcu >NUL
del /Q /S D_XE4\lib\*.dcu >NUL
del /Q /S D_XE5\lib\*.dcu >NUL
del /Q /S D_XE6\lib\*.dcu >NUL
del /Q /S D_XE7\lib\*.dcu >NUL
del /Q /S D_XE8\lib\*.dcu >NUL
del /Q /S D_D10\lib\*.dcu >NUL
del /Q /S D_D101\lib\*.dcu >NUL
del /Q /S D_D102\lib\*.dcu >NUL
del /Q /S D_D103\lib\*.dcu >NUL
del /Q /S D_D104\lib\*.dcu >NUL
del /Q /S D_D110\lib\*.dcu >NUL

if "%1-" == "clean-" goto :EOF

echo.
echo === Installer ==============================
Expand Down
1 change: 1 addition & 0 deletions Code/DDevExtensions/clean.bat
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
@build.bat clean
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ https://www.idefixpack.de/ddev

## Release Delphi 11.0

A precompiled version can be downloaded from here the DelphiPraxis fork:
A precompiled version can be downloaded from the DelphiPraxis fork:
https://github.com/DelphiPraxis/DDevExtensions/releases


Expand Down

0 comments on commit 9ac7e13

Please sign in to comment.