diff options
Diffstat (limited to 'plugins')
-rw-r--r-- | plugins/Actman/make.bat | 1 | ||||
-rw-r--r-- | plugins/Dbx_mmap_SA/Cryptors/Athena/make.bat | 1 | ||||
-rw-r--r-- | plugins/ImportTXT/make.bat | 1 | ||||
-rw-r--r-- | plugins/QuickSearch/make.bat | 1 | ||||
-rw-r--r-- | plugins/ShlExt/make.bat | 1 | ||||
-rw-r--r-- | plugins/Utils.pas/fpc.cfg | 1 | ||||
-rw-r--r-- | plugins/Watrack/make.bat | 1 | ||||
-rw-r--r-- | plugins/mRadio/make.bat | 1 |
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
|