*** empty log message ***
authorClaus Gittinger <cg@exept.de>
Mon, 22 Jul 1996 20:58:47 +0200
changeset 1594 0aad3ce43541
parent 1593 e113066de2c5
child 1595 877b487e11cd
*** empty log message ***
bc.mak
nt.mak
ntlibbasicInit.c
--- a/bc.mak	Mon Jul 22 20:56:54 1996 +0200
+++ b/bc.mak	Mon Jul 22 20:58:47 1996 +0200
@@ -184,8 +184,8 @@
 	      ExtBytes.$(O)                               \
 	      ExtFunc.$(O)                                \
 	      MthdDict.$(O)                               \
-	      Unix.$(O)                                   
-	libbasicInit.obj
+	      Unix.$(O)                                   \                                   
+	ntlibbasicInit.obj
 
 $(BINDIR)\libbasic.dll: $(OUTDIR)\libbasic.dll
 	-copy $(OUTDIR)\libbasic.dll $(BINDIR)\*.*
--- a/nt.mak	Mon Jul 22 20:56:54 1996 +0200
+++ b/nt.mak	Mon Jul 22 20:58:47 1996 +0200
@@ -184,8 +184,8 @@
 	      ExtBytes.$(O)                               \
 	      ExtFunc.$(O)                                \
 	      MthdDict.$(O)                               \
