Update of /cvsroot/boost/boost/tools/build/v2/util
In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv6643/tools/build/v2/util

Modified Files:
      Tag: RC_1_34_0
        os.jam 
Log Message:
(merge from head) Add "USERPROFILE" dir to user directories so that when the 
other HOME related vars don't point to the usual Windows location the 
user-config.jam can still be found. This fixes running from non-CMD shells, 
like the MinGW MSYS shell.

Index: os.jam
===================================================================
RCS file: /cvsroot/boost/boost/tools/build/v2/util/os.jam,v
retrieving revision 1.12
retrieving revision 1.12.4.1
diff -u -d -r1.12 -r1.12.4.1
--- os.jam      17 Jun 2005 09:06:57 -0000      1.12
+++ os.jam      23 Oct 2006 16:31:53 -0000      1.12.4.1
@@ -63,7 +63,7 @@
 if $(.name) = NT
 {
     local home = [ environ HOMEDRIVE HOMEPATH ] ;
-    .home-directories = $(home[1])$(home[2]) [ environ HOME ] ;
+    .home-directories = $(home[1])$(home[2]) [ environ HOME ] [ environ 
USERPROFILE ] ;
 }
 else
 {


-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Boost-cvs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/boost-cvs

Reply via email to