18 lines
454 B
ObjectPascal
18 lines
454 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;
|
|
|
|
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;
|
|
|
|
implementation
|
|
|
|
end.
|