📄 djcl.dpk
字号:
package DJcl;
{$R *.res}
{$ALIGN 8}
{$ASSERTIONS OFF}
{$BOOLEVAL OFF}
{$DEBUGINFO OFF}
{$EXTENDEDSYNTAX ON}
{$IMPORTEDDATA ON}
{$IOCHECKS ON}
{$LOCALSYMBOLS OFF}
{$LONGSTRINGS ON}
{$OPENSTRINGS ON}
{$OPTIMIZATION ON}
{$OVERFLOWCHECKS OFF}
{$RANGECHECKS OFF}
{$REFERENCEINFO OFF}
{$SAFEDIVIDE OFF}
{$STACKFRAMES OFF}
{$TYPEDADDRESS OFF}
{$VARSTRINGCHECKS ON}
{$WRITEABLECONST ON}
{$MINENUMSIZE 1}
{$IMAGEBASE $400000}
{$DESCRIPTION 'JEDI Code Library RTL package'}
{$LIBSUFFIX 'K3'}
{$LIBVERSION '1.94.1'}
{$RUNONLY}
{$IMPLICITBUILD OFF}
{$DEFINE ZLIB_DLL}
requires
rtl;
contains
Jcl8087 in '../../source/common/Jcl8087.pas',
JclBase in '../../source/common/JclBase.pas',
JclComplex in '../../source/common/JclComplex.pas',
JclCompression in '../../source/common/JclCompression.pas',
JclCounter in '../../source/common/JclCounter.pas',
JclDateTime in '../../source/common/JclDateTime.pas',
JclEDI in '../../source/common/JclEDI.pas',
JclEDI_ANSIX12 in '../../source/common/JclEDI_ANSIX12.pas',
JclEDI_ANSIX12_Ext in '../../source/common/JclEDI_ANSIX12_Ext.pas',
JclEDI_UNEDIFACT in '../../source/common/JclEDI_UNEDIFACT.pas',
JclEDI_UNEDIFACT_Ext in '../../source/common/JclEDI_UNEDIFACT_Ext.pas',
JclEDISEF in '../../source/common/JclEDISEF.pas',
JclEDITranslators in '../../source/common/JclEDITranslators.pas',
JclEDIXML in '../../source/common/JclEDIXML.pas',
JclExprEval in '../../source/common/JclExprEval.pas',
JclFileUtils in '../../source/common/JclFileUtils.pas',
JclIniFiles in '../../source/common/JclIniFiles.pas',
JclLogic in '../../source/common/JclLogic.pas',
JclMath in '../../source/common/JclMath.pas',
JclMIDI in '../../source/common/JclMIDI.pas',
JclMime in '../../source/common/JclMime.pas',
JclPCRE in '../../source/common/JclPCRE.pas',
JclResources in '../../source/common/JclResources.pas',
JclRTTI in '../../source/common/JclRTTI.pas',
JclSchedule in '../../source/common/JclSchedule.pas',
JclStatistics in '../../source/common/JclStatistics.pas',
JclStrHashMap in '../../source/common/JclStrHashMap.pas',
JclStrings in '../../source/common/JclStrings.pas',
JclSysInfo in '../../source/common/JclSysInfo.pas',
JclSysUtils in '../../source/common/JclSysUtils.pas',
JclUnitConv in '../../source/common/JclUnitConv.pas',
JclWideStrings in '../../source/common/JclWideStrings.pas',
JclUnitVersioning in '../../source/common/JclUnitVersioning.pas',
pcre in '../../source/common/pcre.pas',
zlibh in '../../source/unix/zlibh.pas';
end.
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -