Modified win32 def file flag.

This commit is contained in:
Janet B. Anderson
2000-05-09 20:50:25 +00:00
parent dedc7c00a0
commit 0cace42008
+1 -1
View File
@@ -133,7 +133,7 @@ OP_SYS_LDLIBS =
#
# specify dll .def file only if it exists
#
DLL_DEF_FLAG = $(addprefix /def:,$(wildcard ../$(LIBRARY).def))
DLL_DEF_FLAG = $(subst /,\\,$(wildcard ../$(LIBRARY).def))
# HOST_OPT_FLAGS is part of CFLAGS/CXXFLAGS,
# which in turn are used in COMPILE.c[c]