Update of /cvsroot/boost/boost/tools/build/v2/util
In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv6199/tools/build/v2/util
Modified Files:
os.jam
Log Message:
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.13
diff -u -d -r1.12 -r1.13
--- os.jam 17 Jun 2005 09:06:57 -0000 1.12
+++ os.jam 23 Oct 2006 16:30:38 -0000 1.13
@@ -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