libInit.cc
changeset 2059 bd1c39acf4ec
parent 2030 bef3cfda7e6a
child 2063 846813bf3ade
equal deleted inserted replaced
2058:584f6f6bb171 2059:bd1c39acf4ec
    14 #   define INIT_TEXT_SECT __attribute__((section(".stxitext")))
    14 #   define INIT_TEXT_SECT __attribute__((section(".stxitext")))
    15 #  endif
    15 #  endif
    16 # endif /* not GNUC */
    16 # endif /* not GNUC */
    17 #endif /* not WIN32 */
    17 #endif /* not WIN32 */
    18 #ifdef INIT_TEXT_SECT
    18 #ifdef INIT_TEXT_SECT
    19 extern void _libtool2_Init() INIT_TEXT_SECT;
    19 extern void _libstx_libtool2_Init() INIT_TEXT_SECT;
    20 #endif
    20 #endif
    21 void _libtool2_Init(pass, __pRT__, snd)
    21 void _libstx_libtool2_Init(pass, __pRT__, snd)
    22 OBJ snd; struct __vmData__ *__pRT__; {
    22 OBJ snd; struct __vmData__ *__pRT__; {
    23 __BEGIN_PACKAGE2__("libtool2", _libtool2_Init, "stx:libtool2");
    23 __BEGIN_PACKAGE2__("libstx_libtool2", _libstx_libtool2_Init, "stx:libtool2");
    24 _MenuEditor_Init(pass,__pRT__,snd);
    24 _MenuEditor_Init(pass,__pRT__,snd);
    25 _ImageEditor_Init(pass,__pRT__,snd);
    25 _ImageEditor_Init(pass,__pRT__,snd);
    26 _DataSetBuilder_Init(pass,__pRT__,snd);
    26 _DataSetBuilder_Init(pass,__pRT__,snd);
    27 _UIGalleryView_Init(pass,__pRT__,snd);
    27 _UIGalleryView_Init(pass,__pRT__,snd);
    28 _UIHelpTool_Init(pass,__pRT__,snd);
    28 _UIHelpTool_Init(pass,__pRT__,snd);