diff options
-rw-r--r-- | plugins/!NotAdopted/ShlExt/make.bat | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/plugins/!NotAdopted/ShlExt/make.bat b/plugins/!NotAdopted/ShlExt/make.bat index 40131550cf..7faecea222 100644 --- a/plugins/!NotAdopted/ShlExt/make.bat +++ b/plugins/!NotAdopted/ShlExt/make.bat @@ -1,9 +1,12 @@ @echo off
-REM -Fi/u are for include/unit dirs
+REM -Fi/u are for include/unit dirs
REM -Mdelphi is delphi mode
REM -WG - graphical app
REM -v0 turn off warnings
REM -O2 -Os // optimise
REM -Rintel (intel style asm)
REM -WB (relocatable) -WR (relocate)
-fpc shlext.dpr -Fiinc -Fuinc -Mdelphi -WG -O2 -Os -Rintel -WR -WB49ac0000 -v0
\ No newline at end of file +md out
+fpc shlext.dpr -FEout -Fi..\..\include;..\..\include\delphi -Fu..\..\include;..\..\include\delphi -Mdelphi -WG -O2 -Os -Rintel -WR -WB49ac0000 -v0
+del /Q out\*
+rd /Q out
\ No newline at end of file |