You've already forked lazarus-ccr
Restore file
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@1232 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
@ -0,0 +1,21 @@
|
|||||||
|
program typ_lib_edtr;
|
||||||
|
|
||||||
|
{$mode objfpc}{$H+}
|
||||||
|
|
||||||
|
uses
|
||||||
|
{$IFDEF UNIX}{$IFDEF UseCThreads}
|
||||||
|
cthreads,
|
||||||
|
{$ENDIF}{$ENDIF}
|
||||||
|
Interfaces, // this includes the LCL widgetset
|
||||||
|
Forms
|
||||||
|
, uwsttypelibraryedit, view_helper, uabout, ufEnumedit,
|
||||||
|
edit_helper, ufclassedit, ufpropedit, uinterfaceedit, udm,
|
||||||
|
pascal_parser_intf, uprocedit, common_gui_utils, uargedit,
|
||||||
|
umoduleedit, ubindingedit, ufrmsaveoption, ufarrayedit, generator,
|
||||||
|
uftypealiasedit, ufrecordedit, wsdl_generator, xsd_parser;
|
||||||
|
|
||||||
|
begin
|
||||||
|
Application.Initialize;
|
||||||
|
Application.CreateForm(TfWstTypeLibraryEdit, fWstTypeLibraryEdit);
|
||||||
|
Application.Run;
|
||||||
|
end.
|
Reference in New Issue
Block a user