mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-05-08 23:12:59 +02:00
19 lines
547 B
ObjectPascal
19 lines
547 B
ObjectPascal
{ This file was automatically created by Lazarus. Do not edit!
|
|
This source is only used to compile and install the package.
|
|
}
|
|
|
|
unit PascalScriptFCL;
|
|
|
|
{$warn 5023 off : no warning about unused units}
|
|
interface
|
|
|
|
uses
|
|
uPSRuntime, uPSC_classes, uPSC_dateutils, uPSC_DB, uPSC_dll, uPSC_std,
|
|
uPSCompiler, uPSComponent, uPSComponent_DB, uPSComponent_Default, uPSUtils,
|
|
uPSDebugger, uPSDisassembly, uPSPreProcessor, uPSR_classes, uPSR_dateutils,
|
|
uPSR_DB, uPSR_dll, uPSR_std, uPSComponent_COM, uPSC_comobj, uPSR_comobj;
|
|
|
|
implementation
|
|
|
|
end.
|