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

list implementation

[SVN r14261]
This commit is contained in:
Dave Abrahams
2002-06-29 19:24:11 +00:00
parent 84f07a626c
commit ecdf182cce
2 changed files with 10 additions and 0 deletions

View File

@@ -311,6 +311,11 @@ rule Link-action
}
else
{
# Workaround GCC's lack of command-files and NT's line-length limitation.
if $(NT) {
JAMSHELL on $(<) = % ;
}
gcc-Link-action $(<) : $(>) ;
}
}

View File

@@ -311,6 +311,11 @@ rule Link-action
}
else
{
# Workaround GCC's lack of command-files and NT's line-length limitation.
if $(NT) {
JAMSHELL on $(<) = % ;
}
gcc-Link-action $(<) : $(>) ;
}
}