Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r61008 - trunk/tools/build/v2/tools
From: David.Dean_at_[hidden]
Date: 2010-04-02 18:48:07


Author: siliconman
Date: 2010-04-02 18:48:06 EDT (Fri, 02 Apr 2010)
New Revision: 61008
URL: http://svn.boost.org/trac/boost/changeset/61008

Log:
revert accidental commit
Text files modified:
   trunk/tools/build/v2/tools/borland.jam | 29 ++++++++++-------------------
   1 files changed, 10 insertions(+), 19 deletions(-)

Modified: trunk/tools/build/v2/tools/borland.jam
==============================================================================
--- trunk/tools/build/v2/tools/borland.jam (original)
+++ trunk/tools/build/v2/tools/borland.jam 2010-04-02 18:48:06 EDT (Fri, 02 Apr 2010)
@@ -80,27 +80,18 @@
 # Deal with various runtime configs...
 
 # This should be not for DLL
-local target = [ feature.get-values target-os : $(properties) ] ;
+flags borland OPTIONS <user-interface>console : -tWC ;
 
-flags borland OPTIONS <user-interface>console : -tC ;
+# -tWR sets -tW as well, so we turn it off here and then turn it
+# on again later if we need it:
+flags borland OPTIONS <runtime-link>shared : -tWR -tWC ;
+flags borland OPTIONS <user-interface>gui : -tW ;
+
+flags borland OPTIONS <main-target-type>LIB/<link>shared : -tWD ;
+# Hmm.. not sure what's going on here.
+flags borland OPTIONS : -WM- ;
+flags borland OPTIONS <threading>multi : -tWM ;
 
-switch $(target)
-{
- case windows :
- {
- # -tWR sets -tW as well, so we turn it off here and then turn it
- # on again later if we need it:
- flags borland OPTIONS <runtime-link>shared : -tWR -tWC ;
- flags borland OPTIONS <user-interface>gui : -tW ;
- flags borland OPTIONS <main-target-type>LIB/<link>shared : -tWD ;
- # Hmm.. not sure what's going on here.
- flags borland OPTIONS : -WM- ;
- flags borland OPTIONS <threading>multi : -tWM ;
- }
- case darwin :
- {
- }
-}
 
 
 flags borland.compile OPTIONS <cxxflags> ;


Boost-Commit list run by bdawes at acm.org, david.abrahams at rcn.com, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk