# HG changeset patch # User Stefan Vogel # Date 1273593461 -7200 # Node ID 716c91f371e928f945a575385a7ade57872e7216 # Parent 6878457a2138190eca52e53fafc862f0e01af934 automatically generated by browser diff -r 6878457a2138 -r 716c91f371e9 libInit.cc --- a/libInit.cc Tue May 11 17:57:40 2010 +0200 +++ b/libInit.cc Tue May 11 17:57:41 2010 +0200 @@ -13,8 +13,17 @@ #if defined(INIT_TEXT_SECTION) || defined(DLL_EXPORT) DLL_EXPORT void _libstx_libtool2_Init() INIT_TEXT_SECTION; +// DLL_EXPORT void _libstx_libtool2_InitDefinition() INIT_TEXT_SECTION; #endif +// void _libstx_libtool2_InitDefinition(pass, __pRT__, snd) +// OBJ snd; struct __vmData__ *__pRT__; { +// __BEGIN_PACKAGE2__("libstx_libtool2__DFN", _libstx_libtool2_InitDefinition, "stx:libtool2"); +// _stx_137libtool2_Init(pass,__pRT__,snd); + +// __END_PACKAGE__(); +// } + void _libstx_libtool2_Init(pass, __pRT__, snd) OBJ snd; struct __vmData__ *__pRT__; { __BEGIN_PACKAGE2__("libstx_libtool2", _libstx_libtool2_Init, "stx:libtool2"); @@ -26,6 +35,7 @@ _MethodFinderWindow_Init(pass,__pRT__,snd); _SelectionBrowser_Init(pass,__pRT__,snd); _TabListEditor_Init(pass,__pRT__,snd); +_Tools__ObjectModuleInformation_Init(pass,__pRT__,snd); _Tools__ProjectBuilder_Init(pass,__pRT__,snd); _Tools__ProjectBuilderAssistantApplication_Init(pass,__pRT__,snd); _UIGalleryView_Init(pass,__pRT__,snd);