README revision 1.2
1$NetBSD: README,v 1.2 2001/06/19 17:50:39 uch Exp $
2
3How to use
4	'make all' uudecode all binaries.
5	hpcboot.exe were compiled for H/PC Pro 2.11 by eMbedded Visual C++ 3.0 
6	executable are located in
7		binary/ARM/hpcboot.exe
8		binary/SH3/hpcboot.exe
9		binary/MIPS/hpcboot.exe *
10	* for MIPS, use pbsdboot.exe (sys/arch/hpcmips/stand/pbsdboot)
11
12How to compile
13
14	1. Generate work space and project files.
15		make vc5	# WindowsCE Embedded Toolkit for Visual C++ 5.0
16		make vc6	# WindowsCE Toolkit for Visual C++ 6.0
17		make evc3	# eMbedded Visual C++ 3.0
18
19	2. Open hpc_stand.dsw or hpc_stand.vcw from Visual Studio.
20
21How to commit (for developers)
22	"make install" copies hpcboot.exe to binary/ directory from compile/
23	directory.
24	"make uuencode" uuencode binary/*/hpcboot.exe and
25	increment build number. (this number is used for next build.)
26	commit uudecoded binary and binary/build_number.h.
27