diff options
Diffstat (limited to 'plugins/ImportTXT/make.bat')
-rw-r--r-- | plugins/ImportTXT/make.bat | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/plugins/ImportTXT/make.bat b/plugins/ImportTXT/make.bat index a0da80f43f..a50e5437b3 100644 --- a/plugins/ImportTXT/make.bat +++ b/plugins/ImportTXT/make.bat @@ -1,9 +1,9 @@ rem @echo off
-set OUTDIR="..\..\bin10\Release\Plugins"
+set OUTDIR="..\..\bin10\Release\Plugins"
if not exist %OUTDIR% mkdir %OUTDIR%
set COMPDIR=-$A8 -$D- -$J+ -$L- -$O+ -$Q- -$R- -$Y- -$C-
-set INCDIR=".\kol;..\..\include\delphi;"
+set INCDIR=".\kol;..\..\include\delphi;..\ExternalAPI\delphi"
set DCUDIR="tmp"
md %DCUDIR% 2>nul
brcc32 -foImpTxt_Ver.res ImpTxt_Ver.rc
@@ -12,4 +12,4 @@ brcc32 -foImpTxtWiz.res ImpTxtWiz.rc dcc32 -B -CG -U%INCDIR% -R%INCDIR% -I%INCDIR% -E%OUTDIR% -LE%DCUDIR% -LN%DCUDIR% -N%DCUDIR% %COMPDIR% importtxt.dpr
rd /q /s %DCUDIR%
-move /y ..\..\bin10\Release\Plugins\importtxt.dll ..\..\bin10\Release\Plugins\ImportTXT.dll
\ No newline at end of file +move /y %OUTDIR%\importtxt.dll %OUTDIR%\ImportTXT.dll
\ No newline at end of file |