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:
@@ -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) "$(<)" +"$(>)"
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user