libInit.cc
author Claus Gittinger <cg@exept.de>
Sun, 26 Oct 2003 15:10:57 +0100
changeset 5314 b7f466e1a1dc
parent 5304 838840033fe1
child 5420 3841c84ec520
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 _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);
_NewSystemBrowser_Init(pass,__pRT__,snd);
_FileBrowser_Init(pass,__pRT__,snd);
_AbstractFileBrowser_Init(pass,__pRT__,snd);
_AbstractFileApplicationNoteBookComponent_Init(pass,__pRT__,snd);
_AbstractDirectoryBrowser_Init(pass,__pRT__,snd);
_FileApplicationNoteBook_Init(pass,__pRT__,snd);
_DirectoryContentsBrowser_Init(pass,__pRT__,snd);
_DirectoryTreeBrowser_Init(pass,__pRT__,snd);
_FileBrowserV2_Init(pass,__pRT__,snd);
_FileBrowserV2PanelView_Init(pass,__pRT__,snd);
_FileBrowserV2UISpecifications_Init(pass,__pRT__,snd);
_FilenameEditFieldV2_Init(pass,__pRT__,snd);
_FindFileApplication_Init(pass,__pRT__,snd);
_AbstractSettingsApplication_Init(pass,__pRT__,snd);
_SettingsDialog_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);
_MultiViewToolApplication_Init(pass,__pRT__,snd);
_WorkspaceApplication_Init(pass,__pRT__,snd);
_VersionDiffBrowser_Init(pass,__pRT__,snd);
_DiffTextView_Init(pass,__pRT__,snd);
_CodeGeneratorTool_Init(pass,__pRT__,snd);
_ToolbarIconLibrary_Init(pass,__pRT__,snd);
__END_PACKAGE__();
}