mirror of
https://gitlab.com/embeddable-common-lisp/ecl.git
synced 2026-01-13 21:02:47 -08:00
mmap and cdata missing from Windows port
This commit is contained in:
parent
be0c069bf7
commit
0ba4f79676
1 changed files with 1 additions and 1 deletions
|
|
@ -96,7 +96,7 @@ OBJS = main.obj symbol.obj package.obj list.obj\
|
|||
mapfun.obj multival.obj hash.obj format.obj pathname.obj\
|
||||
structure.obj load.obj unixfsys.obj unixsys.obj \
|
||||
ffi.obj alloc_2.obj tcp.obj $(THREADS_OBJ) serialize.obj \
|
||||
$(ECL_FFI_OBJ) $(ECL_UCD_OBJ)
|
||||
$(ECL_FFI_OBJ) $(ECL_UCD_OBJ) mmap.obj cdata.obj
|
||||
|
||||
all: $(DPP) ..\eclmin.lib ..\cinit.obj
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue