mirror of
https://gitlab.com/embeddable-common-lisp/ecl.git
synced 2025-12-06 02:40:26 -08:00
gc: remove unnecessary workarounds for old bdwgc versions
This commit is contained in:
parent
d85326d2a5
commit
e0bf0f5ac2
7 changed files with 27 additions and 76 deletions
|
|
@ -46,7 +46,7 @@ ECL_USE_DBGHELP_FLAG=0
|
|||
# Programs used by "make":
|
||||
#
|
||||
CC = cl
|
||||
CFLAGS = -c $(ECL_CFLAGS) -DECL_BUILD -DECL_API="__declspec(dllexport)" -I./ -I../ -I$(srcdir) -I$(top_srcdir)/bdwgc/include -I$(top_srcdir)/bdwgc/include/private -I$(srcdir)/unicode
|
||||
CFLAGS = -c $(ECL_CFLAGS) -DECL_BUILD -DECL_API="__declspec(dllexport)" -I./ -I../ -I../ecl -I$(srcdir) -I$(srcdir)/unicode
|
||||
|
||||
SHELL = /bin/sh
|
||||
RM = del
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue