• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

arm/H03-Oct-2005-6,1463,732

brux/H03-Oct-2005-25896

device/H03-Oct-2005-1,642851

h8/H03-Oct-2005-4,3662,662

sh/H03-Oct-2005-265143

std/H03-Oct-2005-187143

stdint/H03-Oct-2005-410172

tools/H03-Oct-2005-685457

AUTHORSH A D29-Sep-200570 32

COPYINGH A D28-Jun-20051.6 KiB3328

ChangeLogH A D03-Oct-200517.6 KiB610422

Makefile.amH A D03-Oct-20053.6 KiB13999

Makefile.inH A D03-Oct-200520.4 KiB645546

NEWSH A D03-Oct-20054.1 KiB11188

READMEH A D03-Oct-20051.1 KiB3825

acinclude.m4H A D29-Sep-200522.8 KiB678608

aclocal.m4H A D03-Oct-200531.4 KiB881789

cexcept.hH A D30-Oct-20029.8 KiB24434

common.hH A D29-Sep-200589 71

configureH A D03-Oct-2005231.9 KiB8,1456,999

configure.acH A D03-Oct-20052.6 KiB7866

openwince.hH A D29-Sep-20052.3 KiB6423

README

1$Id: README,v 1.5 2005/10/03 04:21:36 telka Exp $
2
3include
4=======
5
6include package is a collection of the useful independent include files for
7C/Assembler developers.
8
9include package is released under BSD-style license. Please read COPYING
10file for more info.
11
12Feedback and contributions are welcome.
13
14Homepage: http://openwince.sourceforge.net/include/
15
16
17Installation instructions
18-------------------------
19
201. Download and unpack include sources.
212. Run ./configure script. Please note that you are required to uninstall
22   previous version of this package before running the configure script.
233. Run `make`.
244. Run `make install`.
25
26
27Notes for Hitachi Workbench/IAR Compiler users
28----------------------------------------------
29
30You should use following parameters for the ./configure script:
31	--with-hwbench=PATH_TO_HWBENCH --host=hwbench
32for example
33	--with-hwbench=/cygdrive/c/hwbench --host=hwbench
34
35You could also use --includedir parameter for the ./configure script to install
36the package under hwbench tree. For example:
37	--includedir=/cygdrive/c/hwbench/IAR/INC/
38