diff options
author | George Hazan <george.hazan@gmail.com> | 2013-03-01 14:27:03 +0000 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2013-03-01 14:27:03 +0000 |
commit | b9921c102689b1d3dbcc7843e3aae3453a623f14 (patch) | |
tree | 972b03b1553a1a323e7e2dc97b637513c01cbc98 /plugins/ImportTXT | |
parent | 4f29b0b78cfcdabcdf62ea327815194913d947a5 (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/ImportTXT')
-rw-r--r-- | plugins/ImportTXT/make.bat | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/plugins/ImportTXT/make.bat b/plugins/ImportTXT/make.bat index e01f30a770..df592dc9ce 100644 --- a/plugins/ImportTXT/make.bat +++ b/plugins/ImportTXT/make.bat @@ -22,5 +22,6 @@ rem brcc32 -foImpTxtWiz.res ImpTxtWiz.rc %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
|