libInit.cc
author Claus Gittinger <cg@exept.de>
Tue, 19 Aug 2003 12:11:16 +0200
changeset 1733 c93d592236f3
parent 1654 26f59bf8b78c
child 1758 d0daf311d335
permissions -rw-r--r--
*** empty log message ***

/*
 * DO NOT EDIT 
 * automagically generated from Make.proto (by make libInit.cc)
 */
#define __INDIRECTVMINITCALLS__
#include <stc.h>
#define INIT_TEXT_SECT /* as nothing */
#ifdef WIN32
# pragma codeseg INITCODE "INITCODE"
#else /* not WIN32 */
# if defined(__GNUC__) && !defined(NO_SECTION_ATTRIBUTES)
#  if (__GNUC__  == 2 && __GNUC_MINOR__ >= 7) || __GNUC__ > 2
#   undef INIT_TEXT_SECT
#   define INIT_TEXT_SECT __attribute__((section(".stxitext")))
#  endif
# endif /* not GNUC */
#endif /* not WIN32 */
#ifdef INIT_TEXT_SECT
extern void _libtool2_Init() INIT_TEXT_SECT;
#endif
void _libtool2_Init(pass, __pRT__, snd)
OBJ snd; struct __vmData__ *__pRT__; {
__BEGIN_PACKAGE2__("libtool2", _libtool2_Init, "stx:libtool2");
_ColorMenu_Init(pass,__pRT__,snd);
_FontMenu_Init(pass,__pRT__,snd);
_MenuEditor_Init(pass,__pRT__,snd);
_ImageEditor_Init(pass,__pRT__,snd);
_DataSetBuilder_Init(pass,__pRT__,snd);
_UIGalleryView_Init(pass,__pRT__,snd);
_UIHelpTool_Init(pass,__pRT__,snd);
_UILayoutTool_Init(pass,__pRT__,snd);
_UIObjectView_Init(pass,__pRT__,snd);
_UIPainter_Init(pass,__pRT__,snd);
_UIPainterView_Init(pass,__pRT__,snd);
_UISelectionPanel_Init(pass,__pRT__,snd);
_UISpecificationTool_Init(pass,__pRT__,snd);
_SelectionBrowser_Init(pass,__pRT__,snd);
_FileSelectionBrowser_Init(pass,__pRT__,snd);
_ResourceSelectionBrowser_Init(pass,__pRT__,snd);
_ToolbarIconLibrary_Init(pass,__pRT__,snd);
__END_PACKAGE__();
}