Changes between Version 19 and Version 20 of BuildingFm2
- Timestamp:
- Jul 4, 2011, 7:23:47 PM (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
BuildingFm2
v19 v20 9 9 10 10 * [http://www.openwatcom.org/index.php/Download OpenWatcom] v1.6 or newer can work. However !OpenWatcom v1.9 or newer is recommended because it includes the versions of WIPFC.EXE and WRC.EXE currently used to build release-level versions of FM/2. 11 * For release builds we are now using wipfc.exe which is included in !OpenWatcom v1.9 or newer. Until !OpenWatcom v1.9 is released, you may download with version of WIPFC [http://home.earthlink.net/~steve53/OpenWatcom/wipfc-20100324.zip here.] 12 * If you prefer not to use this version of WIPFC, you may use IPFC.EXE from the OS/2 Toolkit. However you will have to define and set an environment variable, SET USER_IPFC=1, to force the build to use ipfc.exe. 11 * High memory builds are currently the default. They require exehdr.exe. The following version is required:[[BR]] 12 1-05-04 13:54 82,461 0 exehdr.exe [[BR]] 13 (build level info is not available)[[BR]] 14 * For release builds we are now using wipfc.exe which is included in !OpenWatcom v1.9 or newer. 15 * If you prefer not to use this version of WIPFC or not to update to !OpenWatcom v1.9, you may use IPFC.EXE from the OS/2 Toolkit. However you will have to define and set an environment variable, SET USER_IPFC=1, to force the build to use ipfc.exe. 13 16 * For release builds we are now using WRC.EXE as the resource compiler. It is included with !OpenWatcom 1.8 or newer. If you have an earlier version of !OpenWatcom, you may download the newer WRC [http://svn.netlabs.org/fm2/attachment/ticket/131/wrc.zip?format=raw available here]. 14 17 * If you need to use RC.EXE instead of WRC.EXE, please use the following version:[[BR]] … … 20 23 * The IBM Toolkit is on eComStation CD!#2 and you may want a copy of the IBM Toolkit installed for the documentation included in it. 21 24 * lxlite LX compressor. You can get [http://hobbes.nmsu.edu/h-search.php?key=lxlite&pushbutton=Search lxlite from Hobbes] 22 * To build the symbol files included in the optional debug package of FM/2, Perl v5.8 or newer is required. 25 * To build the symbol files included in the debug package of FM/2, Perl v5.8 or newer is required. 26 * To build the exceptq xqs files included in the debug package of FM/2, makexqs.exe from the exceptq developers' package is required. [http://hobbes.nmsu.edu/h-search.php?key=exceptq&pushbutton=Search exceptq from Hobbes] 23 27 * To build a Warpin installation file for FM/2, Warpin 0.9.20 or newer must be installed. 24 28 … … 31 35 * HELP: <!OpenWatcomPath>\binp\help 32 36 * BOOKSHELF: <!OpenWatcomPath>\binp\help 37 * Ensure that exehdr.exe is on the PATH 33 38 * Ensure that lxlite.exe is on the PATH 34 * In order to build symbol files,39 * In order to build symbol and xqs files, 35 40 * add <!PerlPath>\bin to the PATH 36 41 * add <!PerlPath>\bin and <!PerlPath>\lib to the LIBPATH or BEGINLIBPATH 37 42 * set up a proper PERLLIB environment variable 43 * ensure makexqs.exe is on the PATH 38 44 * If you use IPFC instead of WIPFC: SET USE_IPFC=1 or use USE_IPFC=1 on the WMAKE command line 39 45 * If you use RC instead of WRC: SET USE_RC=1 or use USE_RC=1 on the WMAKE command line … … 57 63 all:: 58 64 This is the default target. It builds a fully functioning FM/2 (including the help file). 65 dll:: 66 This builds just the dlls which is useful when developing since almost all changes only effect the dlls. 59 67 dist:: 60 68 This is a complete build of FM/2 from start to finish, including the Warpin installation file. It is a "shortcut" for all of following other targets: