From b9921c102689b1d3dbcc7843e3aae3453a623f14 Mon Sep 17 00:00:00 2001 From: George Hazan Date: Fri, 1 Mar 2013 14:27:03 +0000 Subject: patch for pascal plugins to create map files git-svn-id: http://svn.miranda-ng.org/main/trunk@3817 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- plugins/Actman/make.bat | 1 + plugins/Dbx_mmap_SA/Cryptors/Athena/make.bat | 1 + plugins/ImportTXT/make.bat | 1 + plugins/QuickSearch/make.bat | 1 + plugins/ShlExt/make.bat | 1 + plugins/Utils.pas/fpc.cfg | 1 + plugins/Watrack/make.bat | 1 + plugins/mRadio/make.bat | 1 + 8 files changed, 8 insertions(+) diff --git a/plugins/Actman/make.bat b/plugins/Actman/make.bat index aa039e5fa9..ad79d9a55a 100644 --- a/plugins/Actman/make.bat +++ b/plugins/Actman/make.bat @@ -23,5 +23,6 @@ rem brcc32.exe %myopts% ua\ua.rc -foua\ua.res %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 diff --git a/plugins/Dbx_mmap_SA/Cryptors/Athena/make.bat b/plugins/Dbx_mmap_SA/Cryptors/Athena/make.bat index e5f9435171..53e82cc006 100644 --- a/plugins/Dbx_mmap_SA/Cryptors/Athena/make.bat +++ b/plugins/Dbx_mmap_SA/Cryptors/Athena/make.bat @@ -20,5 +20,6 @@ rem brcc32.exe %myopts% athena.rc -fooathena.res %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 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 diff --git a/plugins/QuickSearch/make.bat b/plugins/QuickSearch/make.bat index 56f3a76110..26085d5760 100644 --- a/plugins/QuickSearch/make.bat +++ b/plugins/QuickSearch/make.bat @@ -20,5 +20,6 @@ rem brcc32.exe qs.rc -foqs.res %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 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 diff --git a/plugins/Utils.pas/fpc.cfg b/plugins/Utils.pas/fpc.cfg index 2e0892dafa..bcfd86af0a 100644 --- a/plugins/Utils.pas/fpc.cfg +++ b/plugins/Utils.pas/fpc.cfg @@ -1,5 +1,6 @@ -O3 -Xs +-Xm -Sd -dMiranda -FE.\tmp diff --git a/plugins/Watrack/make.bat b/plugins/Watrack/make.bat index 3f84b5a77a..5fa64f556e 100644 --- a/plugins/Watrack/make.bat +++ b/plugins/Watrack/make.bat @@ -29,5 +29,6 @@ rem brcc32.exe templates\templates.rc -fotemplates\templates.res %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 diff --git a/plugins/mRadio/make.bat b/plugins/mRadio/make.bat index 0c3ed54f0a..da44c84de0 100644 --- a/plugins/mRadio/make.bat +++ b/plugins/mRadio/make.bat @@ -20,5 +20,6 @@ rem brcc32.exe mradio.rc -fomradio.res %FPCBIN% @..\..\plugins\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 -- cgit v1.2.3