2
0
mirror of https://github.com/boostorg/build.git synced 2026-02-15 13:02:11 +00:00

Fix setting PATH and quotes problem.

[SVN r21252]
This commit is contained in:
Rene Rivera
2003-12-14 20:08:14 +00:00
parent 6f977e98a6
commit 0caa010580

View File

@@ -118,7 +118,7 @@ if $(NT)
{
actions borland-Link-action
{
set PATH=$(BCC_TOOL_PATH);"%PATH%"
set "PATH=$(BCC_TOOL_PATH);%PATH%"
"$(BCC_TOOL_PATH)bcc32" -v -q $(LINKFLAGS) -L"$(LIBPATH)" -L"$(STDLIBPATH)" -e"$(<[1])" @"$(>)" $(FINDLIBS:S=.lib)
}
}
@@ -186,11 +186,3 @@ actions borland-Archive-action
IF EXIST "$(<)" DEL "$(<)"
"$(BCC_TOOL_PATH)tlib" /P64 /u /a /C /$(ARFLAGS) "$(<)" +"$(>)"
}