Changeset 262 for trunk/BUILDING
- Timestamp:
- Aug 16, 2005, 5:42:24 PM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/BUILDING
r56 r262 1 1 2 Building FM/2 02 Apr 20032 Building FM/2 14 Aug 2005 3 3 ============= 4 4 … … 9 9 ===== 10 10 11 The following tools have beenused to build binary distributions:11 The following tools are currently used to build binary distributions: 12 12 13 IBM VisualAge C++ V3 with FP813 IBM VisualAge C++ V3.65 with FP2 14 14 IBM Developers Toolkit v4.5 15 lxlite LX compressor 15 16 16 17 Older versions of the Toolkit may work. There are no known special setup requirements. 18 19 Not all versions of RC.EXE are created equal. Currently, the best version to 20 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 at: 29 30 <ftp://ftp.software.ibm.com/ps/products/warpzilla/os2tk40rc.zip> 31 32 You can get LXLITE.EXE at: 33 34 <http://hobbes.nmsu.edu/cgi-bin/h-search?key=lxlite&pushbutton=Search> 17 35 18 36 … … 25 43 Build the release version with: 26 44 27 NMAKE45 nmake 28 46 29 47 Build the debug version with: … … 33 51 The build outputs are: 34 52 35 AV2.EXE36 DATABAR.EXE37 DIRSIZE.EXE38 EAS.EXE39 FM3.EXE40 FM4.EXE41 GLOBAL.EXE42 INI.EXE43 KILLPROC.EXE44 SYSINFO.EXE45 UNDEL.EXE46 VCOLLECT.EXE47 VDIR.EXE48 VIEWINFS.EXE49 VTREE.EXE53 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 50 68 51 FM3DLL.DLL52 FM3RES.DLL69 dll\fm3dll.dll 70 dll\fm3res.dll 53 71 54 FM3.HLP55 72 73 dll\fm3res.str 74 75 dll\ipf\fm3.hlp 76 77 internal\mkstr.exe 56 78 57 79 About FM/2 … … 76 98 steve53@earthlink.net 77 99 78 I monitor the comp.os.os2.programmer.misc newsgroup and others in the 79 comp.os.os2.* hierarchy. 100 In addition to the fm2user Yahoo group, I monitor the 101 comp.os.os2.programmer.misc newsgroup and others in the comp.os.os2.* 102 hierarchy. 80 103 81 104
Note:
See TracChangeset
for help on using the changeset viewer.