1*97b36c39Srafal$NetBSD: README,v 1.6 2008/02/26 21:46:38 rafal Exp $ 2c5be09eeSuch 3c5be09eeSuchHow to use 4c5be09eeSuch 'make all' uudecode all binaries. 5c5be09eeSuch hpcboot.exe were compiled for H/PC Pro 2.11 by eMbedded Visual C++ 3.0 6c5be09eeSuch executable are located in 7c5be09eeSuch binary/ARM/hpcboot.exe 8c5be09eeSuch binary/MIPS/hpcboot.exe * 92e968e7eSuch binary/SH3/hpcboot.exe 102e968e7eSuch binary/SH4/hpcboot.exe 11c5be09eeSuch * for MIPS, use pbsdboot.exe (sys/arch/hpcmips/stand/pbsdboot) 12c5be09eeSuch 13c5be09eeSuchHow to compile 14c5be09eeSuch 15c5be09eeSuch 1. Generate work space and project files. 16c5be09eeSuch make vc5 # WindowsCE Embedded Toolkit for Visual C++ 5.0 17c5be09eeSuch make vc6 # WindowsCE Toolkit for Visual C++ 6.0 18c5be09eeSuch make evc3 # eMbedded Visual C++ 3.0 19*97b36c39Srafal make evc4 # eMbedded Visual C++ 4.0 (only tested for 20*97b36c39Srafal # ARM, not promoted to binary directory). 21c5be09eeSuch 2227e3cda6Such 2. Open hpc_stand.dsw or hpc_stand.vcw from Visual Studio. 2327e3cda6Such 2427e3cda6SuchHow to commit (for developers) 2527e3cda6Such "make install" copies hpcboot.exe to binary/ directory from compile/ 2627e3cda6Such directory. 2727e3cda6Such "make uuencode" uuencode binary/*/hpcboot.exe and 2827e3cda6Such increment build number. (this number is used for next build.) 296fe4ead5Sjmc commit uuencoded binary and binary/build_number.h. 30