Changes between Version 15 and Version 16 of BuildingFm2


Ignore:
Timestamp:
Apr 12, 2010, 5:41:12 PM (14 years ago)
Author:
John Small
Comment:

Add WIPFC change and reformat

Legend:

Unmodified
Added
Removed
Modified
  • BuildingFm2

    v15 v16  
    88The following tools are currently used to build the FM/2 binaries
    99
    10  * [http://www.openwatcom.org OpenWatcom]
    11  * We are now using wrc.exe as the resource compiler. The version you want is presently [http://svn.netlabs.org/fm2/attachment/ticket/131/wrc.zip?format=raw available here]. It will be part of !OpenWatcom 1.8
    12  * lxlite LX compressor
     10 * [http://www.openwatcom.org OpenWatcom] v1.6 or newer should work. There are no known special setup requirements.
     11   * We are now using wipfc.exe which is included in !OpenWatcom 1.8 or newer. If you have an earlier version of !OpenWatcom, then define and set and environment variable, SET USER_IPFC=1, to force the build to use ipfc.exe.
     12 * We have converted to using the !OpenWatcom OS/2 Toolkit. Ensure that your build environment has paths to the !OpenWatcom Toolkit ahead of those for IBM's Toolkit. (The IBM Toolkit is on your eComStation CD#2 and you may want a copy of the IBM Toolkit installed for the documentation included in it.)
     13 * We are now using wrc.exe as the resource compiler. It will be part of !OpenWatcom 1.8 or newer. If you have an earlier version of !OpenWatcom, the version you want is presently [http://svn.netlabs.org/fm2/attachment/ticket/131/wrc.zip?format=raw available here].
     14   * If you need to use RC.EXE instead of WRC.EXE (recommended) please use the following version:[[BR]]
     15     12-18-97   6:01         868,000           0  RC.EXE[[BR]]
     16     which reports itself as[[BR]]
     17     IBM RC (Resource Compiler) Version 5.00.002 Dec 18 1997[[BR]]
     18     and it is available from [ftp://ftp.software.ibm.com/ps/products/warpzilla/os2tk40rc.zip Toolkit update for Mozilla]
     19 * lxlite LX compressor. You can get LXLITE.EXE from [http://hobbes.nmsu.edu/h-search.php?key=lxlite&pushbutton=Search lxlite from Hobbes]
    1320
    14 [http://www.openwatcom.org OpenWatcom] v1.6 or newer should work.  There are no known special setup requirements.
    15 
    16 We have converted to using the !OpenWatcom OS/2 Toolkit. Older versions of the IBM Toolkit may work but will probably require some additional includes.  The IBM Toolkit is on your eComStation CD#2. You will want a copy of the IBM Toolkit installed for the documentation included in it.
    17 
    18 If you need to use RC.EXE instead of WRC.EXE (recommended) please use the following version:
    19 
    20 Not all versions of RC.EXE are created equal.  Currently, the best version to use is
    21 
    22   12-18-97   6:01         868,000           0  RC.EXE
    23 
    24 which reports itself as
    25 
    26   IBM RC (Resource Compiler) Version 5.00.002 Dec 18 1997
    27 
    28 and it is available from
    29 [ftp://ftp.software.ibm.com/ps/products/warpzilla/os2tk40rc.zip Toolkit update for Mozilla]
    30 
    31 You can get LXLITE.EXE from
    32 [http://hobbes.nmsu.edu/cgi-bin/h-search?key=lxlite&pushbutton=Search lxlite from Hobbes]
    3321
    3422== Building the Executables ==
    3523
    36 Use subversion to pull a copy of the source code distribution into your
     24Use Subversion to pull a copy of the source code distribution into your
    3725client workspace.  See [wiki: Getting the Sources] for instructions.
    3826
    39 Run the build commands must be run from top directory of your Subversion workspace.  The directory will contain the top level makefile.
     27The build commands must be run from top directory of your Subversion workspace.  The directory will contain the top level makefile.
    4028
    4129Build the release version with
     
    150138If not defined, build with wrc.exe.
    151139If defined, build with rc.exe.
    152 wrc.rc is the preferred resource compiler.
     140wrc.exe is the preferred resource compiler.
     141
     142=== USE_IPFC  ===
     143
     144If not defined, build with wipfc.exe.
     145If defined, build with ipfc.exe.
     146wipfc.exe is the preferred help compiler.
     147