summaryrefslogtreecommitdiff
path: root/plugins/QuickSearch/make.bat
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/QuickSearch/make.bat')
-rw-r--r--plugins/QuickSearch/make.bat6
1 files changed, 3 insertions, 3 deletions
diff --git a/plugins/QuickSearch/make.bat b/plugins/QuickSearch/make.bat
index ed975f6975..6002b54cf6 100644
--- a/plugins/QuickSearch/make.bat
+++ b/plugins/QuickSearch/make.bat
@@ -1,9 +1,9 @@
@echo off
if /i '%1' == 'fpc' (
- set OUTDIR="..\..\bin10\Release\Plugins"
+ set OUTDIR="..\..\bin%2\Release\Plugins"
set FPCBIN=fpc.exe
) else if /i '%1' == 'fpc64' (
- set OUTDIR="..\..\bin10\Release64\Plugins"
+ set OUTDIR="..\..\bin%2\Release64\Plugins"
set FPCBIN=ppcrossx64.exe
)
set PROJECT=QuickSearch
@@ -13,7 +13,7 @@ md tmp
rem brcc32.exe qs.rc -foqs.res
-%FPCBIN% @..\Utils.pas\fpc.cfg %PROJECT%.dpr %2 %3 %4 %5 %6 %7 %8 %9
+%FPCBIN% @..\Utils.pas\fpc.cfg %PROJECT%.dpr %3 %4 %5 %6 %7 %8 %9
move .\tmp\%PROJECT%.dll %OUTDIR%
del /Q tmp\*