Block more HTTP request methods
[mgsmtp.git] / buildall.bat
1 @echo off
2 del mgsmtp.exe mgsmtp64.exe
3 echo Building for Win32...
4 echo.
5 del *.o *.ppu *.a
6 fpc -omgsmtp.exe MgSMTP.pas
7 echo Building for Win64...
8 echo.
9 del *.o *.ppu *.a
10 ppcrossx64 -omgsmtp64.exe MgSMTP.pas