Changes between Version 19 and Version 20 of BuildingFm2


Ignore:
Timestamp:
Jul 4, 2011, 5:23:47 PM (13 years ago)
Author:
Gregg Young
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • BuildingFm2

    v19 v20  
    99
    1010 * [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.
    1316   * 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].
    1417     * If you need to use RC.EXE instead of WRC.EXE, please use the following version:[[BR]]
     
    2023     * 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.
    2124 * 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]
    2327 * To build a Warpin installation file for FM/2, Warpin 0.9.20 or newer must be installed.
    2428
     
    3135  * HELP: <!OpenWatcomPath>\binp\help
    3236  * BOOKSHELF: <!OpenWatcomPath>\binp\help
     37 * Ensure that exehdr.exe is on the PATH
    3338 * Ensure that lxlite.exe is on the PATH
    34  * In order to build symbol files,
     39 * In order to build symbol and xqs files,
    3540   * add <!PerlPath>\bin to the PATH
    3641   * add <!PerlPath>\bin and <!PerlPath>\lib to the LIBPATH or BEGINLIBPATH
    3742   * set up a proper PERLLIB environment variable
     43   * ensure makexqs.exe is on the PATH
    3844 * If you use IPFC instead of WIPFC: SET USE_IPFC=1 or use USE_IPFC=1 on the WMAKE command line
    3945 * If you use RC instead of WRC: SET USE_RC=1 or use USE_RC=1 on the WMAKE command line
     
    5763  all::
    5864    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.
    5967  dist::
    6068    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: