|
|
Boost.Buildcomo and como-win32 toolsets |
Boost.Build's como and como-win32 toolsets support the Comeau Computing C/C++ Compiler.
-sVARIABLE_NAME=value:
| Variable Name | Semantics | Default | Notes |
|---|---|---|---|
COMO_PATH
| Path to installation of compiler tools. | (none) | If not set tools must be available in the executable path. |
COMO_BASE
| Path to installation of compiler tools. | $(COMO_PATH)
| This is a backward compatability alternate for COMO_PATH. |
COMO_BIN_PATH
| Path to bin directory of compiler excutables. | $(COMO_PATH)/bin/
| |
COMO_INCLUDE_PATH
| Path to libcomo headers. | $(COMO_PATH)/libcomo
| $(COMO_INCLUDE_PATH)/cnames is automatically added.
|
COMO_STDLIB_PATH
| Path to built libcomo object. | $(COMO_PATH)/libcomo
| |
COMO_BACKEND_PATH
| Path to backend compiler. | $(VC7_TOOLS)
| como-win32 toolset only. |
Revised 29 July, 2003
© Copyright Dave Abrahams 2002. All Rights Reserved.