libInit.cc
author Claus Gittinger <cg@exept.de>
Sat, 02 Nov 2002 13:11:30 +0100
changeset 4139 21bcb24541fb
parent 4028 24b4fb1d06b2
child 4186 fa79ea59d8eb
permissions -rw-r--r--
*** empty log message ***

/*
 * DO NOT EDIT 
 * automatically 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 _libtool_Init() INIT_TEXT_SECT;
#endif
void _libtool_Init(pass, __pRT__, snd)
OBJ snd; struct __vmData__ *__pRT__; {
__BEGIN_PACKAGE2__("libtool", _libtool_Init, "stx:libtool");
_SystemBrowser_Init(pass,__pRT__,snd);
_BrowserView_Init(pass,__pRT__,snd);
_ChangesBrowser_Init(pass,__pRT__,snd);
_AbstractFileBrowser_Init(pass,__pRT__,snd);
_FileBrowserV2_Init(pass,__pRT__,snd);
_AbstractFileApplicationNoteBookComponent_Init(pass,__pRT__,snd);
_FileApplicationNoteBook_Init(pass,__pRT__,snd);
_DirectoryContentsBrowser_Init(pass,__pRT__,snd);
_DirectoryTreeBrowser_Init(pass,__pRT__,snd);
_FileBrowserV2PanelView_Init(pass,__pRT__,snd);
_FileBrowserV2UISpecifications_Init(pass,__pRT__,snd);
_DebugView_Init(pass,__pRT__,snd);
_AbstractLauncherApplication_Init(pass,__pRT__,snd);
_NewLauncher_Init(pass,__pRT__,snd);
_InspectorView_Init(pass,__pRT__,snd);
_SetInspectorView_Init(pass,__pRT__,snd);
_DictionaryInspectorView_Init(pass,__pRT__,snd);
_ContextInspectorView_Init(pass,__pRT__,snd);
_OrderedCollectionInspectorView_Init(pass,__pRT__,snd);
_AboutBox_Init(pass,__pRT__,snd);
_WorkspaceApplication_Init(pass,__pRT__,snd);
_VersionDiffBrowser_Init(pass,__pRT__,snd);
_FileBrowser_Init(pass,__pRT__,snd);
__END_PACKAGE__();
}