|
From: Marcel T. <te...@us...> - 2005-06-27 15:20:44
|
Update of /cvsroot/openwince/include In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv7284 Modified Files: ChangeLog configure.ac Log Message: 2005-06-27 Marcel Telka <ma...@te...> * configure.ac: Fixed Hitachi Workbench detection. Index: configure.ac =================================================================== RCS file: /cvsroot/openwince/include/configure.ac,v retrieving revision 1.10 retrieving revision 1.11 diff -u -d -r1.10 -r1.11 --- configure.ac 27 Jun 2005 10:46:41 -0000 1.10 +++ configure.ac 27 Jun 2005 15:20:34 -0000 1.11 @@ -55,7 +55,8 @@ for hwb_path in "$with_hwbench"; do if test -f "$hwb_path/IAR/EXE/ICCH83.EXE"; then hwbench_path="$hwb_path" - export CC="$hwb_path/IAR/EXE/ICCH83.EXE" + export CC="$hwb_path/IAR/EXE/ICCH83.EXE -I`cygpath -w \"$hwb_path/IAR/INC/\"|sed -e 's/\\\\/\\\\\\\\/g'`" + export CPP=/usr/bin/cpp break fi done Index: ChangeLog =================================================================== RCS file: /cvsroot/openwince/include/ChangeLog,v retrieving revision 1.75 retrieving revision 1.76 diff -u -d -r1.75 -r1.76 --- ChangeLog 27 Jun 2005 10:46:40 -0000 1.75 +++ ChangeLog 27 Jun 2005 15:20:34 -0000 1.76 @@ -1,5 +1,9 @@ 2005-06-27 Marcel Telka <ma...@te...> + * configure.ac: Fixed Hitachi Workbench detection. + +2005-06-27 Marcel Telka <ma...@te...> + * autogen.sh: Used autoreconf call for initial configuration. * configure.ac: Added initial support for Hitachi Workbench. |