From ea7ee1f6052051f7e3ce54a08dd48f23291712cb Mon Sep 17 00:00:00 2001 From: Vadim Dashevskiy Date: Tue, 9 Oct 2012 12:47:57 +0000 Subject: Pascal 32-bit final compilation fix git-svn-id: http://svn.miranda-ng.org/main/trunk@1842 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- plugins/ImportTXT/make.bat | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'plugins/ImportTXT') 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 -- cgit v1.2.3