Skip to content

Commit 07da2d0

Browse files
committed
added build settings for Delphi 11
1 parent e0090cb commit 07da2d0

File tree

2 files changed

+60
-0
lines changed

2 files changed

+60
-0
lines changed

Build.Settings.Compilers.ini

Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -320,3 +320,39 @@ DisplayName=Delphi 10.4 (Android ARM 64)
320320
Platform=Android64
321321
Keys.BDS=Software\Embarcadero\BDS\21.0
322322
Keys.Library=Library\Android64
323+
324+
[Delphi11.Win32]
325+
DisplayName=Delphi 11 (Win32)
326+
Platform=Win32
327+
Keys.BDS=Software\Embarcadero\BDS\22.0
328+
Keys.Library=Library\Win32
329+
330+
[Delphi11.Win64]
331+
DisplayName=Delphi 11 (Win64)
332+
Platform=Win64
333+
Keys.BDS=Software\Embarcadero\BDS\22.0
334+
Keys.Library=Library\Win64
335+
336+
[Delphi11.OSX64]
337+
DisplayName=Delphi 11 (OSX64)
338+
Platform=OSX64
339+
Keys.BDS=Software\Embarcadero\BDS\22.0
340+
Keys.Library=Library\OSX64
341+
342+
[Delphi11.Linux64]
343+
DisplayName=Delphi 11 (Linux64)
344+
Platform=Linux64
345+
Keys.BDS=Software\Embarcadero\BDS\22.0
346+
Keys.Library=Library\Linux64
347+
348+
[Delphi11.iOSDevice64]
349+
DisplayName=Delphi 11 (iOS Device ARM64)
350+
Platform=iOSDevice64
351+
Keys.BDS=Software\Embarcadero\BDS\22.0
352+
Keys.Library=Library\iOSDevice64
353+
354+
[Delphi11.AndroidARM64]
355+
DisplayName=Delphi 11 (Android ARM 64)
356+
Platform=Android64
357+
Keys.BDS=Software\Embarcadero\BDS\22.0
358+
Keys.Library=Library\Android64

Build.Settings.ini

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -323,3 +323,27 @@ UnitOutputPaths=Library\Delphi10Sydney\$(Platform)\$(Config)
323323
[Delphi10Sydney.AndroidARM64]
324324
Projects=Packages\Delphi10Sydney\Spring4D.groupproj
325325
UnitOutputPaths=Library\Delphi10Sydney\$(Platform)\$(Config)
326+
327+
[Delphi11.Win32]
328+
Projects=Packages\Delphi11\Spring4D.groupproj
329+
UnitOutputPaths=Library\Delphi11\$(Platform)\$(Config)
330+
331+
[Delphi11.Win64]
332+
Projects=Packages\Delphi11\Spring4D.groupproj
333+
UnitOutputPaths=Library\Delphi11\$(Platform)\$(Config)
334+
335+
[Delphi11.OSX64]
336+
Projects=Packages\Delphi11\Spring4D.groupproj
337+
UnitOutputPaths=Library\Delphi11\$(Platform)\$(Config)
338+
339+
[Delphi11.Linux64]
340+
Projects=Packages\Delphi11\Spring4D.groupproj
341+
UnitOutputPaths=Library\Delphi11\$(Platform)\$(Config)
342+
343+
[Delphi11.iOSDevice64]
344+
Projects=Packages\Delphi11\Spring4D.groupproj
345+
UnitOutputPaths=Library\Delphi11y\$(Platform)\$(Config)
346+
347+
[Delphi11.AndroidARM64]
348+
Projects=Packages\Delphi11\Spring4D.groupproj
349+
UnitOutputPaths=Library\Delphi11\$(Platform)\$(Config)

0 commit comments

Comments
 (0)