From d6d842a317f73bdb1b3f24450331a6d438be614c Mon Sep 17 00:00:00 2001 From: "Janet B. Anderson" Date: Fri, 12 Jan 2001 23:20:34 +0000 Subject: [PATCH] Change / to \\ in link line --- configure/os/CONFIG.win32-x86-borland.win32-x86-borland | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/configure/os/CONFIG.win32-x86-borland.win32-x86-borland b/configure/os/CONFIG.win32-x86-borland.win32-x86-borland index 1699b79fa..a2577f921 100644 --- a/configure/os/CONFIG.win32-x86-borland.win32-x86-borland +++ b/configure/os/CONFIG.win32-x86-borland.win32-x86-borland @@ -3,7 +3,7 @@ # $Id$ # This file is maintained by the build community. # -# Definitions for win32-x86 target arch when host arch is win32-x86 with borland compiler +# Definitions for win32-x86-borland target arch when host arch is win32-x86-borland # Sites may override these definitions in CONFIG_SITE.win32-x86-borland.win32-x86-borland #------------------------------------------------------- @@ -281,7 +281,7 @@ LDFLAGS += -c -C -Gn -Tpe -x -w -L$(BORLAND_LIB) -L$(BORLAND_LIB)\\Psdk LINKSTARTUP = c0x32.obj LINKLIBS=import32.lib cw32$(LIBSUF).lib -LINK.cpp = $(WINLINK) $(LDFLAGS) $(LINKSTARTUP) $(PROD_LD_OBJS) +LINK.cpp = $(WINLINK) $(LDFLAGS) $(LINKSTARTUP) $(subst /,\\,$(PROD_LD_OBJS)) LINK.cpp += , $@ ,,$(LINKLIBS) $(subst /,\\,$(LDLIBS)) #--------------------------------------------------