gc: remove unnecessary workarounds for old bdwgc versions

This commit is contained in:
Marius Gerbershagen 2020-05-09 20:27:47 +02:00
parent d85326d2a5
commit e0bf0f5ac2
7 changed files with 27 additions and 76 deletions

View file

@ -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