mirror of
https://gitlab.com/embeddable-common-lisp/ecl.git
synced 2026-01-02 23:50:56 -08:00
Add BSD socket installation for MSVC port.
This commit is contained in:
parent
06b3047b1d
commit
f797e17f45
1 changed files with 4 additions and 1 deletions
|
|
@ -59,7 +59,7 @@ mkinstalldirs = $(SHELL) $(top_srcdir)/gc/mkinstalldirs
|
|||
|
||||
SUBDIR = c gc gmp
|
||||
LIBRARIES =
|
||||
LSP_LIBRARIES = cmp.fas clx.fas sysfun.lsp
|
||||
LSP_LIBRARIES = cmp.fas clx.fas sysfun.lsp sockets.fas
|
||||
TARGETS = ecl.exe
|
||||
DEF = ecl.def
|
||||
# Define here the processor type to compile GMP library
|
||||
|
|
@ -187,6 +187,9 @@ eclgmp.lib:
|
|||
sysfun.lsp:
|
||||
$(CP) $(srcdir)\cmp\sysfun.lsp .\
|
||||
|
||||
rt.lisp:
|
||||
$(CP) $(srcdir)\..\contrib\rt\rt.lisp .\
|
||||
|
||||
install: install-base
|
||||
for %h in (gc.h gc_local_alloc.h gc_pthread_redirects.h \
|
||||
gc_config_macros.h leak_detector.h gc_typed.h) \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue