diff options
Diffstat (limited to 'plugins/ShlExt/make.bat')
-rw-r--r-- | plugins/ShlExt/make.bat | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/ShlExt/make.bat b/plugins/ShlExt/make.bat index fb24a024ec..78c8ca27d8 100644 --- a/plugins/ShlExt/make.bat +++ b/plugins/ShlExt/make.bat @@ -9,7 +9,7 @@ REM -WB (relocatable) -WR (relocate) set OUTDIR="..\..\bin10\Release\Plugins"
if not exist %OUTDIR% mkdir %OUTDIR%
md out
-fpc shlext.dpr -FEout -Fi..\..\include;..\..\include\delphi -Fu..\..\include;..\..\include\delphi -Mdelphi -WG -O2 -Os -Rintel -WR -WB49ac0000 -v0
+fpc shlext.dpr -FEout -Fi..\..\include;..\..\include\delphi -Fi..\ExternalAPI\delphi -Fu..\..\include;..\..\include\delphi -Mdelphi -WG -O2 -Os -Rintel -WR -WB49ac0000 -v0
move out\shlext.dll .
del /Q out\*
|