From 66c5aac8dd6212228c1ea29bea4b3fc3430e7032 Mon Sep 17 00:00:00 2001 From: Vadim Dashevskiy Date: Tue, 9 Oct 2012 13:57:53 +0000 Subject: Even more correct FPC compilation git-svn-id: http://svn.miranda-ng.org/main/trunk@1843 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- plugins/ShlExt/make.bat | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'plugins/ShlExt') diff --git a/plugins/ShlExt/make.bat b/plugins/ShlExt/make.bat index aa5fd44feb..aac4417820 100644 --- a/plugins/ShlExt/make.bat +++ b/plugins/ShlExt/make.bat @@ -9,8 +9,7 @@ REM -WB (relocatable) -WR (relocate) set OUTDIR="..\..\bin10\Release\Plugins" if not exist %OUTDIR% mkdir %OUTDIR% md tmp -fpc shlext.dpr -FE.\tmp -Fi..\..\include;..\..\include\delphi -Fi..\ExternalAPI\delphi -Fu..\..\include;..\..\include\delphi -Mdelphi -WG -O2 -Os -Rintel -WR -WB49ac0000 -v0 +fpc ShlExt.dpr -FE.\tmp -FU.\tmp -FE%OUTDIR% -Fi..\..\include;..\..\include\delphi -Fi..\ExternalAPI\delphi -Fu..\..\include;..\..\include\delphi -Mdelphi -WG -O2 -Os -Rintel -WR -WB49ac0000 -v0 -move /y tmp\shlext.dll %OUTDIR%\ShlExt.dll del /Q tmp\* rd tmp \ No newline at end of file -- cgit v1.2.3