libInit.cc
changeset 0 33a652015a1a
child 1 09b3ef5606e7
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/libInit.cc	Sat Jun 07 11:21:59 2014 +0100
@@ -0,0 +1,39 @@
+/*
+ * $Header$
+ *
+ * DO NOT EDIT
+ * automagically generated from the projectDefinition: jv_vdb.
+ */
+#define __INDIRECTVMINITCALLS__
+#include <stc.h>
+
+#ifdef WIN32
+# pragma codeseg INITCODE "INITCODE"
+#endif
+
+#if defined(INIT_TEXT_SECTION) || defined(DLL_EXPORT)
+DLL_EXPORT void _libjv_vdb_Init() INIT_TEXT_SECTION;
+DLL_EXPORT void _libjv_vdb_InitDefinition() INIT_TEXT_SECTION;
+#endif
+
+void _libjv_vdb_InitDefinition(pass, __pRT__, snd)
+OBJ snd; struct __vmData__ *__pRT__; {
+__BEGIN_PACKAGE2__("libjv_vdb__DFN", _libjv_vdb_InitDefinition, "jv:vdb");
+_jv_137vdb_Init(pass,__pRT__,snd);
+
+__END_PACKAGE__();
+}
+
+void _libjv_vdb_Init(pass, __pRT__, snd)
+OBJ snd; struct __vmData__ *__pRT__; {
+__BEGIN_PACKAGE2__("libjv_vdb", _libjv_vdb_Init, "jv:vdb");
+_VDBAbstractApplication_Init(pass,__pRT__,snd);
+_VDBConsoleView_Init(pass,__pRT__,snd);
+_VDBInternalPipeStream_Init(pass,__pRT__,snd);
+_jv_137vdb_Init(pass,__pRT__,snd);
+_VDBConsoleApplication_Init(pass,__pRT__,snd);
+_VDBDebuggerApplication_Init(pass,__pRT__,snd);
+
+
+__END_PACKAGE__();
+}