-	      Unix.$(O)                                   
-	libbasicInit.obj
+	      Unix.$(O)                                   \                                   
+	ntlibbasicInit.obj
 
 $(BINDIR)\libbasic.dll: $(OUTDIR)\libbasic.dll
 	-copy $(OUTDIR)\libbasic.dll $(BINDIR)\*.*
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/ntlibbasicInit.c	Mon Jul 22 20:58:47 1996 +0200
@@ -0,0 +1,114 @@
+
+#ifndef OLDVMDATA
+# define __INDIRECTVMINITCALLS__
+#endif
+#include <stc.h>
+_libbasic_Init(pass, __pRT__, snd)
+#ifdef OLDVMDATA
+OBJ snd; struct __initTab__ *__pRT__; {
+#else
+OBJ snd; struct __vmData__ *__pRT__; {
+#endif
+ __BEGIN_PACKAGE__("libbasic", _libbasic_Init);
+_AbsoluteTime_Init(pass,__pRT__,snd);
+_AbstractTime_Init(pass,__pRT__,snd);
+_ArithmeticValue_Init(pass,__pRT__,snd);
+_ArrayedCollection_Init(pass,__pRT__,snd);
+_Array_Init(pass,__pRT__,snd);
+_Association_Init(pass,__pRT__,snd);
+_Autoload_Init(pass,__pRT__,snd);
+_BlockContext_Init(pass,__pRT__,snd);
+_Bag_Init(pass,__pRT__,snd);
+_Behavior_Init(pass,__pRT__,snd);
+_Block_Init(pass,__pRT__,snd);
+_Boolean_Init(pass,__pRT__,snd);
+_ByteArray_Init(pass,__pRT__,snd);
+_ClassCategoryReader_Init(pass,__pRT__,snd);
+_CharacterArray_Init(pass,__pRT__,snd);
+_Character_Init(pass,__pRT__,snd);
+_CheapBlock_Init(pass,__pRT__,snd);
+_Class_Init(pass,__pRT__,snd);
+_ClassDescription_Init(pass,__pRT__,snd);
+_Collection_Init(pass,__pRT__,snd);
+_CompiledCode_Init(pass,__pRT__,snd);
+_Context_Init(pass,__pRT__,snd);
+_Date_Init(pass,__pRT__,snd);
+_Delay_Init(pass,__pRT__,snd);
+_Dictionary_Init(pass,__pRT__,snd);
+_DirectoryStream_Init(pass,__pRT__,snd);
+_DoubleArray_Init(pass,__pRT__,snd);
+_Exception_Init(pass,__pRT__,snd);
+_ExecutableFunction_Init(pass,__pRT__,snd);
+_ExternalAddress_Init(pass,__pRT__,snd);
+_ExternalBytes_Init(pass,__pRT__,snd);
+_ExternalFunction_Init(pass,__pRT__,snd);
+_ExternalStream_Init(pass,__pRT__,snd);
+_False_Init(pass,__pRT__,snd);
+_FileDirectory_Init(pass,__pRT__,snd);
+_FileStream_Init(pass,__pRT__,snd);
+_Filename_Init(pass,__pRT__,snd);
+_Float_Init(pass,__pRT__,snd);
+_FloatArray_Init(pass,__pRT__,snd);
+_Fraction_Init(pass,__pRT__,snd);
+_Geometric_Init(pass,__pRT__,snd);
+_HandleRegistry_Init(pass,__pRT__,snd);
+_IdentityDictionary_Init(pass,__pRT__,snd);
+_IdentitySet_Init(pass,__pRT__,snd);
+_Integer_Init(pass,__pRT__,snd);
+_InterestConverter_Init(pass,__pRT__,snd);
+_Interval_Init(pass,__pRT__,snd);
+_LimitedPrecisionReal_Init(pass,__pRT__,snd);
+_LargeInteger_Init(pass,__pRT__,snd);
+_Link_Init(pass,__pRT__,snd);
+_LinkedList_Init(pass,__pRT__,snd);
+_LookupKey_Init(pass,__pRT__,snd);
+_Magnitude_Init(pass,__pRT__,snd);
+_Message_Init(pass,__pRT__,snd);
+_Metaclass_Init(pass,__pRT__,snd);
+_Method_Init(pass,__pRT__,snd);
+_MiniDebugger_Init(pass,__pRT__,snd);
+_MiniInspector_Init(pass,__pRT__,snd);
+_MethodDictionary_Init(pass,__pRT__,snd);
+_NonPositionableExternalStream_Init(pass,__pRT__,snd);
+_Number_Init(pass,__pRT__,snd);
+_OSProcessStatus_Init(pass,__pRT__,snd);
+_ObjectMemory_Init(pass,__pRT__,snd);
+_Object_Init(pass,__pRT__,snd);
+_OrderedCollection_Init(pass,__pRT__,snd);
+_PeekableStream_Init(pass,__pRT__,snd);
+_PipeStream_Init(pass,__pRT__,snd);
+_Point_Init(pass,__pRT__,snd);
+_PositionableStream_Init(pass,__pRT__,snd);
+_ProcessorScheduler_Init(pass,__pRT__,snd);
+_Process_Init(pass,__pRT__,snd);
+_Project_Init(pass,__pRT__,snd);
+_QuerySignal_Init(pass,__pRT__,snd);
+_ReadWriteStream_Init(pass,__pRT__,snd);
+_ReadStream_Init(pass,__pRT__,snd);
+_Rectangle_Init(pass,__pRT__,snd);
+_Registry_Init(pass,__pRT__,snd);
+_ShortFloat_Init(pass,__pRT__,snd);
+_SemaphoreSet_Init(pass,__pRT__,snd);
+_Semaphore_Init(pass,__pRT__,snd);
+_SequenceableCollection_Init(pass,__pRT__,snd);
+_Set_Init(pass,__pRT__,snd);
+_Signal_Init(pass,__pRT__,snd);
+_SignalSet_Init(pass,__pRT__,snd);
+_SmallInteger_Init(pass,__pRT__,snd);
+_Smalltalk_Init(pass,__pRT__,snd);
+_SortedCollection_Init(pass,__pRT__,snd);
+_Stream_Init(pass,__pRT__,snd);
+_String_Init(pass,__pRT__,snd);
+_Symbol_Init(pass,__pRT__,snd);
+_Time_Init(pass,__pRT__,snd);
+_True_Init(pass,__pRT__,snd);
+_UninterpretedBytes_Init(pass,__pRT__,snd);
+_UndefinedObject_Init(pass,__pRT__,snd);
+_OperatingSystem_Init(pass,__pRT__,snd);
+_WeakArray_Init(pass,__pRT__,snd);
+_WeakIdentityDictionary_Init(pass,__pRT__,snd);
+_WeakIdentitySet_Init(pass,__pRT__,snd);
+_WeakValueDictionary_Init(pass,__pRT__,snd);
+_WriteStream_Init(pass,__pRT__,snd);
+ __END_PACKAGE__();
+}