Removed unused HOST_OPT_FLAGS definition.

This commit is contained in:
Janet B. Anderson
2001-07-03 23:13:56 +00:00
parent 29b706dd35
commit a9f1052b59
2 changed files with 1 additions and 23 deletions

View File

@@ -171,7 +171,7 @@ OP_SYS_CFLAGS =
#
# Borland specific include files
#
#OP_SYS_INCLUDES = -I$(BORLAND_INC)
OP_SYS_INCLUDES = -I$(BORLAND_INC)
#
OP_SYS_LDLIBS =
@@ -181,17 +181,6 @@ OP_SYS_LDLIBS =
#DLL_DEF_FLAG = $(addprefix /def:,$(wildcard ../$(addsuffix .def,$(LIBRARY))))
DLL_DEF_FLAG = $(subst /,\\,$(wildcard ../$(addsuffix .def,$(LIBRARY))))
# HOST_OPT_FLAGS is part of CFLAGS/CXXFLAGS,
# which in turn are used in COMPILE.c[c]
#
# If we compile a .c, .cc into an $(OBJ),
# we test if this object is part of the
# library objects LIBRARY_LD_OBJS.
# If so, we define _WINDLL so that
# e.g. include/shareLib.h works correctly.
#
OPT_CFLAGS_YES += $(subst $@, /_WINDLL, $(findstring $@,$(LIBRARY_LD_OBJS)))
#
# A WIN32 dll has three parts:
# x.dll: the real dll (SHRLIBNAME)

View File

@@ -196,17 +196,6 @@ WIN32_DLLFLAGS = /subsystem:windows /dll $(OPT_LDFLAGS)
#
DLL_DEF_FLAG = $(addprefix /def:,$(wildcard ../$(addsuffix .def,$(LIBRARY))))
# HOST_OPT_FLAGS is part of CFLAGS/CXXFLAGS,
# which in turn are used in COMPILE.c[c]
#
# If we compile a .c, .cc into an $(OBJ),
# we test if this object is part of the
# library objects LIBRARY_LD_OBJS.
# If so, we define _WINDLL so that
# e.g. include/shareLib.h works correctly.
#
HOST_OPT_FLAGS += $(subst $@, /_WINDLL, $(findstring $@,$(LIBRARY_LD_OBJS)))
#
# A WIN32 dll has three parts:
# x.dll: the real dll (SHRLIBNAME)