|
From: Marcel T. <te...@us...> - 2005-06-27 15:45:14
|
Update of /cvsroot/openwince/include In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv18631 Modified Files: ChangeLog Makefile.am NEWS Log Message: 2005-06-27 Marcel Telka <ma...@te...> * win32/stdint.h: File renamed and moved ... * stdint/stdint-win32.h: ... here. * Makefile.am (noinst_HEADERS): Changed filename of stdint.h for win32. Index: NEWS =================================================================== RCS file: /cvsroot/openwince/include/NEWS,v retrieving revision 1.47 retrieving revision 1.48 diff -u -d -r1.47 -r1.48 --- NEWS 27 Jun 2005 10:46:41 -0000 1.47 +++ NEWS 27 Jun 2005 15:45:05 -0000 1.48 @@ -7,7 +7,8 @@ * Added Renesas SH7750 CCN registers. * Added Hitiachi HD64461 registers. * Added more manufacturer entries into Manufacturer's Identification Code database. - * Ported uintptr_t type in win32/stdint.h to old Windows SDK. + * Changes in stdint.h support: + - Ported uintptr_t type to old Windows SDK (win32). * Changes in brux common headers: - Added new parameter (adr) for detectflash function * Added support for Hitachi Workbench. Index: Makefile.am =================================================================== RCS file: /cvsroot/openwince/include/Makefile.am,v retrieving revision 1.31 retrieving revision 1.32 diff -u -d -r1.31 -r1.32 --- Makefile.am 2 Jun 2005 07:47:50 -0000 1.31 +++ Makefile.am 27 Jun 2005 15:45:05 -0000 1.32 @@ -116,7 +116,7 @@ std/mic.h noinst_HEADERS = \ - win32/stdint.h + stdint/stdint-win32.h nodist_openwinceinc_HEADERS = \ owce-stdint.h Index: ChangeLog =================================================================== RCS file: /cvsroot/openwince/include/ChangeLog,v retrieving revision 1.76 retrieving revision 1.77 diff -u -d -r1.76 -r1.77 --- ChangeLog 27 Jun 2005 15:20:34 -0000 1.76 +++ ChangeLog 27 Jun 2005 15:45:04 -0000 1.77 @@ -1,5 +1,11 @@ 2005-06-27 Marcel Telka <ma...@te...> + * win32/stdint.h: File renamed and moved ... + * stdint/stdint-win32.h: ... here. + * Makefile.am (noinst_HEADERS): Changed filename of stdint.h for win32. + +2005-06-27 Marcel Telka <ma...@te...> + * configure.ac: Fixed Hitachi Workbench detection. 2005-06-27 Marcel Telka <ma...@te...> |