Minor Windows build fixes
parent
2d6dfbb75e
commit
f353ea347b
4
Makefile
4
Makefile
|
@ -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
|
||||||
|
|
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue