mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-06-12 14:31:55 +00:00
trunk contents moved to root
This commit is contained in:
16
libsrc/Swf2Exe/Swf2Exe.dpr
Normal file
16
libsrc/Swf2Exe/Swf2Exe.dpr
Normal file
@@ -0,0 +1,16 @@
|
||||
program Swf2Exe;
|
||||
|
||||
uses
|
||||
Forms,
|
||||
Windows,
|
||||
Dialogs,
|
||||
uMain in 'uMain.pas' {frmMain};
|
||||
|
||||
{$R *.res}
|
||||
|
||||
begin
|
||||
Application.Initialize;
|
||||
Application.Title := 'FFDec Flash Player';
|
||||
Application.CreateForm(TfrmMain, frmMain);
|
||||
Application.Run;
|
||||
end.
|
||||
Reference in New Issue
Block a user