From 2f4c394c01df28e02f75b9bd2178aeb74186f647 Mon Sep 17 00:00:00 2001 From: inoussa Date: Tue, 1 Jun 2010 14:00:31 +0000 Subject: [PATCH] Restore file git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@1232 8e941d3f-bd1b-0410-a28a-d453659cc2b4 --- wst/trunk/type_lib_edtr/typ_lib_edtr.lpr | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/wst/trunk/type_lib_edtr/typ_lib_edtr.lpr b/wst/trunk/type_lib_edtr/typ_lib_edtr.lpr index e69de29bb..fdfeab3d1 100644 --- a/wst/trunk/type_lib_edtr/typ_lib_edtr.lpr +++ b/wst/trunk/type_lib_edtr/typ_lib_edtr.lpr @@ -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. \ No newline at end of file