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

Modified ARFLAGS so that the "/" is not needed because it is translated to "\\" by Boost.Jam.

[SVN r12712]
This commit is contained in:
Rene Rivera
2002-02-04 22:18:46 +00:00
parent ae74b2af93
commit 55e19cad22
2 changed files with 2 additions and 2 deletions

View File

@@ -129,7 +129,7 @@ rule Archive-action
actions updated together piecemeal borland-Archive-action
{
$(BCC_TOOL_PATH)tlib /P64 /u /a /C $(ARFLAGS) "$(<)" +-"$(>)"
$(BCC_TOOL_PATH)tlib /P64 /u /a /C /$(ARFLAGS) "$(<)" +-"$(>)"
}

View File

@@ -129,7 +129,7 @@ rule Archive-action
actions updated together piecemeal borland-Archive-action
{
$(BCC_TOOL_PATH)tlib /P64 /u /a /C $(ARFLAGS) "$(<)" +-"$(>)"
$(BCC_TOOL_PATH)tlib /P64 /u /a /C /$(ARFLAGS) "$(<)" +-"$(>)"
}