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