mirror of
https://github.com/boostorg/build.git
synced 2026-02-16 13:22:11 +00:00
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]
This commit is contained in:
@@ -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 ;
|
||||
|
||||
Reference in New Issue
Block a user