package LDPlatform; {$R *.res} {$IFDEF IMPLICITBUILDING This IFDEF should not be used by users} {$ALIGN 8} {$ASSERTIONS ON} {$BOOLEVAL OFF} {$DEBUGINFO ON} {$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} {$DESIGNONLY} {$IMPLICITBUILD ON} requires rtl, vcl, vclactnband, xmlrtl; contains LDPlatform.FormMain in 'LDPlatform.FormMain.pas' {FormMain}, LDPlatform.FormOptions in 'LDPlatform.FormOptions.pas' {FormOptions}, ULDPlatform in 'ULDPlatform.pas', LDPlatform.Core in 'LDPlatform.Core.pas' {Core: TDataModule}, LDPlatform.FormNew in 'LDPlatform.FormNew.pas' {FormNew}, UProject in 'UProject.pas', LDPlatform.FormSource in 'LDPlatform.FormSource.pas' {FormSource}; end.