Option to use getnameinfo for address to string conversion
[mgsmtp.git] / buildall.bat
index 492ae9f2c2fa596be9b422007d8e0301a4ff18f8..bb284c553376546047cd3abd2f8fa26df92db41f 100644 (file)
@@ -3,8 +3,8 @@ del mgsmtp.exe mgsmtp64.exe
 echo Building for Win32...
 echo.
 del *.o *.ppu *.a
-fpc -omgsmtp.exe MgSMTP.pas
+fpc -dGNI -omgsmtp.exe MgSMTP.pas
 echo Building for Win64...
 echo.
 del *.o *.ppu *.a
-ppcrossx64 -omgsmtp64.exe MgSMTP.pas
\ No newline at end of file
+ppcrossx64 -dGNI -omgsmtp64.exe MgSMTP.pas
\ No newline at end of file