You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
33 lines
716 B
Plaintext
33 lines
716 B
Plaintext
$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.
|
|
3. Run `make`.
|
|
4. Run `make install`.
|
|
|
|
|
|
Notes for Hitachi Workbench 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
|