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:
@@ -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
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user