From 805653deb8b05a08035666dbedfb8ae16a73b74a Mon Sep 17 00:00:00 2001 From: Slava Pestov Date: Sat, 11 Dec 2004 03:59:50 +0000 Subject: [PATCH] win32 port --- Makefile | 18 ++++++++++++------ README.txt | 3 ++- library/tools/listener.factor | 1 + 3 files changed, 15 insertions(+), 7 deletions(-) diff --git a/Makefile b/Makefile index 25b63b7580..79ca2d024c 100644 --- a/Makefile +++ b/Makefile @@ -7,16 +7,22 @@ STRIP = strip OBJS = native/arithmetic.o native/array.o native/bignum.o \ native/s48_bignum.o \ native/complex.o native/cons.o native/error.o \ - native/factor.o native/file.o native/fixnum.o \ + native/factor.o native/fixnum.o \ native/float.o native/gc.o \ - native/image.o native/io.o native/memory.o \ + native/image.o native/memory.o \ native/misc.o native/port.o native/primitives.o \ - native/ratio.o native/read.o native/relocate.o \ + native/ratio.o native/relocate.o \ native/run.o \ - native/sbuf.o native/socket.o native/stack.o \ + native/sbuf.o native/stack.o \ native/string.o native/types.o native/vector.o \ - native/write.o native/word.o native/compiler.o \ - native/ffi.o native/signal.o native/boolean.o + native/word.o native/compiler.o \ + native/ffi.o native/boolean.o \ + native/unix/file.o \ + native/unix/io.o \ + native/unix/socket.o \ + native/unix/signal.o \ + native/unix/read.o \ + native/unix/write.o default: @echo "Run 'make' with one of the following parameters:" diff --git a/README.txt b/README.txt index 39ed48d2f8..bf405e1744 100644 --- a/README.txt +++ b/README.txt @@ -31,7 +31,8 @@ the following: When entering code at the interactive interpreter loop, most vocabularies are already in the search path, and the USE: declarations -can be omitted. However, in a source file they must all be specified, by convention at the beginning of the file. +can be omitted. However, in a source file they must all be specified, +by convention at the beginning of the file. * Control flow diff --git a/library/tools/listener.factor b/library/tools/listener.factor index a9f7493a18..e18333780d 100644 --- a/library/tools/listener.factor +++ b/library/tools/listener.factor @@ -103,6 +103,7 @@ global [ "Factor " write version print "Copyright (C) 2003, 2004 Slava Pestov" print "Copyright (C) 2004 Chris Double" print + "Copyright (C) 2004 Mackenzie Straight" print "Type ``exit'' to exit, ``help'' for help." print terpri room.