Skip to content

Commit 9b9f4fc

Browse files
committed
Turning off Implicit Building
1 parent 779e8c4 commit 9b9f4fc

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

44 files changed

+48
-61
lines changed

IdSSLOpenSSL.pas

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4137,7 +4137,7 @@ initialization
41374137
SSLIsLoaded := TIdThreadSafeBoolean.Create;
41384138

41394139
RegisterSSL('OpenSSL','Indy Pit Crew', {do not localize}
4140-
'Copyright '+Char(169)+' 1993 - 2023'#10#13 + {do not localize}
4140+
'Copyright '+Char(169)+' 1993 - 2024'#10#13 + {do not localize}
41414141
'Chad Z. Hower (Kudzu) and the Indy Pit Crew. All rights reserved.', {do not localize}
41424142
'Open SSL Support DLL Delphi and C++Builder interface', {do not localize}
41434143
'http://www.indyproject.org/'#10#13 + {do not localize}

IndyTLSOpenSSL100.dpk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ package IndyTLSOpenSSL100;
1818
{$IMAGEBASE $400000}
1919
{$DESCRIPTION 'Indy 10 TLS - OpenSSL'}
2020
{$RUNONLY}
21-
{$IMPLICITBUILD ON}
21+
{$IMPLICITBUILD OFF}
2222

2323
requires
2424
rtl,

IndyTLSOpenSSL110.dpk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ package IndyTLSOpenSSL110;
1818
{$IMAGEBASE $400000}
1919
{$DESCRIPTION 'Indy 10 TLS - OpenSSL'}
2020
{$RUNONLY}
21-
{$IMPLICITBUILD ON}
21+
{$IMPLICITBUILD OFF}
2222

2323
requires
2424
rtl,

IndyTLSOpenSSL120.dpk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ package IndyTLSOpenSSL120;
1818
{$IMAGEBASE $400000}
1919
{$DESCRIPTION 'Indy 10 TLS - OpenSSL'}
2020
{$RUNONLY}
21-
{$IMPLICITBUILD ON}
21+
{$IMPLICITBUILD OFF}
2222

2323
requires
2424
rtl,

IndyTLSOpenSSL130.dpk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ package IndyTLSOpenSSL130;
1818
{$IMAGEBASE $400000}
1919
{$DESCRIPTION 'Indy 10 TLS - OpenSSL'}
2020
{$RUNONLY}
21-
{$IMPLICITBUILD ON}
21+
{$IMPLICITBUILD OFF}
2222

2323
requires
2424
rtl,

IndyTLSOpenSSL140.dpk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ package IndyTLSOpenSSL140;
1919
{$IMAGEBASE $400000}
2020
{$DESCRIPTION 'Indy 10 TLS - OpenSSL'}
2121
{$RUNONLY}
22-
{$IMPLICITBUILD ON}
22+
{$IMPLICITBUILD OFF}
2323

2424
requires
2525
rtl,

IndyTLSOpenSSL150.dpk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ package IndyTLSOpenSSL150;
1919
{$IMAGEBASE $400000}
2020
{$DESCRIPTION 'Indy 10 TLS - OpenSSL'}
2121
{$RUNONLY}
22-
{$IMPLICITBUILD ON}
22+
{$IMPLICITBUILD OFF}
2323

2424
requires
2525
rtl,

IndyTLSOpenSSL160.dpk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ package IndyTLSOpenSSL160;
2727
{$ENDIF IMPLICITBUILDING}
2828
{$DESCRIPTION 'Indy 10 TLS - OpenSSL'}
2929
{$RUNONLY}
30-
{$IMPLICITBUILD ON}
30+
{$IMPLICITBUILD OFF}
3131

3232
requires
3333
rtl,

IndyTLSOpenSSL170.dpk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ package IndyTLSOpenSSL170;
2727
{$ENDIF IMPLICITBUILDING}
2828
{$DESCRIPTION 'Indy 10 TLS - OpenSSL'}
2929
{$RUNONLY}
30-
{$IMPLICITBUILD ON}
30+
{$IMPLICITBUILD OFF}
3131

3232
requires
3333
{$IFNDEF NEXTGEN}

IndyTLSOpenSSL260.dpk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ package IndyTLSOpenSSL260;
2828
{$ENDIF IMPLICITBUILDING}
2929
{$DESCRIPTION 'Indy 10 TLS - OpenSSL'}
3030
{$RUNONLY}
31-
{$IMPLICITBUILD ON}
31+
{$IMPLICITBUILD OFF}
3232

3333
// RLebeau: cannot use IdCompilerDefines.inc here!
3434

0 commit comments

Comments
 (0)