libInit.cc
author Claus Gittinger <cg@exept.de>
Mon, 10 Sep 2001 19:32:05 +0200
changeset 3145 018bd8b1d5e6
parent 2463 82db38e29692
child 3335 4a7a11a42c59
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);
_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);
_VersionDiffBrowser_Init(pass,__pRT__,snd);
_FileBrowser_Init(pass,__pRT__,snd);
__END_PACKAGE__();
}