|
From: Marcel T. <te...@us...> - 2002-07-19 10:50:59
|
Update of /cvsroot/openwince/tools/ioperm In directory usw-pr-cvs1:/tmp/cvs-serv5082 Modified Files: ChangeLog README Log Message: 2002-07-19 Marcel Telka <ma...@te...> * README: ioperm works with Windows 2000 (with SP2) - reported by Michael Hora <mh...@et...>. Fixed minor typos. Index: ChangeLog =================================================================== RCS file: /cvsroot/openwince/tools/ioperm/ChangeLog,v retrieving revision 1.2 retrieving revision 1.3 diff -u -d -r1.2 -r1.3 --- ChangeLog 17 Jul 2002 21:39:33 -0000 1.2 +++ ChangeLog 19 Jul 2002 10:50:55 -0000 1.3 @@ -1,3 +1,8 @@ +2002-07-19 Marcel Telka <ma...@te...> + + * README: ioperm works with Windows 2000 (with SP2) - reported by + Michael Hora <mh...@et...>. Fixed minor typos. + 2002-07-17 Marcel Telka <ma...@te...> Version 0.1 released. Index: README =================================================================== RCS file: /cvsroot/openwince/tools/ioperm/README,v retrieving revision 1.2 retrieving revision 1.3 diff -u -d -r1.2 -r1.3 --- README 17 Jul 2002 21:37:54 -0000 1.2 +++ README 19 Jul 2002 10:50:55 -0000 1.3 @@ -1,21 +1,21 @@ -ioperm() support for cygwin (for Windows NT/2000/XP) +ioperm() support for Cygwin (for Windows NT/2000/XP) ==================================================== -License -~~~~~~~ +License: +~~~~~~~~ - GNU GPL (see COPYING file) Requirements: ~~~~~~~~~~~~~ -- cygwin (http://cygwin.com/) +- Cygwin (http://cygwin.com/) - Windows DDK (for building ioperm.sys driver) Build & install steps: ~~~~~~~~~~~~~~~~~~~~~~ -- download and unpack sources +- download and unpack source tarball tar xvjf ioperm-VERSION.tar.bz2 @@ -46,4 +46,4 @@ Notes: ~~~~~~ -- tested only with Windows XP +- tested with Windows 2000 (with SP2) and Windows XP only |