diff options
Diffstat (limited to 'plugins/ShlExt/make.bat')
-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 e43d4f959f..2604241425 100644 --- a/plugins/ShlExt/make.bat +++ b/plugins/ShlExt/make.bat @@ -18,5 +18,6 @@ md tmp %FPCBIN% @..\Utils.pas\fpc.cfg %PROJECT%.dpr %3 %4 %5 %6 %7 %8 %9
move .\tmp\%PROJECT%.dll %OUTDIR%
+move .\tmp\%PROJECT%.map .
del /Q tmp\*
rd tmp
|