diff options
-rw-r--r-- | plugins/ShlExt/make.bat | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/plugins/ShlExt/make.bat b/plugins/ShlExt/make.bat index 7faecea222..a9cd86087c 100644 --- a/plugins/ShlExt/make.bat +++ b/plugins/ShlExt/make.bat @@ -8,5 +8,6 @@ REM -Rintel (intel style asm) REM -WB (relocatable) -WR (relocate)
md out
fpc shlext.dpr -FEout -Fi..\..\include;..\..\include\delphi -Fu..\..\include;..\..\include\delphi -Mdelphi -WG -O2 -Os -Rintel -WR -WB49ac0000 -v0
+move out\shlext.dll .
del /Q out\*
rd /Q out
\ No newline at end of file |