source: trunk/BUILDING@ 145

Last change on this file since 145 was 56, checked in by root, 23 years ago

Create baseline

  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
File size: 1.3 KB
Line 
1
2Building FM/2 02 Apr 2003
3=============
4
5This document explains how to build FM/2 from source.
6
7
8Tools
9=====
10
11The following tools have been used to build binary distributions:
12
13 IBM VisualAge C++ V3 with FP8
14 IBM Developers Toolkit v4.5
15
16Older versions of the Toolkit may work. There are no known special setup requirements.
17
18
19Building
20========
21
22Unzip the source code distribution to a work directory. Be sure to preserve
23the directory tree.
24
25Build the release version with:
26
27 NMAKE
28
29Build the debug version with:
30
31 NMAKE DEBUG=1
32
33The build outputs are:
34
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
50
51 FM3DLL.DLL
52 FM3RES.DLL
53
54 FM3.HLP
55
56
57About FM/2
58==========
59
60FM2 was originally written by:
61
62 Mark Kimes
63 <hectorplasmic@worldnet.att.net>
64
65He has kindly allowed me to take over maintenance and support of FM/2 and to
66release the program under the GNU GPL license. I'm sure he would appreciate
67a Thank You note for his generosity.
68
69
70Support
71=======
72
73Please address support questions and enhancement requests to:
74
75 Steven H. Levine
76 steve53@earthlink.net
77
78I monitor the comp.os.os2.programmer.misc newsgroup and others in the
79comp.os.os2.* hierarchy.
80
81
82Thanks and enjoy.
83
84$Id: BUILDING 56 2003-04-18 04:21:42Z root $
Note: See TracBrowser for help on using the repository browser.