diff options
Diffstat (limited to 'plugins/ShlExt/make.bat')
-rw-r--r-- | plugins/ShlExt/make.bat | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/plugins/ShlExt/make.bat b/plugins/ShlExt/make.bat deleted file mode 100644 index 40131550cf..0000000000 --- a/plugins/ShlExt/make.bat +++ /dev/null @@ -1,9 +0,0 @@ -@echo off
-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 |