*** empty log message ***
authorClaus Gittinger <cg@exept.de>
Wed, 05 Jul 2006 13:35:09 +0200
changeset 9419 1b7c7f922618
parent 9418 df5d2576402d
child 9420 4774aeacb08f
*** empty log message ***
Make.proto
Make.spec
libInit.cc
--- a/Make.proto	Wed Jul 05 09:21:47 2006 +0200
+++ b/Make.proto	Wed Jul 05 13:35:09 2006 +0200
@@ -1,4 +1,4 @@
-# $Header: /cvs/stx/stx/libbasic/Make.proto,v 1.175 2006-06-14 09:23:15 cg Exp $
+# $Header: /cvs/stx/stx/libbasic/Make.proto,v 1.176 2006-07-05 11:35:09 cg Exp $
 #
 # -------------- no need to change anything below ----------
 
@@ -19,6 +19,12 @@
 
 EXTERNALSTREAM=$(OUTDIR)ExternalStream.$(O)
 
+dbg:
+	$(MAKE) STCLOCALOPT="$(STCLOCALOPT) -lineInfo" OPT=-g
+
+dbgs:
+	$(MAKE) STCLOCALOPT="$(STCLOCALOPT) -lineInfo" OPT=-g Smalltalk.c
+
 #
 # only needed for NeXT (2.1) - assembler dumps core with long name ?!?!
 #
--- a/Make.spec	Wed Jul 05 09:21:47 2006 +0200
+++ b/Make.spec	Wed Jul 05 13:35:09 2006 +0200
@@ -1,4 +1,4 @@
-# $Header: /cvs/stx/stx/libbasic/Make.spec,v 1.42 2006-06-14 15:53:55 stefan Exp $
+# $Header: /cvs/stx/stx/libbasic/Make.spec,v 1.43 2006-07-05 11:35:09 cg Exp $
 #
 # -------------- no need to change anything below ----------
 
@@ -32,7 +32,6 @@
 	$(OUTDIR)Win32Handle.$(O) \
 	$(OUTDIR)Win32FILEHandle.$(O) \
 	$(OUTDIR)Win32OperatingSystem.$(O) \
-	$(OUTDIR)Win32OleCom.$(O) \
 	$(OUTDIR)Encoder_MS_Ansi.$(O) \
 	$(OUTDIR)Encoder_MS_Greek.$(O) \
 	$(OUTDIR)Encoder_MS_Baltic.$(O) \
--- a/libInit.cc	Wed Jul 05 09:21:47 2006 +0200
+++ b/libInit.cc	Wed Jul 05 13:35:09 2006 +0200
@@ -262,7 +262,6 @@
 _Win32Handle_Init(pass,__pRT__,snd);
 _Win32FILEHandle_Init(pass,__pRT__,snd);
 _Win32OperatingSystem_Init(pass,__pRT__,snd);
-_OleCom_Init(pass,__pRT__,snd);
 _CharacterEncoderImplementations__MS_137Ansi_Init(pass,__pRT__,snd);
 _CharacterEncoderImplementations__MS_137Greek_Init(pass,__pRT__,snd);
 _CharacterEncoderImplementations__MS_137Baltic_Init(pass,__pRT__,snd);