diff --git a/Makefile b/Makefile index b6114fb2f9..a6abb277df 100644 --- a/Makefile +++ b/Makefile @@ -17,7 +17,8 @@ UNIX_OBJS = native/unix/file.o \ native/unix/ffi.o \ native/unix/run.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 \ native/win32/file.o \ @@ -48,7 +49,6 @@ OBJS = $(PLAF_OBJS) native/array.o native/bignum.o \ native/boolean.o \ native/debug.o \ native/hashtable.o \ - native/icache.o \ native/io.o \ native/wrapper.o \ native/ffi_test.o diff --git a/TODO.FACTOR.txt b/TODO.FACTOR.txt index e1bd2450a4..39bce1bc70 100644 --- a/TODO.FACTOR.txt +++ b/TODO.FACTOR.txt @@ -1,4 +1,3 @@ -- fix the windows build - if select() returns an error, fep - FILE* leaked in process.factor - fix remaining HTML stream issues diff --git a/native/icache.S b/native/unix/icache.S similarity index 100% rename from native/icache.S rename to native/unix/icache.S