Minor Windows build fixes

darcs
slava 2006-02-07 19:37:32 +00:00
parent 2d6dfbb75e
commit f353ea347b
3 changed files with 2 additions and 3 deletions

View File

@ -17,7 +17,8 @@ UNIX_OBJS = native/unix/file.o \
native/unix/ffi.o \ native/unix/ffi.o \
native/unix/run.o \ native/unix/run.o \
native/unix/memory.o \ native/unix/memory.o \
native/unix/mach_signal.o native/unix/mach_signal.o \
native/unix/icache.o
WIN32_OBJS = native/win32/ffi.o \ WIN32_OBJS = native/win32/ffi.o \
native/win32/file.o \ native/win32/file.o \
@ -48,7 +49,6 @@ OBJS = $(PLAF_OBJS) native/array.o native/bignum.o \
native/boolean.o \ native/boolean.o \
native/debug.o \ native/debug.o \
native/hashtable.o \ native/hashtable.o \
native/icache.o \
native/io.o \ native/io.o \
native/wrapper.o \ native/wrapper.o \
native/ffi_test.o native/ffi_test.o

View File

@ -1,4 +1,3 @@
- fix the windows build
- if select() returns an error, fep - if select() returns an error, fep
- FILE* leaked in process.factor - FILE* leaked in process.factor
- fix remaining HTML stream issues - fix remaining HTML stream issues