diff options
author | Vadim Dashevskiy <watcherhd@gmail.com> | 2012-10-09 13:57:53 +0000 |
---|---|---|
committer | Vadim Dashevskiy <watcherhd@gmail.com> | 2012-10-09 13:57:53 +0000 |
commit | 66c5aac8dd6212228c1ea29bea4b3fc3430e7032 (patch) | |
tree | 359e0c169e3148b86ce31b87e7a12e17d4f0fa08 /plugins/ShlExt | |
parent | ea7ee1f6052051f7e3ce54a08dd48f23291712cb (diff) |
Even more correct FPC compilation
git-svn-id: http://svn.miranda-ng.org/main/trunk@1843 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/ShlExt')
-rw-r--r-- | plugins/ShlExt/make.bat | 3 |
1 files changed, 1 insertions, 2 deletions
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 |