|
From: Marcel T. <te...@us...> - 2004-10-25 13:37:03
|
Update of /cvsroot/openwince/tools/ibisa In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv20263 Modified Files: ChangeLog NEWS README Log Message: 2004-10-25 Marcel Telka <ma...@te...> * src/owce-config: Added support for CEPBDir into openwince configurations. * src/owce-install: Ditto. * src/owce-run: Ditto. Index: README =================================================================== RCS file: /cvsroot/openwince/tools/ibisa/README,v retrieving revision 1.7 retrieving revision 1.8 diff -u -d -r1.7 -r1.8 --- README 4 Nov 2003 15:34:40 -0000 1.7 +++ README 25 Oct 2004 13:36:53 -0000 1.8 @@ -17,7 +17,7 @@ ----------------- * Current Cygwin net installation from http://cygwin.com/ -* Microsoft Windows CE Platform Builder 3.0, 4.0, 4.1, or 4.2 +* Microsoft Windows CE Platform Builder 2.12, 3.0, 4.0, 4.1, 4.2, or 5.0 Installation instructions Index: NEWS =================================================================== RCS file: /cvsroot/openwince/tools/ibisa/NEWS,v retrieving revision 1.32 retrieving revision 1.33 diff -u -d -r1.32 -r1.33 --- NEWS 25 Oct 2004 12:49:35 -0000 1.32 +++ NEWS 25 Oct 2004 13:36:53 -0000 1.33 @@ -1,6 +1,9 @@ $Id$ +ibisa-0.3.6: + * Added support for building project directory. + * Added support for CEPBDir into openwince configurations. ibisa-0.3.5 (2004-05-31): Index: ChangeLog =================================================================== RCS file: /cvsroot/openwince/tools/ibisa/ChangeLog,v retrieving revision 1.44 retrieving revision 1.45 diff -u -d -r1.44 -r1.45 --- ChangeLog 25 Oct 2004 12:49:35 -0000 1.44 +++ ChangeLog 25 Oct 2004 13:36:52 -0000 1.45 @@ -1,5 +1,11 @@ 2004-10-25 Marcel Telka <ma...@te...> + * src/owce-config: Added support for CEPBDir into openwince configurations. + * src/owce-install: Ditto. + * src/owce-run: Ditto. + +2004-10-25 Marcel Telka <ma...@te...> + * src/Makefile.owce (all): Added proj dependency. (proj): New target. * configure.ac (AC_INIT): Changed version number to 0.3.6. |