program IcsAsyncFmxMessagingTest; uses System.StartUpCopy, FMX.Forms, IcsAsyncFmxMessagingTestMain in 'IcsAsyncFmxMessagingTestMain.pas' {MessagingTestForm}, IcsAsyncPostMessageThread in 'IcsForLinux\Source\IcsAsyncPostMessageThread.pas', IcsAsyncWSocket in 'IcsForLinux\Source\IcsAsyncWSocket.pas', IcsAsyncLogMsg in 'IcsForLinux\Source\IcsAsyncLogMsg.pas', IcsAsyncWSocketBuf in 'IcsForLinux\Source\IcsAsyncWSocketBuf.pas', IcsAsyncTypes in 'IcsForLinux\Source\IcsAsyncTypes.pas', IcsAsyncTicks64 in 'IcsForLinux\Source\IcsAsyncTicks64.pas', IcsAsync.Posix.WinTypes in 'IcsForLinux\Source\IcsAsync.Posix.WinTypes.pas', IcsAsyncUtils in 'IcsForLinux\Source\IcsAsyncUtils.pas', IcsAsyncMD5 in 'IcsForLinux\Source\IcsAsyncMD5.pas', IcsAsyncLogger in 'IcsForLinux\Source\IcsAsyncLogger.pas'; {$R *.res} begin Application.Initialize; Application.CreateForm(TMessagingTestForm, MessagingTestForm); Application.Run; end.