Changeset 262 for trunk/BUILDING


Ignore:
Timestamp:
Aug 16, 2005, 5:42:24 PM (20 years ago)
Author:
root
Message:

Update

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/BUILDING

    r56 r262  
    11
    2 Building FM/2                                                   02 Apr 2003
     2Building FM/2                                                   14 Aug 2005
    33=============
    44
     
    99=====
    1010
    11 The following tools have been used to build binary distributions:
     11The following tools are currently used to build binary distributions:
    1212
    13   IBM VisualAge C++ V3 with FP8
     13  IBM VisualAge C++ V3.65 with FP2
    1414  IBM Developers Toolkit v4.5
     15  lxlite LX compressor
    1516
    1617Older versions of the Toolkit may work.  There are no known special setup requirements.
     18
     19Not all versions of RC.EXE are created equal.  Currently, the best version to
     20use is:
     21
     22 12-18-97   6:01         868,000           0  RC.EXE
     23
     24which reports itself as:
     25
     26 IBM RC (Resource Compiler) Version 5.00.002 Dec 18 1997
     27
     28and it is available at:
     29
     30  <ftp://ftp.software.ibm.com/ps/products/warpzilla/os2tk40rc.zip>
     31
     32You can get LXLITE.EXE at:
     33
     34 <http://hobbes.nmsu.edu/cgi-bin/h-search?key=lxlite&pushbutton=Search>
    1735
    1836
     
    2543Build the release version with:
    2644
    27   NMAKE
     45  nmake
    2846
    2947Build the debug version with:
     
    3351The build outputs are:
    3452
    35   AV2.EXE
    36   DATABAR.EXE
    37   DIRSIZE.EXE
    38   EAS.EXE
    39   FM3.EXE
    40   FM4.EXE
    41   GLOBAL.EXE
    42   INI.EXE
    43   KILLPROC.EXE
    44   SYSINFO.EXE
    45   UNDEL.EXE
    46   VCOLLECT.EXE
    47   VDIR.EXE
    48   VIEWINFS.EXE
    49   VTREE.EXE
     53  av2.exe
     54  databar.exe
     55  dirsize.exe
     56  eas.exe
     57  fm3.exe
     58  fm4.exe
     59  global.exe
     60  ini.exe
     61  killproc.exe
     62  sysinfo.exe
     63  undel.exe
     64  vcollect.exe
     65  vdir.exe
     66  viewinfs.exe
     67  vtree.exe
    5068
    51   FM3DLL.DLL
    52   FM3RES.DLL
     69  dll\fm3dll.dll
     70  dll\fm3res.dll
    5371
    54   FM3.HLP
    5572
     73  dll\fm3res.str
     74
     75  dll\ipf\fm3.hlp
     76
     77  internal\mkstr.exe
    5678
    5779About FM/2
     
    7698  steve53@earthlink.net
    7799
    78 I monitor the comp.os.os2.programmer.misc newsgroup and others in the
    79 comp.os.os2.* hierarchy.
     100In addition to the fm2user Yahoo group, I monitor the
     101comp.os.os2.programmer.misc newsgroup and others in the comp.os.os2.*
     102hierarchy.
    80103
    81104
Note: See TracChangeset for help on using the changeset viewer.