Update of /cvsroot/boost/boost/tools/build/v2/tools
In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv12578/tools/build/v2/tools
Modified Files:
intel-win.jam
Log Message:
Use correct compiler exec name when searching for command. [ticket #988]
Index: intel-win.jam
===================================================================
RCS file: /cvsroot/boost/boost/tools/build/v2/tools/intel-win.jam,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -d -r1.14 -r1.15
--- intel-win.jam 15 Feb 2007 06:27:07 -0000 1.14
+++ intel-win.jam 17 Jun 2007 18:03:42 -0000 1.15
@@ -37,7 +37,7 @@
local condition = [ common.check-init-parameters intel-win
: version $(version) : compatibility $(compatibility) ] ;
- command = [ common.get-invocation-command intel-win : icc.exe :
+ command = [ common.get-invocation-command intel-win : icl.exe :
$(command) ] ;
common.handle-options intel-win : $(condition) : $(command) : $(options) ;
-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
Boost-cvs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/boost-cvs