package OmniThreadLibraryRuntime2009; {$R *.res} {$ALIGN 8} {$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 OFF} {$SAFEDIVIDE OFF} {$STACKFRAMES OFF} {$TYPEDADDRESS OFF} {$VARSTRINGCHECKS ON} {$WRITEABLECONST OFF} {$MINENUMSIZE 1} {$IMAGEBASE $400000} {$IMPLICITBUILD ON} requires rtl, vclx, vcl; contains GpLists in '..\src\GpLists.pas', GpStuff in '..\src\GpStuff.pas', {$IFNDEF Unicode} HVStringBuilder in '..\src\HVStringBuilder.pas', HVStringData in '..\src\HVStringData.pas', {$ENDIF} SpinLock in '..\src\SpinLock.pas', GpStringHash in '..\src\GpStringHash.pas', DetailedRTTI in '..\src\DetailedRTTI.pas', OtlCommon in '..\OtlCommon.pas', OtlContainers in '..\OtlContainers.pas', OtlCommBufferTest in '..\OtlCommBufferTest.pas', OtlComm in '..\OtlComm.pas', OtlTask in '..\OtlTask.pas', OtlTaskControl in '..\OtlTaskControl.pas', OtlThreadPool in '..\OtlThreadPool.pas', OtlEventMonitor in '..\OtlEventMonitor.pas', DSiWin32 in '..\src\DSiWin32.pas'; end.