*** empty log message ***
authorClaus Gittinger <cg@exept.de>
Mon, 22 Jul 1996 22:43:25 +0200
changeset 1600 e54d4908baa2
parent 1599 11760afcbbab
child 1601 1d57e1047323
*** empty log message ***
Unix.st
bc.mak
nt.mak
--- a/Unix.st	Mon Jul 22 22:38:44 1996 +0200
+++ b/Unix.st	Mon Jul 22 22:43:25 1996 +0200
@@ -185,15 +185,15 @@
 #  ifdef MSDOS_LIKE
 
 #   ifndef _SYS_TYPES_H_INCLUDED_
-#    include <sys/TYPES.h>
+#    include <h/sys/TYPES.h>
 #    define _SYS_TYPES_H_INCLUDED_
 #   endif
 #   ifndef _TIME_H_INCLUDED_
-#    include <TIME.h>
+#    include <h/time.h>
 #    define _TIME_H_INCLUDED_
 #   endif
 #   ifndef _SYS_TIMEB_H_INCLUDED_
-#    include <sys/timeb.h>
+#    include <h/sys/timeb.h>
 #    define _SYS_TIMEB_H_INCLUDED_
 #   endif
 
@@ -257,11 +257,11 @@
 #   undef Rectangle
 
 /* #  include <windows.h> /* */
-#  include <stdarg.h> /* */
-#  include <windef.h> /* */
-#  include <winbase.h> /* */
-#  include <wingdi.h> /* */
-#  include <winuser.h> /* */
+#  include <h/stdarg.h> /* */
+#  include <h/windef.h> /* */
+#  include <h/winbase.h> /* */
+#  include <h/wingdi.h> /* */
+#  include <h/winuser.h> /* */
 
 #   ifdef __DEF_Array
 #    define Array __DEF_Array
@@ -7483,6 +7483,6 @@
 !OperatingSystem  class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic/Attic/Unix.st,v 1.154 1996-07-22 20:37:03 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic/Attic/Unix.st,v 1.155 1996-07-22 20:43:19 cg Exp $'
 ! !
 OperatingSystem initialize!
--- a/bc.mak	Mon Jul 22 22:38:44 1996 +0200
+++ b/bc.mak	Mon Jul 22 22:43:25 1996 +0200
@@ -55,9 +55,9 @@
 O=obj
 
 # ADD BASE CPP /nologo /W3 /GX /Zi /YX /Od /D "WIN32" /D "i386" /D "DEBUG" /D "_CONSOLE" /FR /c
-# ADD CPP /nologo /W3 /GX /Zi /YX /Ob1 /I"\mstools" /I "..\include" /D "DEBUG" /D "WIN32" /D "i386" /D "_CONSOLE" /FR /c
+# ADD CPP /nologo /W3 /GX /Zi /YX /Ob1 /I"\mstools" /I"..\include" /I"\mstools\h" /D "DEBUG" /D "WIN32" /D "i386" /D "_CONSOLE" /FR /c
 # SUBTRACT CPP /WX
-CPP_PROJ=/nologo /W3 /GX /Zi /YX /Ob1 /I"\mstools" /I "..\include" $(DEFS) /FR$(INTDIR)/\
+CPP_PROJ=/nologo /W3 /GX /Zi /YX /Ob1 /I"\mstools" /I"..\include" /I"\mstools\h" $(DEFS) /FR$(INTDIR)/\
  /Fp$(OUTDIR)/"libbasicnt.pch" /Fo$(INTDIR)/ /Fd$(OUTDIR)/"libbasicnt.pdb" /c 
 CPP_OBJS=.\WinDebug/
 # ADD BASE RSC /l 0x409 /d "DEBUG"
@@ -218,7 +218,7 @@
 # Begin Group "src"
 
 STC=..\bin\stc
-INCL=-I"..\include" -I"\mstools"
+INCL=-I"\mstools" -I"..\include" -I"\mstools\h"
 STCFLAGS=-H..\include
 DBGFLAGS=-Yd
 # FFLAGS=-Fo.\WinDebug
--- a/nt.mak	Mon Jul 22 22:38:44 1996 +0200
+++ b/nt.mak	Mon Jul 22 22:43:25 1996 +0200
@@ -55,9 +55,9 @@
 O=obj
 
 # ADD BASE CPP /nologo /W3 /GX /Zi /YX /Od /D "WIN32" /D "i386" /D "DEBUG" /D "_CONSOLE" /FR /c
-# ADD CPP /nologo /W3 /GX /Zi /YX /Ob1 /I"\mstools" /I "..\include" /D "DEBUG" /D "WIN32" /D "i386" /D "_CONSOLE" /FR /c
+# ADD CPP /nologo /W3 /GX /Zi /YX /Ob1 /I"\mstools" /I"..\include" /I"\mstools\h" /D "DEBUG" /D "WIN32" /D "i386" /D "_CONSOLE" /FR /c
 # SUBTRACT CPP /WX
-CPP_PROJ=/nologo /W3 /GX /Zi /YX /Ob1 /I"\mstools" /I "..\include" $(DEFS) /FR$(INTDIR)/\
+CPP_PROJ=/nologo /W3 /GX /Zi /YX /Ob1 /I"\mstools" /I"..\include" /I"\mstools\h" $(DEFS) /FR$(INTDIR)/\
  /Fp$(OUTDIR)/"libbasicnt.pch" /Fo$(INTDIR)/ /Fd$(OUTDIR)/"libbasicnt.pdb" /c 
 CPP_OBJS=.\WinDebug/
 # ADD BASE RSC /l 0x409 /d "DEBUG"
@@ -218,7 +218,7 @@
 # Begin Group "src"
 
 STC=..\bin\stc
-INCL=-I"..\include" -I"\mstools"
+INCL=-I"\mstools" -I"..\include" -I"\mstools\h"
 STCFLAGS=-H..\include
 DBGFLAGS=-Yd
 # FFLAGS=-Fo.\WinDebug