mirror of
https://github.com/boostorg/build.git
synced 2026-02-15 13:02:11 +00:00
Refine HTML col heads
[SVN r13379]
This commit is contained in:
@@ -15,10 +15,10 @@ if ! $(COMO_PATH_SETUP) # do this once
|
||||
COMO_BIN_DIRECTORY ?= "" ; # Don't clobber tool names if COMO_ROOT_DIRECTORY not
|
||||
# set
|
||||
|
||||
COMO_INCLUDE_PATH ?= $(COMO_BASE)$(SLASH)$(DOTDOT)$(SLASH)libcomo ;
|
||||
COMO_INCLUDE_PATH ?= $(COMO_BASE)$(SLASH)libcomo ;
|
||||
COMO_INCLUDE_PATH += $(COMO_INCLUDE_PATH)$(SLASH)cnames ;
|
||||
|
||||
COMO_STDLIB_PATH ?= $(COMO_BASE)$(SLASH)$(DOTDOT)$(SLASH)libcomo ;
|
||||
COMO_STDLIB_PATH ?= $(COMO_BASE)$(SLASH)libcomo ;
|
||||
|
||||
COMO_BACKEND_SETUP = $(COMO_BACKEND_SETUP) ;
|
||||
newline = "
|
||||
|
||||
@@ -17,7 +17,7 @@
|
||||
|
||||
# The following #// line will be used by the regression test table generation
|
||||
# program as the column heading for HTML tables. Must not include version number.
|
||||
#//<a href="http://www.metrowerks.com/products/windows/">Metrowerks<br>CodeWarrior</a>
|
||||
#//<a href="http://www.metrowerks.com/products/windows/">Metro-<br>werks<br>Code-<br>Warrior</a>
|
||||
|
||||
# Get these variable set on the targets so that we can re-use the
|
||||
# build actions for other toolsets using this one as a base.
|
||||
|
||||
@@ -28,7 +28,7 @@
|
||||
|
||||
# The following #// line will be used by the regression test table generation
|
||||
# program as the column heading for HTML tables. Must not include version number.
|
||||
#//<a href="http://msdn.microsoft.com/vstudio/default.asp">Microsoft<br>VC++</a><br><a href="http://www.stlport.org/">STLport</a>
|
||||
#//<a href="http://msdn.microsoft.com/vstudio/default.asp">Micro-<br>soft<br>VC++</a><br><a href="http://www.stlport.org/">STLport</a>
|
||||
|
||||
# this is simply an extension to the msvc toolset.
|
||||
extends-toolset msvc ;
|
||||
|
||||
@@ -8,7 +8,7 @@
|
||||
|
||||
# The following #// line will be used by the regression test table generation
|
||||
# program as the column heading for HTML tables. Must not include version number.
|
||||
#//<a href="http://msdn.microsoft.com/vstudio/default.asp">Microsoft<br>VC++</a>
|
||||
#//<a href="http://msdn.microsoft.com/vstudio/default.asp">Micro-<br>soft<br>VC++</a>
|
||||
|
||||
# Get these variable set on the targets so that we can re-use the
|
||||
# build actions for other toolsets using this one as a base.
|
||||
|
||||
@@ -15,10 +15,10 @@ if ! $(COMO_PATH_SETUP) # do this once
|
||||
COMO_BIN_DIRECTORY ?= "" ; # Don't clobber tool names if COMO_ROOT_DIRECTORY not
|
||||
# set
|
||||
|
||||
COMO_INCLUDE_PATH ?= $(COMO_BASE)$(SLASH)$(DOTDOT)$(SLASH)libcomo ;
|
||||
COMO_INCLUDE_PATH ?= $(COMO_BASE)$(SLASH)libcomo ;
|
||||
COMO_INCLUDE_PATH += $(COMO_INCLUDE_PATH)$(SLASH)cnames ;
|
||||
|
||||
COMO_STDLIB_PATH ?= $(COMO_BASE)$(SLASH)$(DOTDOT)$(SLASH)libcomo ;
|
||||
COMO_STDLIB_PATH ?= $(COMO_BASE)$(SLASH)libcomo ;
|
||||
|
||||
COMO_BACKEND_SETUP = $(COMO_BACKEND_SETUP) ;
|
||||
newline = "
|
||||
|
||||
@@ -17,7 +17,7 @@
|
||||
|
||||
# The following #// line will be used by the regression test table generation
|
||||
# program as the column heading for HTML tables. Must not include version number.
|
||||
#//<a href="http://www.metrowerks.com/products/windows/">Metrowerks<br>CodeWarrior</a>
|
||||
#//<a href="http://www.metrowerks.com/products/windows/">Metro-<br>werks<br>Code-<br>Warrior</a>
|
||||
|
||||
# Get these variable set on the targets so that we can re-use the
|
||||
# build actions for other toolsets using this one as a base.
|
||||
|
||||
@@ -28,7 +28,7 @@
|
||||
|
||||
# The following #// line will be used by the regression test table generation
|
||||
# program as the column heading for HTML tables. Must not include version number.
|
||||
#//<a href="http://msdn.microsoft.com/vstudio/default.asp">Microsoft<br>VC++</a><br><a href="http://www.stlport.org/">STLport</a>
|
||||
#//<a href="http://msdn.microsoft.com/vstudio/default.asp">Micro-<br>soft<br>VC++</a><br><a href="http://www.stlport.org/">STLport</a>
|
||||
|
||||
# this is simply an extension to the msvc toolset.
|
||||
extends-toolset msvc ;
|
||||
|
||||
@@ -8,7 +8,7 @@
|
||||
|
||||
# The following #// line will be used by the regression test table generation
|
||||
# program as the column heading for HTML tables. Must not include version number.
|
||||
#//<a href="http://msdn.microsoft.com/vstudio/default.asp">Microsoft<br>VC++</a>
|
||||
#//<a href="http://msdn.microsoft.com/vstudio/default.asp">Micro-<br>soft<br>VC++</a>
|
||||
|
||||
# Get these variable set on the targets so that we can re-use the
|
||||
# build actions for other toolsets using this one as a base.
|
||||
|
||||
Reference in New Issue
Block a user