libInit.cc
author Claus Gittinger <cg@exept.de>
Mon, 11 Nov 2002 18:54:11 +0100
changeset 4239 28956dce087b
parent 4227 ff28714fca33
child 4485 ed4872ed41df
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);
_AbstractFileBrowser_Init(pass,__pRT__,snd);
_DebugView_Init(pass,__pRT__,snd);
_AbstractSettingsApplication_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__();
}