From f071deaf87d2e2fc863719df6404394810a614cd Mon Sep 17 00:00:00 2001 From: Vladimir Prus Date: Mon, 19 May 2003 12:57:29 +0000 Subject: [PATCH] Add msvc and borland to default user-config.jam. [SVN r18449] --- new/user-config.jam | 9 +++++++++ v2/user-config.jam | 9 +++++++++ 2 files changed, 18 insertions(+) diff --git a/new/user-config.jam b/new/user-config.jam index 7798ac693..d09dfb918 100644 --- a/new/user-config.jam +++ b/new/user-config.jam @@ -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 diff --git a/v2/user-config.jam b/v2/user-config.jam index 7798ac693..d09dfb918 100644 --- a/v2/user-config.jam +++ b/v2/user-config.jam @@ -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