MgSMTP 0.9s rc1
[mgsmtp.git] / buildall.bat
diff --git a/buildall.bat b/buildall.bat
new file mode 100644 (file)
index 0000000..492ae9f
--- /dev/null
@@ -0,0 +1,10 @@
+@echo off
+del mgsmtp.exe mgsmtp64.exe
+echo Building for Win32...
+echo.
+del *.o *.ppu *.a
+fpc -omgsmtp.exe MgSMTP.pas
+echo Building for Win64...
+echo.
+del *.o *.ppu *.a
+ppcrossx64 -omgsmtp64.exe MgSMTP.pas
\ No newline at end of file