diff options
author | Kirill Volinsky <mataes2007@gmail.com> | 2012-10-10 09:06:13 +0000 |
---|---|---|
committer | Kirill Volinsky <mataes2007@gmail.com> | 2012-10-10 09:06:13 +0000 |
commit | 1216b6c0235d6f55c29671c6b2b1074c8962da38 (patch) | |
tree | da4617df8509d81c1751563a8da847872662a731 /plugins/mRadio/make.bat | |
parent | 58a0d4659d4735f9d5c724f9d7c950e50565abf9 (diff) |
mRadio moved to protocols
in fpc.cfg added pathes for protocols folder
git-svn-id: http://svn.miranda-ng.org/main/trunk@1859 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/mRadio/make.bat')
-rw-r--r-- | plugins/mRadio/make.bat | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/plugins/mRadio/make.bat b/plugins/mRadio/make.bat deleted file mode 100644 index dd8fca64a6..0000000000 --- a/plugins/mRadio/make.bat +++ /dev/null @@ -1,20 +0,0 @@ -@echo off
-if /i '%1' == 'fpc' (
- set OUTDIR="..\..\bin10\Release\Plugins"
- set FPCBIN=fpc.exe
-) else if /i '%1' == 'fpc64' (
- set OUTDIR="..\..\bin10\Release64\Plugins"
- set FPCBIN=ppcrossx64.exe
-)
-set PROJECT=mRadio
-
-if not exist %OUTDIR% mkdir %OUTDIR%
-md tmp
-
-rem brcc32.exe mradio.rc -fomradio.res
-
-%FPCBIN% @..\Utils.pas\fpc.cfg %PROJECT%.dpr %2 %3 %4 %5 %6 %7 %8 %9
-
-move .\tmp\%PROJECT%.dll %OUTDIR%
-del /Q tmp\*
-rd tmp
|