diff options
Diffstat (limited to 'plugins/Actman/make.bat')
-rw-r--r-- | plugins/Actman/make.bat | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/plugins/Actman/make.bat b/plugins/Actman/make.bat index a336c0c0f8..7d3385454f 100644 --- a/plugins/Actman/make.bat +++ b/plugins/Actman/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
-set dprname=actman.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
+set dprname=Actman.dpr
rem brcc32.exe %myopts% options.rc -fooptions.res
rem brcc32.exe %myopts% hooks\hooks.rc -fohooks\hooks.res
@@ -16,6 +16,5 @@ if /i '%1' == 'fpc' ( ppcrossx64.exe %myopts% %dprname% %2 %3 %4 %5 %6 %7 %8 %9
)
-move /y tmp\actman.dll %OUTDIR%\Actman.dll
del /Q tmp\*
rd tmp
|