Skip to content

Commit

Permalink
10.2.3 Tokyo / VER320 / PKG 250
Browse files Browse the repository at this point in the history
Support added for 10.2.3 Tokyo (Compiler 32.0 / VER320 / Product version 25 / Package Version 250)
Previously at https://github.com/TurboPack-Tokyo/
  • Loading branch information
jimmckeeth committed Dec 13, 2018
1 parent e9feca8 commit bc99544
Show file tree
Hide file tree
Showing 183 changed files with 1,328 additions and 1,025 deletions.
31 changes: 15 additions & 16 deletions packages/CBuilder/LockBoxCR.cbproj

Large diffs are not rendered by default.

Binary file modified packages/CBuilder/LockBoxCR.res
Binary file not shown.
432 changes: 250 additions & 182 deletions packages/CBuilder/LockBoxFMXCD.cbproj

Large diffs are not rendered by default.

Binary file modified packages/CBuilder/LockBoxFMXCD.res
Binary file not shown.
371 changes: 214 additions & 157 deletions packages/CBuilder/LockBoxVCLCD.cbproj

Large diffs are not rendered by default.

Binary file modified packages/CBuilder/LockBoxVCLCD.res
Binary file not shown.
2 changes: 1 addition & 1 deletion packages/Delphi/LockBoxDR.dpk
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ package LockBoxDR;
{$DEFINE RELEASE}
{$ENDIF IMPLICITBUILDING}
{$DESCRIPTION 'TurboPack LockBox Delphi runtime package'}
{$LIBSUFFIX '240'}
{$LIBSUFFIX '250'}
{$RUNONLY}
{$IMPLICITBUILD OFF}

Expand Down
348 changes: 188 additions & 160 deletions packages/Delphi/LockBoxDR.dproj

Large diffs are not rendered by default.

Binary file modified packages/Delphi/LockBoxDR.res
Binary file not shown.
2 changes: 1 addition & 1 deletion packages/Delphi/LockBoxFMXDD.dpk
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ package LockBoxFMXDD;
{$DEFINE RELEASE}
{$ENDIF IMPLICITBUILDING}
{$DESCRIPTION 'TurboPack LockBox Delphi FMX designtime package'}
{$LIBSUFFIX '240'}
{$LIBSUFFIX '250'}
{$DESIGNONLY}
{$IMPLICITBUILD OFF}

Expand Down
342 changes: 185 additions & 157 deletions packages/Delphi/LockBoxFMXDD.dproj

Large diffs are not rendered by default.

Binary file modified packages/Delphi/LockBoxFMXDD.res
Binary file not shown.
2 changes: 1 addition & 1 deletion packages/Delphi/LockBoxVCLDD.dpk
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ package LockBoxVCLDD;
{$DEFINE RELEASE}
{$ENDIF IMPLICITBUILDING}
{$DESCRIPTION 'TurboPack LockBox Delphi Vcl designtime package'}
{$LIBSUFFIX '240'}
{$LIBSUFFIX '250'}
{$DESIGNONLY}
{$IMPLICITBUILD OFF}

Expand Down
339 changes: 183 additions & 156 deletions packages/Delphi/LockBoxVCLDD.dproj

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion source/LbCipher.pas
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ TLBBase = class(TComponent)
HiHiHi: Byte);
end;

TRDLVector = record
TRDLVector = packed record
case Byte of
0 : (dw : DWord);
1 : (bt : array[0..3] of Byte);
Expand Down
2 changes: 1 addition & 1 deletion source/hpp/Android/Debug/LbAsym.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
// Copyright (c) 1995, 2016 by Embarcadero Technologies, Inc.
// All rights reserved

// (DO NOT EDIT: machine generated header) 'LbAsym.pas' rev: 31.00 (Android)
// (DO NOT EDIT: machine generated header) 'LbAsym.pas' rev: 32.00 (Android)

#ifndef LbasymHPP
#define LbasymHPP
Expand Down
2 changes: 1 addition & 1 deletion source/hpp/Android/Debug/LbBigInt.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
// Copyright (c) 1995, 2016 by Embarcadero Technologies, Inc.
// All rights reserved

