From d7f4819e75de560d7ebb8d4c9e9c1bc4f6b55606 Mon Sep 17 00:00:00 2001 From: Vadim Dashevskiy Date: Mon, 8 Oct 2012 20:55:40 +0000 Subject: pascal compilation fixes (may need adjustment) git-svn-id: http://svn.miranda-ng.org/main/trunk@1827 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- plugins/ImportTXT/make.bat | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'plugins/ImportTXT/make.bat') diff --git a/plugins/ImportTXT/make.bat b/plugins/ImportTXT/make.bat index c518eb4499..a0da80f43f 100644 --- a/plugins/ImportTXT/make.bat +++ b/plugins/ImportTXT/make.bat @@ -1,3 +1,4 @@ +rem @echo off set OUTDIR="..\..\bin10\Release\Plugins" if not exist %OUTDIR% mkdir %OUTDIR% @@ -9,4 +10,6 @@ brcc32 -foImpTxt_Ver.res ImpTxt_Ver.rc brcc32 -foImpTxtDlg.res ImpTxtDlg.rc 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% \ No newline at end of file +rd /q /s %DCUDIR% + +move /y ..\..\bin10\Release\Plugins\importtxt.dll ..\..\bin10\Release\Plugins\ImportTXT.dll \ No newline at end of file -- cgit v1.2.3