Skip to content

Commit a73e318

Browse files
committed
Merge branch 'master' of https://github.com/prodat/python4delphi
2 parents a10baca + 1b5a714 commit a73e318

File tree

12 files changed

+12
-6
lines changed

12 files changed

+12
-6
lines changed

Packages/Delphi/Delphi 10.4+/Python.dpk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ package Python;
2727
{$DESCRIPTION 'Python4Delphi - Run-time Engine Package'}
2828
{$LIBSUFFIX AUTO}
2929
{$RUNONLY}
30-
{$IMPLICITBUILD ON}
30+
{$IMPLICITBUILD OFF}
3131

3232
requires
3333
DesignIDE,

Packages/Delphi/Delphi 10.4+/Python.dproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@
3838
<GenPackage>true</GenPackage>
3939
<VerInfo_Keys>CompanyName=;FileDescription=;FileVersion=1.0.0.0;InternalName=;LegalCopyright=;LegalTrademarks=;OriginalFilename=;ProductName=;ProductVersion=1.0.0.0;Comments=;CFBundleName=</VerInfo_Keys>
4040
<VerInfo_Locale>1033</VerInfo_Locale>
41+
<DCC_OutputNeverBuildDcps>true</DCC_OutputNeverBuildDcps>
4142
<RuntimeOnlyPackage>true</RuntimeOnlyPackage>
4243
<DCC_DcuOutput>$(_dcu)</DCC_DcuOutput>
4344
<DCC_DcpOutput>$(_dcp)</DCC_DcpOutput>

Packages/Delphi/Delphi 10.4+/PythonFmx.dpk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ package PythonFmx;
2828
{$DESCRIPTION 'Python4Delphi - Run-time Engine Package for FMX'}
2929
{$LIBSUFFIX AUTO}
3030
{$RUNONLY}
31-
{$IMPLICITBUILD ON}
31+
{$IMPLICITBUILD OFF}
3232

3333
requires
3434
rtl,

Packages/Delphi/Delphi 10.4+/PythonFmx.dproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,7 @@
6666
<GenPackage>true</GenPackage>
6767
<DCC_Namespace>System;Xml;Data;Datasnap;Web;Soap;$(DCC_Namespace)</DCC_Namespace>
6868
<DCC_CBuilderOutput>All</DCC_CBuilderOutput>
69+
<DCC_OutputNeverBuildDcps>true</DCC_OutputNeverBuildDcps>
6970
<SanitizedProjectName>PythonFmx</SanitizedProjectName>
7071
<VerInfo_Locale>1033</VerInfo_Locale>
7172
<VerInfo_Keys>CompanyName=;FileDescription=$(MSBuildProjectName);FileVersion=1.0.0.0;InternalName=;LegalCopyright=;LegalTrademarks=;OriginalFilename=;ProgramID=com.embarcadero.$(MSBuildProjectName);ProductName=$(MSBuildProjectName);ProductVersion=1.0.0.0;Comments=</VerInfo_Keys>

Packages/Delphi/Delphi 10.4+/PythonVcl.dpk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ package PythonVcl;
2828
{$DESCRIPTION 'Python4Delphi - Run-time Engine Package for VCL'}
2929
{$LIBSUFFIX AUTO}
3030
{$RUNONLY}
31-
{$IMPLICITBUILD ON}
31+
{$IMPLICITBUILD OFF}
3232

3333
requires
3434
rtl,

Packages/Delphi/Delphi 10.4+/PythonVcl.dproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,7 @@
5656
<GenPackage>true</GenPackage>
5757
<DCC_Namespace>System;Xml;Data;Datasnap;Web;Soap;Vcl;Vcl.Imaging;Vcl.Touch;Vcl.Samples;Vcl.Shell;$(DCC_Namespace)</DCC_Namespace>
5858
<DCC_CBuilderOutput>All</DCC_CBuilderOutput>
59+
<DCC_OutputNeverBuildDcps>true</DCC_OutputNeverBuildDcps>
5960
<SanitizedProjectName>PythonVcl</SanitizedProjectName>
6061
<VerInfo_Locale>1033</VerInfo_Locale>
6162
<VerInfo_Keys>CompanyName=;FileDescription=$(MSBuildProjectName);FileVersion=1.0.0.0;InternalName=;LegalCopyright=;LegalTrademarks=;OriginalFilename=;ProgramID=com.embarcadero.$(MSBuildProjectName);ProductName=$(MSBuildProjectName);ProductVersion=1.0.0.0;Comments=</VerInfo_Keys>

Packages/Delphi/Delphi 10.4+/dclPython.dpk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ package dclPython;
2929
{$DESCRIPTION 'Python4Delphi - Design-time Engine Package'}
3030
{$LIBSUFFIX AUTO}
3131
{$DESIGNONLY}
32-
{$IMPLICITBUILD ON}
32+
{$IMPLICITBUILD OFF}
3333

3434
requires
3535
rtl,

Packages/Delphi/Delphi 10.4+/dclPython.dproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,7 @@
5151
<GenPackage>true</GenPackage>
5252
<DCC_Namespace>System;Xml;Data;Datasnap;Web;Soap;Vcl;$(DCC_Namespace)</DCC_Namespace>
5353
<DCC_CBuilderOutput>All</DCC_CBuilderOutput>
54+
<DCC_OutputNeverBuildDcps>true</DCC_OutputNeverBuildDcps>
5455
<SanitizedProjectName>dclPython</SanitizedProjectName>
5556
<VerInfo_Locale>1033</VerInfo_Locale>
5657
<VerInfo_Keys>CompanyName=;FileDescription=$(MSBuildProjectName);FileVersion=1.0.0.0;InternalName=;LegalCopyright=;LegalTrademarks=;OriginalFilename=;ProgramID=com.embarcadero.$(MSBuildProjectName);ProductName=$(MSBuildProjectName);ProductVersion=1.0.0.0;Comments=</VerInfo_Keys>

Packages/Delphi/Delphi 10.4+/dclPythonFmx.dpk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ package dclPythonFmx;
2929
{$DESCRIPTION 'Python4Delphi - Design-time Engine Package for FMX'}
3030
{$LIBSUFFIX AUTO}
3131
{$DESIGNONLY}
32-
{$IMPLICITBUILD ON}
32+
{$IMPLICITBUILD OFF}
3333

3434
requires
3535
rtl,

Packages/Delphi/Delphi 10.4+/dclPythonFmx.dproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,7 @@
8181
<GenPackage>true</GenPackage>
8282
<DCC_Namespace>System;Xml;Data;Datasnap;Web;Soap;$(DCC_Namespace)</DCC_Namespace>
8383
<DCC_CBuilderOutput>All</DCC_CBuilderOutput>
84+
<DCC_OutputNeverBuildDcps>true</DCC_OutputNeverBuildDcps>
8485
<SanitizedProjectName>dclPythonFmx</SanitizedProjectName>
8586
<VerInfo_Locale>1033</VerInfo_Locale>
8687
<VerInfo_Keys>CompanyName=;FileDescription=$(MSBuildProjectName);FileVersion=1.0.0.0;InternalName=;LegalCopyright=;LegalTrademarks=;OriginalFilename=;ProgramID=com.embarcadero.$(MSBuildProjectName);ProductName=$(MSBuildProjectName);ProductVersion=1.0.0.0;Comments=</VerInfo_Keys>

0 commit comments

Comments
 (0)