From 9570381ca2a24b4319755d627bbdbf1d83f76039 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jurko=20Gospodneti=C4=87?= Date: Fri, 1 Feb 2008 00:27:31 +0000 Subject: [PATCH] Reverted changes made in rev 43038 which seem to have been committed by mistake and include some user specific settings in it local to the comitter's environment while this file is intended to be used as generic template for actual user-config.jam files and do nothing in case user does not specify his own settings there. [SVN r43043] --- v2/user-config.jam | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/v2/user-config.jam b/v2/user-config.jam index fe55b6eb7..45d1da27d 100644 --- a/v2/user-config.jam +++ b/v2/user-config.jam @@ -51,11 +51,7 @@ # Configure msvc (default version, searched in standard location # and PATH). -using msvc : 8.0 : ; - -# using python : 2.4 : "C:/Program Files/Python24/python.exe" : "C:/Program Files/Python24/include/" ; - -using python ; +# using msvc ; # Borland configuration # using borland ;