diff options
author | Vadim Dashevskiy <watcherhd@gmail.com> | 2012-10-09 13:57:53 +0000 |
---|---|---|
committer | Vadim Dashevskiy <watcherhd@gmail.com> | 2012-10-09 13:57:53 +0000 |
commit | 66c5aac8dd6212228c1ea29bea4b3fc3430e7032 (patch) | |
tree | 359e0c169e3148b86ce31b87e7a12e17d4f0fa08 /plugins/mRadio | |
parent | ea7ee1f6052051f7e3ce54a08dd48f23291712cb (diff) |
Even more correct FPC compilation
git-svn-id: http://svn.miranda-ng.org/main/trunk@1843 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/mRadio')
-rw-r--r-- | plugins/mRadio/make.bat | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/plugins/mRadio/make.bat b/plugins/mRadio/make.bat index 8aca99d531..94ca3abb60 100644 --- a/plugins/mRadio/make.bat +++ b/plugins/mRadio/make.bat @@ -2,8 +2,8 @@ rem @echo off set OUTDIR="..\..\bin10\Release\Plugins"
if not exist %OUTDIR% mkdir %OUTDIR%
md tmp
-set myopts=-O3 -Xs -Sd -dMiranda -FE.\tmp -Fi..\Utils.pas -Fi..\ExternalAPI\delphi -Fu..\Utils.pas -Fu..\..\include\delphi -Fu..\ExternalAPI\delphi -Fu..\Libs
-set dprname=mradio.dpr
+set myopts=-O3 -Xs -Sd -dMiranda -FE.\tmp -FU.\tmp -FE%OUTDIR% -Fi..\Utils.pas -Fi..\ExternalAPI\delphi -Fu..\Utils.pas -Fu..\..\include\delphi -Fu..\ExternalAPI\delphi -Fu..\Libs
+set dprname=mRadio.dpr
rem brcc32.exe mradio.rc -fomradio.res
@@ -13,6 +13,5 @@ if /i '%1' == 'fpc' ( ppcrossx64.exe %myopts% %dprname% %2 %3 %4 %5 %6 %7 %8 %9
)
-move /y tmp\mradio.dll %OUTDIR%\mRadio.dll
del /Q tmp\*
rd tmp
\ No newline at end of file |