summaryrefslogtreecommitdiff
path: root/plugins/ShlExt
diff options
context:
space:
mode:
authorGeorge Hazan <george.hazan@gmail.com>2013-03-01 14:27:03 +0000
committerGeorge Hazan <george.hazan@gmail.com>2013-03-01 14:27:03 +0000
commitb9921c102689b1d3dbcc7843e3aae3453a623f14 (patch)
tree972b03b1553a1a323e7e2dc97b637513c01cbc98 /plugins/ShlExt
parent4f29b0b78cfcdabcdf62ea327815194913d947a5 (diff)
patch for pascal plugins to create map files
git-svn-id: http://svn.miranda-ng.org/main/trunk@3817 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/ShlExt')
-rw-r--r--plugins/ShlExt/make.bat1
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