summaryrefslogtreecommitdiff
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
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
-rw-r--r--plugins/Actman/make.bat1
-rw-r--r--plugins/Dbx_mmap_SA/Cryptors/Athena/make.bat1
-rw-r--r--plugins/ImportTXT/make.bat1
-rw-r--r--plugins/QuickSearch/make.bat1
-rw-r--r--plugins/ShlExt/make.bat1
-rw-r--r--plugins/Utils.pas/fpc.cfg1
-rw-r--r--plugins/Watrack/make.bat1
-rw-r--r--plugins/mRadio/make.bat1
8 files changed, 8 insertions, 0 deletions
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