urjtag/jtag/inclow
Kolja Waschk efc1e9d78d Completed ChangeLog by adding commit messages from the past few weeks
git-svn-id: https://urjtag.svn.sourceforge.net/svnroot/urjtag/trunk@814 b68d4a1b-bc3d-0410-92ed-d4ac073336b7
..
arm openwince "include" package moved into "jtag" (now named "inclow")
brux openwince "include" package moved into "jtag" (now named "inclow")
device openwince "include" package moved into "jtag" (now named "inclow")
h8 openwince "include" package moved into "jtag" (now named "inclow")
sh openwince "include" package moved into "jtag" (now named "inclow")
std openwince "include" package moved into "jtag" (now named "inclow")
stdint openwince "include" package moved into "jtag" (now named "inclow")
tools openwince "include" package moved into "jtag" (now named "inclow")
.cvsignore openwince "include" package moved into "jtag" (now named "inclow")
AUTHORS openwince "include" package moved into "jtag" (now named "inclow")
COPYING openwince "include" package moved into "jtag" (now named "inclow")
ChangeLog Completed ChangeLog by adding commit messages from the past few weeks
Makefile.am openwince "include" package moved into "jtag" (now named "inclow")
NEWS openwince "include" package moved into "jtag" (now named "inclow")
README openwince "include" package moved into "jtag" (now named "inclow")
acinclude.m4 openwince "include" package moved into "jtag" (now named "inclow")
autogen.sh openwince "include" package moved into "jtag" (now named "inclow")
cexcept.h openwince "include" package moved into "jtag" (now named "inclow")
common.h openwince "include" package moved into "jtag" (now named "inclow")
configure.ac openwince "include" package moved into "jtag" (now named "inclow")
openwince.h openwince "include" package moved into "jtag" (now named "inclow")

README

$Id$

include
=======

include package is a collection of the useful independent include files for
C/Assembler developers.

include package is released under BSD-style license. Please read COPYING
file for more info.

Feedback and contributions are welcome.

Homepage: http://openwince.sourceforge.net/include/


Installation instructions
-------------------------

1. Download and unpack include sources.
2. Run ./configure script. Please note that you are required to uninstall
   previous version of this package before running the configure script.
3. Run `make`.
4. Run `make install`.


Notes for Hitachi Workbench/IAR Compiler users
----------------------------------------------

You should use following parameters for the ./configure script:
	--with-hwbench=PATH_TO_HWBENCH --host=hwbench
for example
	--with-hwbench=/cygdrive/c/hwbench --host=hwbench

You could also use --includedir parameter for the ./configure script to install
the package under hwbench tree. For example:
	--includedir=/cygdrive/c/hwbench/IAR/INC