// (DO NOT EDIT: machine generated header) 'LbBigInt.pas' rev: 31.00 (Android)
// (DO NOT EDIT: machine generated header) 'LbBigInt.pas' rev: 32.00 (Android)

#ifndef LbbigintHPP
#define LbbigintHPP
Expand Down
2 changes: 1 addition & 1 deletion source/hpp/Android/Debug/LbBytes.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
// Copyright (c) 1995, 2016 by Embarcadero Technologies, Inc.
// All rights reserved

// (DO NOT EDIT: machine generated header) 'LbBytes.pas' rev: 31.00 (Android)
// (DO NOT EDIT: machine generated header) 'LbBytes.pas' rev: 32.00 (Android)

#ifndef LbbytesHPP
#define LbbytesHPP
Expand Down
4 changes: 3 additions & 1 deletion source/hpp/Android/Debug/LbCipher.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
// Copyright (c) 1995, 2016 by Embarcadero Technologies, Inc.
// All rights reserved

// (DO NOT EDIT: machine generated header) 'LbCipher.pas' rev: 31.00 (Android)
// (DO NOT EDIT: machine generated header) 'LbCipher.pas' rev: 32.00 (Android)

#ifndef LbcipherHPP
#define LbcipherHPP
Expand Down Expand Up @@ -123,6 +123,7 @@ struct DECLSPEC_DRECORD TInt64
#pragma pack(pop)


#pragma pack(push,1)
struct DECLSPEC_DRECORD TRDLVector
{

Expand All @@ -140,6 +141,7 @@ struct DECLSPEC_DRECORD TRDLVector

};
};
#pragma pack(pop)


typedef System::StaticArray<System::Byte, 8> TKey64;
Expand Down
2 changes: 1 addition & 1 deletion source/hpp/Android/Debug/LbClass.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
// Copyright (c) 1995, 2016 by Embarcadero Technologies, Inc.
// All rights reserved

// (DO NOT EDIT: machine generated header) 'LbClass.pas' rev: 31.00 (Android)
// (DO NOT EDIT: machine generated header) 'LbClass.pas' rev: 32.00 (Android)

#ifndef LbclassHPP
#define LbclassHPP
Expand Down
2 changes: 1 addition & 1 deletion source/hpp/Android/Debug/LbConst.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
// Copyright (c) 1995, 2016 by Embarcadero Technologies, Inc.
// All rights reserved

// (DO NOT EDIT: machine generated header) 'LbConst.pas' rev: 31.00 (Android)
// (DO NOT EDIT: machine generated header) 'LbConst.pas' rev: 32.00 (Android)

#ifndef LbconstHPP
#define LbconstHPP
Expand Down
2 changes: 1 addition & 1 deletion source/hpp/Android/Debug/LbDSA.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
// Copyright (c) 1995, 2016 by Embarcadero Technologies, Inc.
// All rights reserved

// (DO NOT EDIT: machine generated header) 'LbDSA.pas' rev: 31.00 (Android)
// (DO NOT EDIT: machine generated header) 'LbDSA.pas' rev: 32.00 (Android)

#ifndef LbdsaHPP
#define LbdsaHPP
Expand Down
2 changes: 1 addition & 1 deletion source/hpp/Android/Debug/LbProc.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
// Copyright (c) 1995, 2016 by Embarcadero Technologies, Inc.
// All rights reserved

// (DO NOT EDIT: machine generated header) 'LbProc.pas' rev: 31.00 (Android)
// (DO NOT EDIT: machine generated header) 'LbProc.pas' rev: 32.00 (Android)

#ifndef LbprocHPP
#define LbprocHPP
Expand Down
3 changes: 1 addition & 2 deletions source/hpp/Android/Debug/LbRSA.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
// Copyright (c) 1995, 2016 by Embarcadero Technologies, Inc.
// All rights reserved

// (DO NOT EDIT: machine generated header) 'LbRSA.pas' rev: 31.00 (Android)
// (DO NOT EDIT: machine generated header) 'LbRSA.pas' rev: 32.00 (Android)

#ifndef LbrsaHPP
#define LbrsaHPP
Expand All @@ -21,7 +21,6 @@
#include <LbAsym.hpp>
#include <LbCipher.hpp>
#include <LbConst.hpp>
#include <LbClass.hpp>

//-- user supplied -----------------------------------------------------------

Expand Down
2 changes: 1 addition & 1 deletion source/hpp/Android/Debug/LbRandom.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
// Copyright (c) 1995, 2016 by Embarcadero Technologies, Inc.
// All rights reserved

// (DO NOT EDIT: machine generated header) 'LbRandom.pas' rev: 31.00 (Android)
// (DO NOT EDIT: machine generated header) 'LbRandom.pas' rev: 32.00 (Android)

#ifndef LbrandomHPP
#define LbrandomHPP
Expand Down
2 changes: 1 addition & 1 deletion source/hpp/Android/Debug/LbUtils.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
// Copyright (c) 1995, 2016 by Embarcadero Technologies, Inc.
// All rights reserved

// (DO NOT EDIT: machine generated header) 'LbUtils.pas' rev: 31.00 (Android)
// (DO NOT EDIT: machine generated header) 'LbUtils.pas' rev: 32.00 (Android)

#ifndef LbutilsHPP
#define LbutilsHPP
Expand Down
7 changes: 6 additions & 1 deletion source/hpp/Android/Debug/LockBoxDR.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
// Copyright (c) 1995, 2016 by Embarcadero Technologies, Inc.
// All rights reserved

// (DO NOT EDIT: machine generated header) 'LockBoxDR.dpk' rev: 31.00 (Android)
// (DO NOT EDIT: machine generated header) 'LockBoxDR.dpk' rev: 32.00 (Android)

#ifndef LockboxdrHPP
#define LockboxdrHPP
Expand All @@ -25,6 +25,11 @@
#include <LbRandom.hpp>
#include <LbRSA.hpp>
#include <LbUtils.hpp>
// SO_PFX: bpl
// SO_SFX: 250
// PRG_EXT: .a
// OBJ_DIR: C:\Users\Public\Documents\Embarcadero\Studio\19.0\Dcp\Android
// OBJ_EXT: .o

//-- user supplied -----------------------------------------------------------

Expand Down
2 changes: 1 addition & 1 deletion source/hpp/Android/Release/LbAsym.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
// Copyright (c) 1995, 2016 by Embarcadero Technologies, Inc.
// All rights reserved

// (DO NOT EDIT: machine generated header) 'LbAsym.pas' rev: 31.00 (Android)
// (DO NOT EDIT: machine generated header) 'LbAsym.pas' rev: 32.00 (Android)

#ifndef LbasymHPP
#define LbasymHPP
Expand Down
2 changes: 1 addition & 1 deletion source/hpp/Android/Release/LbBigInt.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
// Copyright (c) 1995, 2016 by Embarcadero Technologies, Inc.
// All rights reserved

// (DO NOT EDIT: machine generated header) 'LbBigInt.pas' rev: 31.00 (Android)
// (DO NOT EDIT: machine generated header) 'LbBigInt.pas' rev: 32.00 (Android)

#ifndef LbbigintHPP
#define LbbigintHPP
Expand Down
2 changes: 1 addition & 1 deletion source/hpp/Android/Release/LbBytes.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
// Copyright (c) 1995, 2016 by Embarcadero Technologies, Inc.
// All rights reserved

// (DO NOT EDIT: machine generated header) 'LbBytes.pas' rev: 31.00 (Android)
// (DO NOT EDIT: machine generated header) 'LbBytes.pas' rev: 32.00 (Android)

#ifndef LbbytesHPP
#define LbbytesHPP
Expand Down
4 changes: 3 additions & 1 deletion source/hpp/Android/Release/LbCipher.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
// Copyright (c) 1995, 2016 by Embarcadero Technologies, Inc.
// All rights reserved

// (DO NOT EDIT: machine generated header) 'LbCipher.pas' rev: 31.00 (Android)
// (DO NOT EDIT: machine generated header) 'LbCipher.pas' rev: 32.00 (Android)

#ifndef LbcipherHPP
#define LbcipherHPP
Expand Down Expand Up @@ -123,6 +123,7 @@ struct DECLSPEC_DRECORD TInt64
#pragma pack(pop)


#pragma pack(push,1)
struct DECLSPEC_DRECORD TRDLVector
{

Expand All @@ -140,6 +141,7 @@ struct DECLSPEC_DRECORD TRDLVector

};
};
#pragma pack(pop)


typedef System::StaticArray<System::Byte, 8> TKey64;
Expand Down
2 changes: 1 addition & 1 deletion source/hpp/Android/Release/LbClass.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
// Copyright (c) 1995, 2016 by Embarcadero Technologies, Inc.
// All rights reserved

// (DO NOT EDIT: machine generated header) 'LbClass.pas' rev: 31.00 (Android)
// (DO NOT EDIT: machine generated header) 'LbClass.pas' rev: 32.00 (Android)

#ifndef LbclassHPP
#define LbclassHPP
Expand Down
2 changes: 1 addition & 1 deletion source/hpp/Android/Release/LbConst.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
// Copyright (c) 1995, 2016 by Embarcadero Technologies, Inc.
// All rights reserved

// (DO NOT EDIT: machine generated header) 'LbConst.pas' rev: 31.00 (Android)
// (DO NOT EDIT: machine generated header) 'LbConst.pas' rev: 32.00 (Android)

#ifndef LbconstHPP
#define LbconstHPP
Expand Down
2 changes: 1 addition & 1 deletion source/hpp/Android/Release/LbDSA.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
// Copyright (c) 1995, 2016 by Embarcadero Technologies, Inc.
// All rights reserved

// (DO NOT EDIT: machine generated header) 'LbDSA.pas' rev: 31.00 (Android)
// (DO NOT EDIT: machine generated header) 'LbDSA.pas' rev: 32.00 (Android)

#ifndef LbdsaHPP
#define LbdsaHPP
Expand Down
2 changes: 1 addition & 1 deletion source/hpp/Android/Release/LbProc.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
// Copyright (c) 1995, 2016 by Embarcadero Technologies, Inc.
// All rights reserved

// (DO NOT EDIT: machine generated header) 'LbProc.pas' rev: 31.00 (Android)
// (DO NOT EDIT: machine generated header) 'LbProc.pas' rev: 32.00 (Android)

#ifndef LbprocHPP
#define LbprocHPP
Expand Down
2 changes: 1 addition & 1 deletion source/hpp/Android/Release/LbRSA.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
// Copyright (c) 1995, 2016 by Embarcadero Technologies, Inc.
// All rights reserved

// (DO NOT EDIT: machine generated header) 'LbRSA.pas' rev: 31.00 (Android)
// (DO NOT EDIT: machine generated header) 'LbRSA.pas' rev: 32.00 (Android)

#ifndef LbrsaHPP
#define LbrsaHPP
Expand Down
2 changes: 1 addition & 1 deletion source/hpp/Android/Release/LbRandom.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
// Copyright (c) 1995, 2016 by Embarcadero Technologies, Inc.
// All rights reserved

// (DO NOT EDIT: machine generated header) 'LbRandom.pas' rev: 31.00 (Android)
// (DO NOT EDIT: machine generated header) 'LbRandom.pas' rev: 32.00 (Android)

#ifndef LbrandomHPP
#define LbrandomHPP
Expand Down
2 changes: 1 addition & 1 deletion source/hpp/Android/Release/LbUtils.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
// Copyright (c) 1995, 2016 by Embarcadero Technologies, Inc.
// All rights reserved

// (DO NOT EDIT: machine generated header) 'LbUtils.pas' rev: 31.00 (Android)
// (DO NOT EDIT: machine generated header) 'LbUtils.pas' rev: 32.00 (Android)

#ifndef LbutilsHPP
#define LbutilsHPP
Expand Down
7 changes: 6 additions & 1 deletion source/hpp/Android/Release/LockBoxDR.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
// Copyright (c) 1995, 2016 by Embarcadero Technologies, Inc.
// All rights reserved

// (DO NOT EDIT: machine generated header) 'LockBoxDR.dpk' rev: 31.00 (Android)
// (DO NOT EDIT: machine generated header) 'LockBoxDR.dpk' rev: 32.00 (Android)

#ifndef LockboxdrHPP
#define LockboxdrHPP
Expand All @@ -25,6 +25,11 @@
#include <LbRandom.hpp>
#include <LbRSA.hpp>
#include <LbUtils.hpp>
// SO_PFX: bpl
// SO_SFX: 250
// PRG_EXT: .a
// OBJ_DIR: C:\Users\Public\Documents\Embarcadero\Studio\19.0\Dcp\Android
// OBJ_EXT: .o

//-- user supplied -----------------------------------------------------------

Expand Down
2 changes: 1 addition & 1 deletion source/hpp/OSX32/Debug/LbAsym.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
// Copyright (c) 1995, 2016 by Embarcadero Technologies, Inc.
// All rights reserved

// (DO NOT EDIT: machine generated header) 'LbAsym.pas' rev: 31.00 (MacOS)
// (DO NOT EDIT: machine generated header) 'LbAsym.pas' rev: 32.00 (MacOS)

#ifndef LbasymHPP
#define LbasymHPP
Expand Down
2 changes: 1 addition & 1 deletion source/hpp/OSX32/Debug/LbBigInt.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
// Copyright (c) 1995, 2016 by Embarcadero Technologies, Inc.
// All rights reserved

// (DO NOT EDIT: machine generated header) 'LbBigInt.pas' rev: 31.00 (MacOS)
// (DO NOT EDIT: machine generated header) 'LbBigInt.pas' rev: 32.00 (MacOS)

#ifndef LbbigintHPP
#define LbbigintHPP
Expand Down
2 changes: 1 addition & 1 deletion source/hpp/OSX32/Debug/LbBytes.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
// Copyright (c) 1995, 2016 by Embarcadero Technologies, Inc.
// All rights reserved

// (DO NOT EDIT: machine generated header) 'LbBytes.pas' rev: 31.00 (MacOS)
// (DO NOT EDIT: machine generated header) 'LbBytes.pas' rev: 32.00 (MacOS)

#ifndef LbbytesHPP
#define LbbytesHPP
Expand Down
4 changes: 3 additions & 1 deletion source/hpp/OSX32/Debug/LbCipher.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
// Copyright (c) 1995, 2016 by Embarcadero Technologies, Inc.
// All rights reserved

// (DO NOT EDIT: machine generated header) 'LbCipher.pas' rev: 31.00 (MacOS)
// (DO NOT EDIT: machine generated header) 'LbCipher.pas' rev: 32.00 (MacOS)

#ifndef LbcipherHPP
#define LbcipherHPP
Expand Down Expand Up @@ -121,6 +121,7 @@ struct DECLSPEC_DRECORD TInt64
#pragma pack(pop)


#pragma pack(push,1)
struct DECLSPEC_DRECORD TRDLVector
{

Expand All @@ -138,6 +139,7 @@ struct DECLSPEC_DRECORD TRDLVector

};
};
#pragma pack(pop)


typedef System::StaticArray<System::Byte, 8> TKey64;
Expand Down
2 changes: 1 addition & 1 deletion source/hpp/OSX32/Debug/LbClass.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
// Copyright (c) 1995, 2016 by Embarcadero Technologies, Inc.
// All rights reserved

// (DO NOT EDIT: machine generated header) 'LbClass.pas' rev: 31.00 (MacOS)
// (DO NOT EDIT: machine generated header) 'LbClass.pas' rev: 32.00 (MacOS)

#ifndef LbclassHPP
#define LbclassHPP
Expand Down
2 changes: 1 addition & 1 deletion source/hpp/OSX32/Debug/LbConst.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
// Copyright (c) 1995, 2016 by Embarcadero Technologies, Inc.
// All rights reserved

// (DO NOT EDIT: machine generated header) 'LbConst.pas' rev: 31.00 (MacOS)
// (DO NOT EDIT: machine generated header) 'LbConst.pas' rev: 32.00 (MacOS)

#ifndef LbconstHPP
#define LbconstHPP
Expand Down
2 changes: 1 addition & 1 deletion source/hpp/OSX32/Debug/LbDSA.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
// Copyright (c) 1995, 2016 by Embarcadero Technologies, Inc.
// All rights reserved

// (DO NOT EDIT: machine generated header) 'LbDSA.pas' rev: 31.00 (MacOS)
// (DO NOT EDIT: machine generated header) 'LbDSA.pas' rev: 32.00 (MacOS)

#ifndef LbdsaHPP
#define LbdsaHPP
Expand Down
Loading

0 comments on commit bc99544

Please sign in to comment.