source upload
This commit is contained in:
@@ -0,0 +1,31 @@
|
||||
program SpiderMonkey45Binding;
|
||||
|
||||
uses
|
||||
{$I SynDprUses.inc}
|
||||
Forms,
|
||||
{$ifdef FPC}
|
||||
Interfaces,
|
||||
{$endif}
|
||||
ufrmSM45Demo in 'ufrmSM45Demo.pas' {frmSM45Demo},
|
||||
NSPRApi in '..\..\NSPRAPI.pas',
|
||||
SpiderMonkey in '..\..\SpiderMonkey.pas',
|
||||
SyNode in '..\..\SyNode.pas',
|
||||
SyNodeBinding_fs in '..\..\SyNodeBinding_fs.pas',
|
||||
SyNodeBinding_HTTPClient in '..\..\SyNodeBinding_HTTPClient.pas',
|
||||
SyNodeProto in '..\..\SyNodeProto.pas',
|
||||
SyNodeRemoteDebugger in '..\..\SyNodeRemoteDebugger.pas',
|
||||
SyNodeSimpleProto in '..\..\SyNodeSimpleProto.pas';
|
||||
|
||||
{$R *.res}
|
||||
|
||||
begin
|
||||
InitJS;
|
||||
try
|
||||
Application.Initialize;
|
||||
Application.CreateForm(TfrmSM45Demo, frmSM45Demo);
|
||||
Application.Run;
|
||||
finally
|
||||
frmSM45Demo.Free;
|
||||
ShutDownJS;
|
||||
end;
|
||||
end.
|
Reference in New Issue
Block a user