From 55e19cad22e9eecf319ffa5ff80d2e2c048d5dd2 Mon Sep 17 00:00:00 2001 From: Rene Rivera Date: Mon, 4 Feb 2002 22:18:46 +0000 Subject: [PATCH] Modified ARFLAGS so that the "/" is not needed because it is translated to "\\" by Boost.Jam. [SVN r12712] --- borland-tools.jam | 2 +- v1/borland-tools.jam | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/borland-tools.jam b/borland-tools.jam index d71857789..45a04cd67 100644 --- a/borland-tools.jam +++ b/borland-tools.jam @@ -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) "$(<)" +-"$(>)" } diff --git a/v1/borland-tools.jam b/v1/borland-tools.jam index d71857789..45a04cd67 100644 --- a/v1/borland-tools.jam +++ b/v1/borland-tools.jam @@ -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) "$(<)" +-"$(>)" }