diff options
author | George Hazan <george.hazan@gmail.com> | 2012-10-08 15:56:52 +0000 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2012-10-08 15:56:52 +0000 |
commit | c8c86d4bdeecbb7738ea55476a6927595fb8047e (patch) | |
tree | a56e7ebe0473f428c0defbb61169febdd7e47658 /plugins/ShlExt | |
parent | 381b2369d7b88b12593b206eb1ff6ab19c496aa1 (diff) |
git-svn-id: http://svn.miranda-ng.org/main/trunk@1820 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/ShlExt')
-rw-r--r-- | plugins/ShlExt/make.bat | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/plugins/ShlExt/make.bat b/plugins/ShlExt/make.bat index 7faecea222..a9cd86087c 100644 --- a/plugins/ShlExt/make.bat +++ b/plugins/ShlExt/make.bat @@ -8,5 +8,6 @@ REM -Rintel (intel style asm) REM -WB (relocatable) -WR (relocate)
md out
fpc shlext.dpr -FEout -Fi..\..\include;..\..\include\delphi -Fu..\..\include;..\..\include\delphi -Mdelphi -WG -O2 -Os -Rintel -WR -WB49ac0000 -v0
+move out\shlext.dll .
del /Q out\*
rd /Q out
\ No newline at end of file |