You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
RnQ/for.RnQ/for_rnq.dpk

65 lines
1.4 KiB
Plaintext

package for_rnq;
{$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 OFF}
{$LOCALSYMBOLS OFF}
{$LONGSTRINGS ON}
{$OPENSTRINGS ON}
{$OPTIMIZATION ON}
{$OVERFLOWCHECKS OFF}
{$RANGECHECKS OFF}
{$REFERENCEINFO OFF}
{$SAFEDIVIDE OFF}
{$STACKFRAMES OFF}
{$TYPEDADDRESS OFF}
{$VARSTRINGCHECKS ON}
{$WRITEABLECONST OFF}
{$MINENUMSIZE 1}
{$IMAGEBASE $400000}
{$DEFINE RNQ}
{$DEFINE RELEASE}
{$ENDIF IMPLICITBUILDING}
{$DESCRIPTION 'For R&Q'}
{$IMPLICITBUILD ON}
requires
rtl,
vcl,
designide,
vclx,
OverbyteIcsD102Run,
GR32_R,
VirtualTreesR;
contains
RDGlobal in 'RTL\RDGlobal.pas',
RnQBinUtils in 'RTL\RnQBinUtils.pas',
RDFileUtil in 'RTL\RDFileUtil.pas',
RDUtils in 'RTL\RDUtils.pas',
litegif1 in 'RTL\litegif1.pas',
RQMenuItem in 'RQMenuItem.pas',
RnQGlobal in 'RnQGlobal.pas',
RQThemes in 'RQThemes.pas',
RQmsgs in 'RQmsgs.pas' {msgsFrm},
RQlog in 'RQlog.pas' {logFrm},
incapsulate in 'incapsulate.pas',
RnQButtons in 'RnQButtons.pas',
RnQDialogs in 'RnQDialogs.pas',
RnQLangs in 'RnQLangs.pas',
RnQPrefsLib in 'RnQPrefsLib.pas',
RQUtil in 'RQUtil.pas',
RnQSysUtils in 'RnQSysUtils.pas',
RnQStrings in 'RnQStrings.pas',
RnQGraphics32 in 'RTL\RnQGraphics32.pas';
end.