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

Add msvc and borland to default user-config.jam.

[SVN r18449]
This commit is contained in:
Vladimir Prus
2003-05-19 12:57:29 +00:00
parent 02ff2c7385
commit f071deaf87
2 changed files with 18 additions and 0 deletions

View File

@@ -22,6 +22,15 @@ import toolset : using ;
# Configure specific gcc version, giving alternative name to use
# using gcc : 3.2 g++-3.2 ;
# MSVC configuration
# Configure msvc (default version, searched in standard location
# and PATH).
# using msvc ;
# Borland configuration
# using borland ;
# STLPort configuration

View File

@@ -22,6 +22,15 @@ import toolset : using ;
# Configure specific gcc version, giving alternative name to use
# using gcc : 3.2 g++-3.2 ;
# MSVC configuration
# Configure msvc (default version, searched in standard location
# and PATH).
# using msvc ;
# Borland configuration
# using borland ;
# STLPort configuration