test/libInit.cc
changeset 177 f87fa7bd8338
child 837 8de4f573203e
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/test/libInit.cc	Sat Oct 30 14:42:27 2010 +0200
@@ -0,0 +1,34 @@
+/*
+ * $Header: /cvs/stx/stx/goodies/monticello/test/libInit.cc,v 1.1 2010-10-30 12:42:27 cg Exp $
+ *
+ * DO NOT EDIT
+ * automagically generated from the projectDefinition: stx_goodies_monticello_test.
+ */
+#define __INDIRECTVMINITCALLS__
+#include <stc.h>
+
+#ifdef WIN32
+# pragma codeseg INITCODE "INITCODE"
+#endif
+
+#if defined(INIT_TEXT_SECTION) || defined(DLL_EXPORT)
+DLL_EXPORT void _libstx_goodies_monticello_test_Init() INIT_TEXT_SECTION;
+// DLL_EXPORT void _libstx_goodies_monticello_test_InitDefinition() INIT_TEXT_SECTION;
+#endif
+
+// void _libstx_goodies_monticello_test_InitDefinition(pass, __pRT__, snd)
+// OBJ snd; struct __vmData__ *__pRT__; {
+// __BEGIN_PACKAGE2__("libstx_goodies_monticello_test__DFN", _libstx_goodies_monticello_test_InitDefinition, "stx:goodies/monticello/test");
+// _stx_137goodies_137monticello_137test_Init(pass,__pRT__,snd);
+
+// __END_PACKAGE__();
+// }
+
+void _libstx_goodies_monticello_test_Init(pass, __pRT__, snd)
+OBJ snd; struct __vmData__ *__pRT__; {
+__BEGIN_PACKAGE2__("libstx_goodies_monticello_test", _libstx_goodies_monticello_test_Init, "stx:goodies/monticello/test");
+_stx_137goodies_137monticello_137test_Init(pass,__pRT__,snd);
+
+
+__END_PACKAGE__();
+}