mirror of
https://gitlab.com/embeddable-common-lisp/ecl.git
synced 2026-01-01 15:20:36 -08:00
Add include directory for private headers in GC
This commit is contained in:
parent
ae1b594304
commit
2b45ca5bcd
1 changed files with 2 additions and 2 deletions
|
|
@ -16,7 +16,7 @@ THREADS_FLAGS=
|
|||
#
|
||||
TRUE_CC = cl
|
||||
CC = cl
|
||||
CFLAGS = -c $(ECL_CFLAGS) -I./ -I../ -I$(srcdir) -I$(top_srcdir)/gc/include
|
||||
CFLAGS = -c $(ECL_CFLAGS) -I./ -I../ -I$(srcdir) -I$(top_srcdir)/gc/include -I$(top_srcdir)/gc/include/private
|
||||
DEFS = $(THREADS_FLAGS)
|
||||
|
||||
SHELL = /bin/sh
|
||||
|
|
@ -71,7 +71,7 @@ all: $(DPP) ecl\external.h ..\eclmin.lib ..\cinit.obj
|
|||
#.d.c:
|
||||
# $(DPP) $< $@
|
||||
.c.obj:
|
||||
$(CC) $(CFLAGS) -o $@ $<
|
||||
$(CC) $(CFLAGS) -fo $@ $<
|
||||
|
||||
.PHONY: all
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue