From 4f38a27a500961646fb9b4cc9800f0c8d6cdae92 Mon Sep 17 00:00:00 2001 From: Limagito Date: Sun, 29 Dec 2019 13:07:36 +0100 Subject: [PATCH] Add installer packages for Delphi 10 (Seattle to Rio) --- Source/PascalScript_Core_D23.dpk | 78 +++++++++++ Source/PascalScript_Core_D23.dproj | 216 +++++++++++++++++++++++++++++ Source/PascalScript_Core_D23.res | Bin 0 -> 684 bytes Source/PascalScript_Core_D24.dpk | 78 +++++++++++ Source/PascalScript_Core_D24.dproj | 216 +++++++++++++++++++++++++++++ Source/PascalScript_Core_D24.res | Bin 0 -> 684 bytes Source/PascalScript_Core_D25.dpk | 78 +++++++++++ Source/PascalScript_Core_D25.dproj | 216 +++++++++++++++++++++++++++++ Source/PascalScript_Core_D25.res | Bin 0 -> 684 bytes Source/PascalScript_Core_D26.dpk | 78 +++++++++++ Source/PascalScript_Core_D26.dproj | 216 +++++++++++++++++++++++++++++ Source/PascalScript_Core_D26.res | Bin 0 -> 684 bytes 12 files changed, 1176 insertions(+) create mode 100644 Source/PascalScript_Core_D23.dpk create mode 100644 Source/PascalScript_Core_D23.dproj create mode 100644 Source/PascalScript_Core_D23.res create mode 100644 Source/PascalScript_Core_D24.dpk create mode 100644 Source/PascalScript_Core_D24.dproj create mode 100644 Source/PascalScript_Core_D24.res create mode 100644 Source/PascalScript_Core_D25.dpk create mode 100644 Source/PascalScript_Core_D25.dproj create mode 100644 Source/PascalScript_Core_D25.res create mode 100644 Source/PascalScript_Core_D26.dpk create mode 100644 Source/PascalScript_Core_D26.dproj create mode 100644 Source/PascalScript_Core_D26.res diff --git a/Source/PascalScript_Core_D23.dpk b/Source/PascalScript_Core_D23.dpk new file mode 100644 index 00000000..7f948e08 --- /dev/null +++ b/Source/PascalScript_Core_D23.dpk @@ -0,0 +1,78 @@ +package PascalScript_Core_D23; + +{$R *.res} +{$IFDEF IMPLICITBUILDING This IFDEF should not be used by users} +{$ALIGN 8} +{$ASSERTIONS ON} +{$BOOLEVAL OFF} +{$DEBUGINFO OFF} +{$EXTENDEDSYNTAX ON} +{$IMPORTEDDATA ON} +{$IOCHECKS ON} +{$LOCALSYMBOLS ON} +{$LONGSTRINGS ON} +{$OPENSTRINGS ON} +{$OPTIMIZATION OFF} +{$OVERFLOWCHECKS OFF} +{$RANGECHECKS OFF} +{$REFERENCEINFO ON} +{$SAFEDIVIDE OFF} +{$STACKFRAMES ON} +{$TYPEDADDRESS OFF} +{$VARSTRINGCHECKS ON} +{$WRITEABLECONST OFF} +{$MINENUMSIZE 1} +{$IMAGEBASE $400000} +{$DEFINE DEBUG} +{$ENDIF IMPLICITBUILDING} +{$DESCRIPTION 'RemObjects Pascal Script - Core Package'} +{$IMPLICITBUILD OFF} + +requires + rtl, + vcl, + dbrtl; + +contains + uPSC_extctrls in 'uPSC_extctrls.pas', + uPSC_forms in 'uPSC_forms.pas', + uPSC_graphics in 'uPSC_graphics.pas', + uPSC_menus in 'uPSC_menus.pas', + uPSC_std in 'uPSC_std.pas', + uPSC_stdctrls in 'uPSC_stdctrls.pas', + uPSCompiler in 'uPSCompiler.pas', + uPSComponent in 'uPSComponent.pas', + uPSComponent_COM in 'uPSComponent_COM.pas', + uPSComponent_Controls in 'uPSComponent_Controls.pas', + uPSComponent_DB in 'uPSComponent_DB.pas', + uPSComponent_Default in 'uPSComponent_Default.pas', + uPSComponent_Forms in 'uPSComponent_Forms.pas', + uPSComponent_StdCtrls in 'uPSComponent_StdCtrls.pas', + uPSDebugger in 'uPSDebugger.pas', + uPSDisassembly in 'uPSDisassembly.pas', + uPSPreProcessor in 'uPSPreProcessor.pas', + uPSR_buttons in 'uPSR_buttons.pas', + uPSR_classes in 'uPSR_classes.pas', + uPSR_comobj in 'uPSR_comobj.pas', + uPSR_controls in 'uPSR_controls.pas', + uPSR_dateutils in 'uPSR_dateutils.pas', + uPSR_DB in 'uPSR_DB.pas', + uPSR_dll in 'uPSR_dll.pas', + uPSR_extctrls in 'uPSR_extctrls.pas', + uPSR_forms in 'uPSR_forms.pas', + uPSR_graphics in 'uPSR_graphics.pas', + uPSR_menus in 'uPSR_menus.pas', + uPSR_std in 'uPSR_std.pas', + uPSR_stdctrls in 'uPSR_stdctrls.pas', + uPSRuntime in 'uPSRuntime.pas', + uPSUtils in 'uPSUtils.pas', + uPSC_buttons in 'uPSC_buttons.pas', + uPSC_classes in 'uPSC_classes.pas', + uPSC_comobj in 'uPSC_comobj.pas', + uPSC_controls in 'uPSC_controls.pas', + uPSC_dateutils in 'uPSC_dateutils.pas', + uPSC_DB in 'uPSC_DB.pas', + uPSC_dll in 'uPSC_dll.pas', + PascalScript_Core_Reg in 'PascalScript_Core_Reg.pas'; + +end. diff --git a/Source/PascalScript_Core_D23.dproj b/Source/PascalScript_Core_D23.dproj new file mode 100644 index 00000000..81403c95 --- /dev/null +++ b/Source/PascalScript_Core_D23.dproj @@ -0,0 +1,216 @@ + + + {EA463298-00FA-42B3-87EB-DD289B924EA0} + PascalScript_Core_D23.dpk + True + Debug + DCC32 + 18.0 + VCL + Win32 + Package + 3 + + + true + + + true + Base + true + + + true + Base + true + + + true + Base + true + + + true + Base + true + + + true + Base + true + + + true + Cfg_2 + true + true + + + PascalScript_Core_D23 + rtl;dbrtl;$(DCC_UsePackage) + 673 + CompanyName=RemObjects Software;FileDescription=;FileVersion=3.0.29.673;InternalName=;LegalCopyright=;LegalTrademarks=;OriginalFilename=;ProductName=Pascal Script;ProductVersion=3.0.0.0;Comments=;CompileDate=Friday, March 21, 2008 1:24 PM + 1033 + 3 + System;Xml;Data;Datasnap;Web;Soap;Vcl;Vcl.Imaging;Vcl.Touch;Vcl.Samples;Vcl.Shell;Winapi;$(DCC_Namespace) + true + 29 + 00400000 + true + true + RemObjects Pascal Script - Core Package + true + false + true + false + false + false + false + + + false + android-support-v4.dex.jar;apk-expansion.dex.jar;cloud-messaging.dex.jar;fmx.dex.jar;google-analytics-v2.dex.jar;google-play-billing.dex.jar;google-play-licensing.dex.jar;google-play-services.dex.jar + Debug + package=com.embarcadero.$(MSBuildProjectName);label=$(MSBuildProjectName);versionCode=1;versionName=1.0.0;persistent=False;restoreAnyVersion=False;installLocation=auto;largeHeap=False;theme=TitleBar;hardwareAccelerated=true;apiKey= + + + System.Win;$(DCC_Namespace) + ..\Dcu\D23\win32 + ..\Dcu\D23\win32;$(DCC_UnitSearchPath) + ..\Dcu\D23\win32 + ..\Dcu\D23\win32 + vcl;PascalScript_Core_D23;$(DCC_UsePackage) + + + ..\Dcu\D23\win64 + ..\Dcu\D23\win64;$(DCC_UnitSearchPath) + ..\Dcu\D23\win64 + ..\Dcu\D23\win64 + System.Win;Data.Win;Datasnap.Win;Web.Win;Soap.Win;Xml.Win;$(DCC_Namespace) + vcl;$(DCC_UsePackage) + + + false + RELEASE;$(DCC_Define) + 0 + 0 + + + DEBUG;$(DCC_Define) + false + true + + + true + + + + MainSource + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Cfg_2 + Base + + + Base + + + Cfg_1 + Base + + + + + Delphi.Personality.12 + Package + + + + PascalScript_Core_D23.dpk + + + + True + False + 3 + 0 + 29 + 673 + False + False + False + False + False + 1033 + 1252 + + + RemObjects Software + + 3.0.29.673 + + + + + Pascal Script + 3.0.0.0 + + Friday, March 21, 2008 1:24 PM + + + + + False + False + False + True + True + + + 12 + + + diff --git a/Source/PascalScript_Core_D23.res b/Source/PascalScript_Core_D23.res new file mode 100644 index 0000000000000000000000000000000000000000..cbd3d2c8b29011386d89a5bf7ecc6a3dfcdccdff GIT binary patch literal 684 zcmZXS%T5A85JfLA3(>^5aBF1YazX}};3Fi4fDaN8f`p|8c_>C688C)l@Gtxj|Hi$4 z;CQ+x6Hq&;?&|7W_jXmcBxSHLj12eJaFg-*4w!^J^OSaCkel>zJG#*w^O;(BH8ph2 zzQ%lxZ^no7^(~qFl-`qjb~W)+GcgQd#BR5CdLxj4Z=paVP4ocUNY5I;Jkd~7P(zFH z;jBs;EO1Y`mmx@|vKh>g&ZStm`*Xm=o<%kJ0Vf8fR#W`)~Zq z{i_`78f}l9TkWsa8+EA)`@&WsDlk3l6Isedv5ps@`iP%b&c^aEc{(DJ(+N=@uL;tO zDwg1dO;+5E)hkE`_66IVnqJST%4o0ply*KHzLH8<7;eIQrLx*^HTW}iyfW(ruh*s< K(OCayDMCNpBwGvs literal 0 HcmV?d00001 diff --git a/Source/PascalScript_Core_D24.dpk b/Source/PascalScript_Core_D24.dpk new file mode 100644 index 00000000..cc6e49b9 --- /dev/null +++ b/Source/PascalScript_Core_D24.dpk @@ -0,0 +1,78 @@ +package PascalScript_Core_D24; + +{$R *.res} +{$IFDEF IMPLICITBUILDING This IFDEF should not be used by users} +{$ALIGN 8} +{$ASSERTIONS ON} +{$BOOLEVAL OFF} +{$DEBUGINFO OFF} +{$EXTENDEDSYNTAX ON} +{$IMPORTEDDATA ON} +{$IOCHECKS ON} +{$LOCALSYMBOLS ON} +{$LONGSTRINGS ON} +{$OPENSTRINGS ON} +{$OPTIMIZATION OFF} +{$OVERFLOWCHECKS OFF} +{$RANGECHECKS OFF} +{$REFERENCEINFO ON} +{$SAFEDIVIDE OFF} +{$STACKFRAMES ON} +{$TYPEDADDRESS OFF} +{$VARSTRINGCHECKS ON} +{$WRITEABLECONST OFF} +{$MINENUMSIZE 1} +{$IMAGEBASE $400000} +{$DEFINE DEBUG} +{$ENDIF IMPLICITBUILDING} +{$DESCRIPTION 'RemObjects Pascal Script - Core Package'} +{$IMPLICITBUILD OFF} + +requires + rtl, + vcl, + dbrtl; + +contains + uPSC_extctrls in 'uPSC_extctrls.pas', + uPSC_forms in 'uPSC_forms.pas', + uPSC_graphics in 'uPSC_graphics.pas', + uPSC_menus in 'uPSC_menus.pas', + uPSC_std in 'uPSC_std.pas', + uPSC_stdctrls in 'uPSC_stdctrls.pas', + uPSCompiler in 'uPSCompiler.pas', + uPSComponent in 'uPSComponent.pas', + uPSComponent_COM in 'uPSComponent_COM.pas', + uPSComponent_Controls in 'uPSComponent_Controls.pas', + uPSComponent_DB in 'uPSComponent_DB.pas', + uPSComponent_Default in 'uPSComponent_Default.pas', + uPSComponent_Forms in 'uPSComponent_Forms.pas', + uPSComponent_StdCtrls in 'uPSComponent_StdCtrls.pas', + uPSDebugger in 'uPSDebugger.pas', + uPSDisassembly in 'uPSDisassembly.pas', + uPSPreProcessor in 'uPSPreProcessor.pas', + uPSR_buttons in 'uPSR_buttons.pas', + uPSR_classes in 'uPSR_classes.pas', + uPSR_comobj in 'uPSR_comobj.pas', + uPSR_controls in 'uPSR_controls.pas', + uPSR_dateutils in 'uPSR_dateutils.pas', + uPSR_DB in 'uPSR_DB.pas', + uPSR_dll in 'uPSR_dll.pas', + uPSR_extctrls in 'uPSR_extctrls.pas', + uPSR_forms in 'uPSR_forms.pas', + uPSR_graphics in 'uPSR_graphics.pas', + uPSR_menus in 'uPSR_menus.pas', + uPSR_std in 'uPSR_std.pas', + uPSR_stdctrls in 'uPSR_stdctrls.pas', + uPSRuntime in 'uPSRuntime.pas', + uPSUtils in 'uPSUtils.pas', + uPSC_buttons in 'uPSC_buttons.pas', + uPSC_classes in 'uPSC_classes.pas', + uPSC_comobj in 'uPSC_comobj.pas', + uPSC_controls in 'uPSC_controls.pas', + uPSC_dateutils in 'uPSC_dateutils.pas', + uPSC_DB in 'uPSC_DB.pas', + uPSC_dll in 'uPSC_dll.pas', + PascalScript_Core_Reg in 'PascalScript_Core_Reg.pas'; + +end. diff --git a/Source/PascalScript_Core_D24.dproj b/Source/PascalScript_Core_D24.dproj new file mode 100644 index 00000000..63451c80 --- /dev/null +++ b/Source/PascalScript_Core_D24.dproj @@ -0,0 +1,216 @@ + + + {EA463298-00FA-42B3-87EB-DD289B924EA0} + PascalScript_Core_D24.dpk + True + Debug + DCC32 + 18.1 + VCL + Win32 + Package + 3 + + + true + + + true + Base + true + + + true + Base + true + + + true + Base + true + + + true + Base + true + + + true + Base + true + + + true + Cfg_2 + true + true + + + PascalScript_Core_D24 + rtl;dbrtl;$(DCC_UsePackage) + 673 + CompanyName=RemObjects Software;FileDescription=;FileVersion=3.0.29.673;InternalName=;LegalCopyright=;LegalTrademarks=;OriginalFilename=;ProductName=Pascal Script;ProductVersion=3.0.0.0;Comments=;CompileDate=Friday, March 21, 2008 1:24 PM + 1033 + 3 + System;Xml;Data;Datasnap;Web;Soap;Vcl;Vcl.Imaging;Vcl.Touch;Vcl.Samples;Vcl.Shell;Winapi;$(DCC_Namespace) + true + 29 + 00400000 + true + true + RemObjects Pascal Script - Core Package + true + false + true + false + false + false + false + + + false + android-support-v4.dex.jar;apk-expansion.dex.jar;cloud-messaging.dex.jar;fmx.dex.jar;google-analytics-v2.dex.jar;google-play-billing.dex.jar;google-play-licensing.dex.jar;google-play-services.dex.jar + Debug + package=com.embarcadero.$(MSBuildProjectName);label=$(MSBuildProjectName);versionCode=1;versionName=1.0.0;persistent=False;restoreAnyVersion=False;installLocation=auto;largeHeap=False;theme=TitleBar;hardwareAccelerated=true;apiKey= + + + System.Win;$(DCC_Namespace) + ..\Dcu\D24\win32 + ..\Dcu\D24\win32;$(DCC_UnitSearchPath) + ..\Dcu\D24\win32 + ..\Dcu\D24\win32 + vcl;PascalScript_Core_D24;$(DCC_UsePackage) + + + ..\Dcu\D24\win64 + ..\Dcu\D24\win64;$(DCC_UnitSearchPath) + ..\Dcu\D24\win64 + ..\Dcu\D24\win64 + System.Win;Data.Win;Datasnap.Win;Web.Win;Soap.Win;Xml.Win;$(DCC_Namespace) + vcl;$(DCC_UsePackage) + + + false + RELEASE;$(DCC_Define) + 0 + 0 + + + DEBUG;$(DCC_Define) + false + true + + + true + + + + MainSource + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Cfg_2 + Base + + + Base + + + Cfg_1 + Base + + + + + Delphi.Personality.12 + Package + + + + PascalScript_Core_D24.dpk + + + + True + False + 3 + 0 + 29 + 673 + False + False + False + False + False + 1033 + 1252 + + + RemObjects Software + + 3.0.29.673 + + + + + Pascal Script + 3.0.0.0 + + Friday, March 21, 2008 1:24 PM + + + + + False + False + False + True + True + + + 12 + + + diff --git a/Source/PascalScript_Core_D24.res b/Source/PascalScript_Core_D24.res new file mode 100644 index 0000000000000000000000000000000000000000..cbd3d2c8b29011386d89a5bf7ecc6a3dfcdccdff GIT binary patch literal 684 zcmZXS%T5A85JfLA3(>^5aBF1YazX}};3Fi4fDaN8f`p|8c_>C688C)l@Gtxj|Hi$4 z;CQ+x6Hq&;?&|7W_jXmcBxSHLj12eJaFg-*4w!^J^OSaCkel>zJG#*w^O;(BH8ph2 zzQ%lxZ^no7^(~qFl-`qjb~W)+GcgQd#BR5CdLxj4Z=paVP4ocUNY5I;Jkd~7P(zFH z;jBs;EO1Y`mmx@|vKh>g&ZStm`*Xm=o<%kJ0Vf8fR#W`)~Zq z{i_`78f}l9TkWsa8+EA)`@&WsDlk3l6Isedv5ps@`iP%b&c^aEc{(DJ(+N=@uL;tO zDwg1dO;+5E)hkE`_66IVnqJST%4o0ply*KHzLH8<7;eIQrLx*^HTW}iyfW(ruh*s< K(OCayDMCNpBwGvs literal 0 HcmV?d00001 diff --git a/Source/PascalScript_Core_D25.dpk b/Source/PascalScript_Core_D25.dpk new file mode 100644 index 00000000..200e0560 --- /dev/null +++ b/Source/PascalScript_Core_D25.dpk @@ -0,0 +1,78 @@ +package PascalScript_Core_D25; + +{$R *.res} +{$IFDEF IMPLICITBUILDING This IFDEF should not be used by users} +{$ALIGN 8} +{$ASSERTIONS ON} +{$BOOLEVAL OFF} +{$DEBUGINFO OFF} +{$EXTENDEDSYNTAX ON} +{$IMPORTEDDATA ON} +{$IOCHECKS ON} +{$LOCALSYMBOLS ON} +{$LONGSTRINGS ON} +{$OPENSTRINGS ON} +{$OPTIMIZATION OFF} +{$OVERFLOWCHECKS OFF} +{$RANGECHECKS OFF} +{$REFERENCEINFO ON} +{$SAFEDIVIDE OFF} +{$STACKFRAMES ON} +{$TYPEDADDRESS OFF} +{$VARSTRINGCHECKS ON} +{$WRITEABLECONST OFF} +{$MINENUMSIZE 1} +{$IMAGEBASE $400000} +{$DEFINE DEBUG} +{$ENDIF IMPLICITBUILDING} +{$DESCRIPTION 'RemObjects Pascal Script - Core Package'} +{$IMPLICITBUILD OFF} + +requires + rtl, + vcl, + dbrtl; + +contains + uPSC_extctrls in 'uPSC_extctrls.pas', + uPSC_forms in 'uPSC_forms.pas', + uPSC_graphics in 'uPSC_graphics.pas', + uPSC_menus in 'uPSC_menus.pas', + uPSC_std in 'uPSC_std.pas', + uPSC_stdctrls in 'uPSC_stdctrls.pas', + uPSCompiler in 'uPSCompiler.pas', + uPSComponent in 'uPSComponent.pas', + uPSComponent_COM in 'uPSComponent_COM.pas', + uPSComponent_Controls in 'uPSComponent_Controls.pas', + uPSComponent_DB in 'uPSComponent_DB.pas', + uPSComponent_Default in 'uPSComponent_Default.pas', + uPSComponent_Forms in 'uPSComponent_Forms.pas', + uPSComponent_StdCtrls in 'uPSComponent_StdCtrls.pas', + uPSDebugger in 'uPSDebugger.pas', + uPSDisassembly in 'uPSDisassembly.pas', + uPSPreProcessor in 'uPSPreProcessor.pas', + uPSR_buttons in 'uPSR_buttons.pas', + uPSR_classes in 'uPSR_classes.pas', + uPSR_comobj in 'uPSR_comobj.pas', + uPSR_controls in 'uPSR_controls.pas', + uPSR_dateutils in 'uPSR_dateutils.pas', + uPSR_DB in 'uPSR_DB.pas', + uPSR_dll in 'uPSR_dll.pas', + uPSR_extctrls in 'uPSR_extctrls.pas', + uPSR_forms in 'uPSR_forms.pas', + uPSR_graphics in 'uPSR_graphics.pas', + uPSR_menus in 'uPSR_menus.pas', + uPSR_std in 'uPSR_std.pas', + uPSR_stdctrls in 'uPSR_stdctrls.pas', + uPSRuntime in 'uPSRuntime.pas', + uPSUtils in 'uPSUtils.pas', + uPSC_buttons in 'uPSC_buttons.pas', + uPSC_classes in 'uPSC_classes.pas', + uPSC_comobj in 'uPSC_comobj.pas', + uPSC_controls in 'uPSC_controls.pas', + uPSC_dateutils in 'uPSC_dateutils.pas', + uPSC_DB in 'uPSC_DB.pas', + uPSC_dll in 'uPSC_dll.pas', + PascalScript_Core_Reg in 'PascalScript_Core_Reg.pas'; + +end. diff --git a/Source/PascalScript_Core_D25.dproj b/Source/PascalScript_Core_D25.dproj new file mode 100644 index 00000000..00054c89 --- /dev/null +++ b/Source/PascalScript_Core_D25.dproj @@ -0,0 +1,216 @@ + + + {EA463298-00FA-42B3-87EB-DD289B924EA0} + PascalScript_Core_D25.dpk + True + Debug + DCC32 + 18.1 + VCL + Win32 + Package + 3 + + + true + + + true + Base + true + + + true + Base + true + + + true + Base + true + + + true + Base + true + + + true + Base + true + + + true + Cfg_2 + true + true + + + PascalScript_Core_D25 + rtl;dbrtl;$(DCC_UsePackage) + 673 + CompanyName=RemObjects Software;FileDescription=;FileVersion=3.0.29.673;InternalName=;LegalCopyright=;LegalTrademarks=;OriginalFilename=;ProductName=Pascal Script;ProductVersion=3.0.0.0;Comments=;CompileDate=Friday, March 21, 2008 1:24 PM + 1033 + 3 + System;Xml;Data;Datasnap;Web;Soap;Vcl;Vcl.Imaging;Vcl.Touch;Vcl.Samples;Vcl.Shell;Winapi;$(DCC_Namespace) + true + 29 + 00400000 + true + true + RemObjects Pascal Script - Core Package + true + false + true + false + false + false + false + + + false + android-support-v4.dex.jar;apk-expansion.dex.jar;cloud-messaging.dex.jar;fmx.dex.jar;google-analytics-v2.dex.jar;google-play-billing.dex.jar;google-play-licensing.dex.jar;google-play-services.dex.jar + Debug + package=com.embarcadero.$(MSBuildProjectName);label=$(MSBuildProjectName);versionCode=1;versionName=1.0.0;persistent=False;restoreAnyVersion=False;installLocation=auto;largeHeap=False;theme=TitleBar;hardwareAccelerated=true;apiKey= + + + System.Win;$(DCC_Namespace) + ..\Dcu\D25\win32 + ..\Dcu\D25\win32;$(DCC_UnitSearchPath) + ..\Dcu\D25\win32 + ..\Dcu\D25\win32 + vcl;PascalScript_Core_D25;$(DCC_UsePackage) + + + ..\Dcu\D25\win64 + ..\Dcu\D25\win64;$(DCC_UnitSearchPath) + ..\Dcu\D25\win64 + ..\Dcu\D25\win64 + System.Win;Data.Win;Datasnap.Win;Web.Win;Soap.Win;Xml.Win;$(DCC_Namespace) + vcl;$(DCC_UsePackage) + + + false + RELEASE;$(DCC_Define) + 0 + 0 + + + DEBUG;$(DCC_Define) + false + true + + + true + + + + MainSource + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Cfg_2 + Base + + + Base + + + Cfg_1 + Base + + + + + Delphi.Personality.12 + Package + + + + PascalScript_Core_D25.dpk + + + + True + False + 3 + 0 + 29 + 673 + False + False + False + False + False + 1033 + 1252 + + + RemObjects Software + + 3.0.29.673 + + + + + Pascal Script + 3.0.0.0 + + Friday, March 21, 2008 1:24 PM + + + + + False + False + False + True + True + + + 12 + + + diff --git a/Source/PascalScript_Core_D25.res b/Source/PascalScript_Core_D25.res new file mode 100644 index 0000000000000000000000000000000000000000..cbd3d2c8b29011386d89a5bf7ecc6a3dfcdccdff GIT binary patch literal 684 zcmZXS%T5A85JfLA3(>^5aBF1YazX}};3Fi4fDaN8f`p|8c_>C688C)l@Gtxj|Hi$4 z;CQ+x6Hq&;?&|7W_jXmcBxSHLj12eJaFg-*4w!^J^OSaCkel>zJG#*w^O;(BH8ph2 zzQ%lxZ^no7^(~qFl-`qjb~W)+GcgQd#BR5CdLxj4Z=paVP4ocUNY5I;Jkd~7P(zFH z;jBs;EO1Y`mmx@|vKh>g&ZStm`*Xm=o<%kJ0Vf8fR#W`)~Zq z{i_`78f}l9TkWsa8+EA)`@&WsDlk3l6Isedv5ps@`iP%b&c^aEc{(DJ(+N=@uL;tO zDwg1dO;+5E)hkE`_66IVnqJST%4o0ply*KHzLH8<7;eIQrLx*^HTW}iyfW(ruh*s< K(OCayDMCNpBwGvs literal 0 HcmV?d00001 diff --git a/Source/PascalScript_Core_D26.dpk b/Source/PascalScript_Core_D26.dpk new file mode 100644 index 00000000..98f784a4 --- /dev/null +++ b/Source/PascalScript_Core_D26.dpk @@ -0,0 +1,78 @@ +package PascalScript_Core_D26; + +{$R *.res} +{$IFDEF IMPLICITBUILDING This IFDEF should not be used by users} +{$ALIGN 8} +{$ASSERTIONS ON} +{$BOOLEVAL OFF} +{$DEBUGINFO OFF} +{$EXTENDEDSYNTAX ON} +{$IMPORTEDDATA ON} +{$IOCHECKS ON} +{$LOCALSYMBOLS ON} +{$LONGSTRINGS ON} +{$OPENSTRINGS ON} +{$OPTIMIZATION OFF} +{$OVERFLOWCHECKS OFF} +{$RANGECHECKS OFF} +{$REFERENCEINFO ON} +{$SAFEDIVIDE OFF} +{$STACKFRAMES ON} +{$TYPEDADDRESS OFF} +{$VARSTRINGCHECKS ON} +{$WRITEABLECONST OFF} +{$MINENUMSIZE 1} +{$IMAGEBASE $400000} +{$DEFINE DEBUG} +{$ENDIF IMPLICITBUILDING} +{$DESCRIPTION 'RemObjects Pascal Script - Core Package'} +{$IMPLICITBUILD OFF} + +requires + rtl, + vcl, + dbrtl; + +contains + uPSC_extctrls in 'uPSC_extctrls.pas', + uPSC_forms in 'uPSC_forms.pas', + uPSC_graphics in 'uPSC_graphics.pas', + uPSC_menus in 'uPSC_menus.pas', + uPSC_std in 'uPSC_std.pas', + uPSC_stdctrls in 'uPSC_stdctrls.pas', + uPSCompiler in 'uPSCompiler.pas', + uPSComponent in 'uPSComponent.pas', + uPSComponent_COM in 'uPSComponent_COM.pas', + uPSComponent_Controls in 'uPSComponent_Controls.pas', + uPSComponent_DB in 'uPSComponent_DB.pas', + uPSComponent_Default in 'uPSComponent_Default.pas', + uPSComponent_Forms in 'uPSComponent_Forms.pas', + uPSComponent_StdCtrls in 'uPSComponent_StdCtrls.pas', + uPSDebugger in 'uPSDebugger.pas', + uPSDisassembly in 'uPSDisassembly.pas', + uPSPreProcessor in 'uPSPreProcessor.pas', + uPSR_buttons in 'uPSR_buttons.pas', + uPSR_classes in 'uPSR_classes.pas', + uPSR_comobj in 'uPSR_comobj.pas', + uPSR_controls in 'uPSR_controls.pas', + uPSR_dateutils in 'uPSR_dateutils.pas', + uPSR_DB in 'uPSR_DB.pas', + uPSR_dll in 'uPSR_dll.pas', + uPSR_extctrls in 'uPSR_extctrls.pas', + uPSR_forms in 'uPSR_forms.pas', + uPSR_graphics in 'uPSR_graphics.pas', + uPSR_menus in 'uPSR_menus.pas', + uPSR_std in 'uPSR_std.pas', + uPSR_stdctrls in 'uPSR_stdctrls.pas', + uPSRuntime in 'uPSRuntime.pas', + uPSUtils in 'uPSUtils.pas', + uPSC_buttons in 'uPSC_buttons.pas', + uPSC_classes in 'uPSC_classes.pas', + uPSC_comobj in 'uPSC_comobj.pas', + uPSC_controls in 'uPSC_controls.pas', + uPSC_dateutils in 'uPSC_dateutils.pas', + uPSC_DB in 'uPSC_DB.pas', + uPSC_dll in 'uPSC_dll.pas', + PascalScript_Core_Reg in 'PascalScript_Core_Reg.pas'; + +end. diff --git a/Source/PascalScript_Core_D26.dproj b/Source/PascalScript_Core_D26.dproj new file mode 100644 index 00000000..19e84725 --- /dev/null +++ b/Source/PascalScript_Core_D26.dproj @@ -0,0 +1,216 @@ + + + {EA463298-00FA-42B3-87EB-DD289B924EA0} + PascalScript_Core_D26.dpk + True + Debug + DCC32 + 18.4 + VCL + Win32 + Package + 3 + + + true + + + true + Base + true + + + true + Base + true + + + true + Base + true + + + true + Base + true + + + true + Base + true + + + true + Cfg_2 + true + true + + + PascalScript_Core_D26 + rtl;dbrtl;$(DCC_UsePackage) + 673 + CompanyName=RemObjects Software;FileDescription=;FileVersion=3.0.29.673;InternalName=;LegalCopyright=;LegalTrademarks=;OriginalFilename=;ProductName=Pascal Script;ProductVersion=3.0.0.0;Comments=;CompileDate=Friday, March 21, 2008 1:24 PM + 1033 + 3 + System;Xml;Data;Datasnap;Web;Soap;Vcl;Vcl.Imaging;Vcl.Touch;Vcl.Samples;Vcl.Shell;Winapi;$(DCC_Namespace) + true + 29 + 00400000 + true + true + RemObjects Pascal Script - Core Package + true + false + true + false + false + false + false + + + false + android-support-v4.dex.jar;apk-expansion.dex.jar;cloud-messaging.dex.jar;fmx.dex.jar;google-analytics-v2.dex.jar;google-play-billing.dex.jar;google-play-licensing.dex.jar;google-play-services.dex.jar + Debug + package=com.embarcadero.$(MSBuildProjectName);label=$(MSBuildProjectName);versionCode=1;versionName=1.0.0;persistent=False;restoreAnyVersion=False;installLocation=auto;largeHeap=False;theme=TitleBar;hardwareAccelerated=true;apiKey= + + + System.Win;$(DCC_Namespace) + ..\Dcu\D26\win32 + ..\Dcu\D26\win32;$(DCC_UnitSearchPath) + ..\Dcu\D26\win32 + ..\Dcu\D26\win32 + vcl;PascalScript_Core_D26;$(DCC_UsePackage) + + + ..\Dcu\D26\win64 + ..\Dcu\D26\win64;$(DCC_UnitSearchPath) + ..\Dcu\D26\win64 + ..\Dcu\D26\win64 + System.Win;Data.Win;Datasnap.Win;Web.Win;Soap.Win;Xml.Win;$(DCC_Namespace) + vcl;$(DCC_UsePackage) + + + false + RELEASE;$(DCC_Define) + 0 + 0 + + + DEBUG;$(DCC_Define) + false + true + + + true + + + + MainSource + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Cfg_2 + Base + + + Base + + + Cfg_1 + Base + + + + + Delphi.Personality.12 + Package + + + + PascalScript_Core_D26.dpk + + + + True + False + 3 + 0 + 29 + 673 + False + False + False + False + False + 1033 + 1252 + + + RemObjects Software + + 3.0.29.673 + + + + + Pascal Script + 3.0.0.0 + + Friday, March 21, 2008 1:24 PM + + + + + False + False + False + True + True + + + 12 + + + diff --git a/Source/PascalScript_Core_D26.res b/Source/PascalScript_Core_D26.res new file mode 100644 index 0000000000000000000000000000000000000000..cbd3d2c8b29011386d89a5bf7ecc6a3dfcdccdff GIT binary patch literal 684 zcmZXS%T5A85JfLA3(>^5aBF1YazX}};3Fi4fDaN8f`p|8c_>C688C)l@Gtxj|Hi$4 z;CQ+x6Hq&;?&|7W_jXmcBxSHLj12eJaFg-*4w!^J^OSaCkel>zJG#*w^O;(BH8ph2 zzQ%lxZ^no7^(~qFl-`qjb~W)+GcgQd#BR5CdLxj4Z=paVP4ocUNY5I;Jkd~7P(zFH z;jBs;EO1Y`mmx@|vKh>g&ZStm`*Xm=o<%kJ0Vf8fR#W`)~Zq z{i_`78f}l9TkWsa8+EA)`@&WsDlk3l6Isedv5ps@`iP%b&c^aEc{(DJ(+N=@uL;tO zDwg1dO;+5E)hkE`_66IVnqJST%4o0ply*KHzLH8<7;eIQrLx*^HTW}iyfW(ruh*s< K(OCayDMCNpBwGvs literal 0 HcmV?d00001