Componentes.Terceros.RemObj.../official/5.0.23.613/RemObjects SDK for Delphi/Source/IDE/RemObjects_IDE_D5.dpk

68 lines
2.2 KiB
ObjectPascal

package RemObjects_IDE_D5;
{$R *.RES}
{$ALIGN ON}
{$ASSERTIONS ON}
{$BOOLEVAL OFF}
{$DEBUGINFO ON}
{$EXTENDEDSYNTAX ON}
{$IMPORTEDDATA ON}
{$IOCHECKS ON}
{$LOCALSYMBOLS ON}
{$LONGSTRINGS ON}
{$OPENSTRINGS ON}
{$OPTIMIZATION ON}
{$OVERFLOWCHECKS OFF}
{$RANGECHECKS OFF}
{$REFERENCEINFO ON}
{$SAFEDIVIDE OFF}
{$STACKFRAMES ON}
{$TYPEDADDRESS OFF}
{$VARSTRINGCHECKS ON}
{$WRITEABLECONST OFF}
{$MINENUMSIZE 1}
{$IMAGEBASE $400000}
{$DESCRIPTION 'RemObjects SDK - IDE Integration'}
{$DESIGNONLY}
{$IMPLICITBUILD OFF}
requires
Vcl50,
Vclx50,
Inet50,
RemObjects_Core_D5,
dsnide50;
{%File '..\RemObjects.inc'}
contains
uROIDEPrjWizard in 'uROIDEPrjWizard.pas',
uROIDEMenu in 'uROIDEMenu.pas',
uRORODLNotifier in 'uRORODLNotifier.pas',
uROIDETools in 'uROIDETools.pas',
uRODLGenTools in '..\CodeGen\uRODLGenTools.pas',
uRODLToPascalImpl in '..\CodeGen\uRODLToPascalImpl.pas',
uRODLToPascalIntf in '..\CodeGen\uRODLToPascalIntf.pas',
uRODLToPascalInvk in '..\CodeGen\uRODLToPascalInvk.pas',
fServerProjectOptions in 'fServerProjectOptions.pas' {ServerProjectOptions},
fCustomIDEMessagesForm in 'fCustomIDEMessagesForm.pas' {CustomIDEMessagesForm},
RemObjects_IDE_Reg in 'RemObjects_IDE_Reg.pas',
uROResWriter in 'uROResWriter.pas',
fDispatchersEditorForm in 'fDispatchersEditorForm.pas' {DispatchersEditorForm},
uROIDEData in 'uROIDEData.pas' {IdeData: TDataModule},
uRODLToPascal in '..\CodeGen\uRODLToPascal.pas',
fROAbout in 'fROAbout.pas' {AboutForm},
uROIDEEditors in 'uROIDEEditors.pas',
uROProductVersionInfoForm in 'uROProductVersionInfoForm.pas' {ProductVersionInfoForm},
uROProductVersionInfo in 'uROProductVersionInfo.pas',
uROProductVersionInfo_Intf in 'uROProductVersionInfo_Intf.pas',
fROServerClassForm in 'fROServerClassForm.pas' {ROServerClassForm},
uRODECReg in '..\RODEC\uRODECReg.pas',
uROEncKeyPropEditor in '..\RODEC\uROEncKeyPropEditor.pas' {CryptoKeyGenForm},
uROExtraEditors in 'uROExtraEditors.pas',
fNewProjectForm in 'fNewProjectForm.pas' {NewProjectForm},
uRODLToPascalAsync in '..\CodeGen\uRODLToPascalAsync.pas',
uROLoginNeededForm in 'uROLoginNeededForm.pas' {ROLoginNeededForm};
end.