From 66f9536e2cd3899a9dbbb740eff44ec0271787c3 Mon Sep 17 00:00:00 2001 From: Jens Geyer Date: Mon, 29 Mar 2021 20:35:41 +0200 Subject: THRIFT-5387 Improved and simplified Delphi test setup Client: Delphi Patch: Jens Geyer --- tutorial/delphi/DelphiClient/DelphiClient.dpr | 4 ++-- tutorial/delphi/DelphiClient/DelphiClient.dproj | 32 ++++++++++++++++++++++--- tutorial/delphi/DelphiServer/DelphiServer.dpr | 4 ++-- tutorial/delphi/DelphiServer/DelphiServer.dproj | 29 +++++++++++++++++++--- 4 files changed, 59 insertions(+), 10 deletions(-) (limited to 'tutorial') diff --git a/tutorial/delphi/DelphiClient/DelphiClient.dpr b/tutorial/delphi/DelphiClient/DelphiClient.dpr index 64d7d6857..e44ae3b5c 100644 --- a/tutorial/delphi/DelphiClient/DelphiClient.dpr +++ b/tutorial/delphi/DelphiClient/DelphiClient.dpr @@ -36,8 +36,8 @@ uses Thrift.Transport.WinHTTP in '..\..\..\lib\delphi\src\Thrift.Transport.WinHTTP.pas', Thrift.Transport.MsxmlHTTP in '..\..\..\lib\delphi\src\Thrift.Transport.MsxmlHTTP.pas', Thrift.WinHTTP in '..\..\..\lib\delphi\src\Thrift.WinHTTP.pas', - Shared in '..\..\gen-delphi\Shared.pas', - Tutorial in '..\..\gen-delphi\Tutorial.pas'; + Shared in '..\gen-delphi\Shared.pas', + Tutorial in '..\gen-delphi\Tutorial.pas'; type diff --git a/tutorial/delphi/DelphiClient/DelphiClient.dproj b/tutorial/delphi/DelphiClient/DelphiClient.dproj index 47262e3b7..1e2ab3dae 100644 --- a/tutorial/delphi/DelphiClient/DelphiClient.dproj +++ b/tutorial/delphi/DelphiClient/DelphiClient.dproj @@ -1,4 +1,22 @@ - + + {2B8FB3A1-2F9E-4883-8C53-0F56220B34F6} DelphiClient.dpr @@ -62,8 +80,8 @@ - - + + Cfg_2 Base @@ -78,6 +96,11 @@ + + + Delphi.Personality.12 @@ -113,6 +136,9 @@ DelphiClient.dpr + + --transport framed --http http://example.org + True diff --git a/tutorial/delphi/DelphiServer/DelphiServer.dpr b/tutorial/delphi/DelphiServer/DelphiServer.dpr index 41a3514d0..5f2dc454d 100644 --- a/tutorial/delphi/DelphiServer/DelphiServer.dpr +++ b/tutorial/delphi/DelphiServer/DelphiServer.dpr @@ -36,8 +36,8 @@ uses Thrift.Server in '..\..\..\lib\delphi\src\Thrift.Server.pas', Thrift.Transport in '..\..\..\lib\delphi\src\Thrift.Transport.pas', Thrift.WinHTTP in '..\..\..\lib\delphi\src\Thrift.WinHTTP.pas', - Shared in '..\..\gen-delphi\Shared.pas', - Tutorial in '..\..\gen-delphi\Tutorial.pas'; + Shared in '..\gen-delphi\Shared.pas', + Tutorial in '..\gen-delphi\Tutorial.pas'; type diff --git a/tutorial/delphi/DelphiServer/DelphiServer.dproj b/tutorial/delphi/DelphiServer/DelphiServer.dproj index 2624f9243..b1b7f480a 100644 --- a/tutorial/delphi/DelphiServer/DelphiServer.dproj +++ b/tutorial/delphi/DelphiServer/DelphiServer.dproj @@ -1,4 +1,22 @@ - + + {2B8FB3A1-2F9E-4883-8C53-0F56220B34F6} DelphiServer.dpr @@ -59,8 +77,8 @@ - - + + Cfg_2 Base @@ -75,6 +93,11 @@ + + + Delphi.Personality.12 -- cgit v1.2.1